|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SessionVariableSet
A collection of session variables for a user. Provides operations to query for a particular session variables, list them and manage them.
Method Summary | |
---|---|
boolean |
contains(java.lang.String inVarName)
Returns true if the session contains the specified variable. |
SessionVariable |
getVariable(java.lang.String inName)
Returns the Session Variable given its name. |
java.util.Collection |
getVariables()
Returns an unmodifiable collection of all SessionVariable objects set in this variable set. |
Method Detail |
---|
java.util.Collection getVariables()
SessionVariable getVariable(java.lang.String inName)
inName
- The name of the session variable requested.
boolean contains(java.lang.String inVarName)
inVarName
- The name of the session variable.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |