net.sourceforge.scopes.click
Class ClickScopeManager.ClickContext

java.lang.Object
  extended by net.sourceforge.scopes.impl.ContextImpl
      extended by net.sourceforge.scopes.click.ClickScopeManager.ClickContext
All Implemented Interfaces:
Context
Enclosing class:
ClickScopeManager

protected class ClickScopeManager.ClickContext
extends ContextImpl

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

ClickScopeManager.ClickContext

public ClickScopeManager.ClickContext()
Constructor.

Parameters:
requestId - The request id.
Method Detail

moveToSession

public java.lang.String moveToSession(javax.servlet.http.HttpServletRequest request)
Moves this context from request to session scope.

Parameters:
request - The HTTP request to use.
Returns:
The request id to use in redirection