|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Primarily concerned with maintaining server-side state as attributes.
Method Summary | |
java.lang.String |
getId()
Returns a unique string identifier used to identify the session. |
void |
invalidate()
Invalidates this session then unbinds any objects bound to it. |
boolean |
isNew()
Returns true if the client does not yet know about the session or if the client chooses not to join the session. |
Methods inherited from interface org.apache.tapestry.web.AttributeHolder |
getAttribute, getAttributeNames, setAttribute |
Methods inherited from interface org.apache.tapestry.describe.Describable |
describeTo |
Method Detail |
public java.lang.String getId()
WebResponse.encodeURL(String).
public boolean isNew()
public void invalidate()
java.lang.IllegalStateException
- if the session is already invalidated.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |