|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.scopes.impl.ContextImpl
net.sourceforge.scopes.click.ClickScopeManager.ClickContext
protected class ClickScopeManager.ClickContext
This class represents a "click" context. It contains the request id that is necessary to move this context from request to session scope.
Field Summary |
---|
Fields inherited from class net.sourceforge.scopes.impl.ContextImpl |
---|
name2attribute |
Constructor Summary | |
---|---|
ClickScopeManager.ClickContext()
Constructor. |
Method Summary | |
---|---|
java.lang.String |
moveToSession(javax.servlet.http.HttpServletRequest request)
Moves this context from request to session scope. |
Methods inherited from class net.sourceforge.scopes.impl.ContextImpl |
---|
getAttribute, getAttributeNames, removeAttribute, setAttribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClickScopeManager.ClickContext()
requestId
- The request id.Method Detail |
---|
public java.lang.String moveToSession(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request to use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |