| java.lang.Object org.apache.commons.scxml.env.SimpleContext org.apache.commons.scxml.env.faces.SessionContext
SessionContext | public class SessionContext extends SimpleContext (Code) | | A Faces Session Context.
Since the "session map" is obtained from a
FacesContext object using the environment agnostic
getExternalContext() , this Context
will be useful in Servlet as well as Portlet environments.
|
Method Summary | |
public Object | get(String name) Get the value of the given variable in this Context. | public boolean | has(String name) Does the given variable exist in this Context. |
SessionContext | public SessionContext(FacesContext fc)(Code) | | Constructor.
Parameters: fc - The current FacesContext |
SessionContext | public SessionContext(FacesContext fc, Context parent)(Code) | | Constructor.
Parameters: fc - The current FacesContext Parameters: parent - A parent Context, can be null |
|
|