edu.pdx.cs399J.family.web
Class FamilyTreeManager

java.lang.Object
  extended by edu.pdx.cs399J.family.web.FamilyTreeManager

public class FamilyTreeManager
extends Object

Manages the FamilyTree associated with a user's session


Constructor Summary
FamilyTreeManager()
           
 
Method Summary
static FamilyTree getFamilyTree(HttpServletRequest request)
          Returns the FamilyTree currently associated with the user's session
static void setFamilyTree(FamilyTree tree, HttpServletRequest request)
          Sets the FamilyTree associated with the current user's session
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FamilyTreeManager

public FamilyTreeManager()
Method Detail

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.