edu.pdx.cs399J.family.web
Class FamilyTreeManager
java.lang.Object
edu.pdx.cs399J.family.web.FamilyTreeManager
public class FamilyTreeManager
- extends Object
Manages the FamilyTree associated with a user's session
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FamilyTreeManager
public FamilyTreeManager()
setFamilyTree
public static void setFamilyTree(FamilyTree tree,
HttpServletRequest request)
- Sets the
FamilyTree associated with the current user's session
getFamilyTree
public static FamilyTree getFamilyTree(HttpServletRequest request)
- Returns the
FamilyTree currently associated with the user's session
Copyright © 2000-2009 Portland State University. All Rights Reserved.