edu.internet2.middleware.grouper.grouperUi.beans
Class RequestContainer

java.lang.Object
  extended by edu.internet2.middleware.grouper.grouperUi.beans.RequestContainer
All Implemented Interfaces:
Serializable

public class RequestContainer
extends Object
implements Serializable

hold generic stuff about user in session

See Also:
Serialized Form

Constructor Summary
RequestContainer()
           
 
Method Summary
 boolean isAjaxRequest()
           
static RequestContainer retrieveFromRequest()
          retrieveFromRequest, will lazy load
 void setAjaxRequest(boolean ajaxRequest1)
          if this is an ajax request
 void storeToSession()
          store to session scope
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestContainer

public RequestContainer()
Method Detail

isAjaxRequest

public boolean isAjaxRequest()
Returns:
if this is an ajax request

setAjaxRequest

public void setAjaxRequest(boolean ajaxRequest1)
if this is an ajax request

Parameters:
ajaxRequest1 -

retrieveFromRequest

public static RequestContainer retrieveFromRequest()
retrieveFromRequest, will lazy load

Returns:
the app state in request scope

storeToSession

public void storeToSession()
store to session scope