|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebSession
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 |
|---|
java.lang.String getId()
WebResponse.encodeURL(String).boolean isNew()
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 | |||||||||