|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.contexts.BasicContext
org.jboss.seam.contexts.SessionContext
public class SessionContext
Session context - state associated with a user session. Session state may be passivated or replicated.
| Constructor Summary | |
|---|---|
SessionContext(java.util.Map<java.lang.String,java.lang.Object> map)
|
|
| Method Summary | |
|---|---|
void |
flush()
Force synchronization to the underlying state store. |
java.lang.String[] |
getNames()
Get all names defined in the context. |
java.lang.String |
toString()
|
| Methods inherited from class org.jboss.seam.contexts.BasicContext |
|---|
get, get, getType, isSet, remove, set |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SessionContext(java.util.Map<java.lang.String,java.lang.Object> map)
| Method Detail |
|---|
public java.lang.String[] getNames()
Context
getNames in interface ContextgetNames in class BasicContextpublic void flush()
Context
flush in interface Contextflush in class BasicContextpublic java.lang.String toString()
toString in class BasicContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||