Uses of Interface
com.ibm.workflow.portlet.client.SessionContext

Packages that use SessionContext
com.ibm.workflow.portlet.client   
com.ibm.workflow.portlet.sample   
 

Uses of SessionContext in com.ibm.workflow.portlet.client
 

Classes in com.ibm.workflow.portlet.client that implement SessionContext
 class RequestContext
           
 class SessionContextProxy
           
 

Methods in com.ibm.workflow.portlet.client that return SessionContext
static SessionContext GenericCommandHandler.getSessionContext(javax.servlet.http.HttpServletRequest request)
          This method allows subclasses to extract the SessionContext from an HTTP request object.
 

Methods in com.ibm.workflow.portlet.client with parameters of type SessionContext
 void CommandHandler.onLogoff(SessionContext context)
          This method is called whenever a user has logged off.
 void GenericCommandHandler.onLogoff(SessionContext context)
          This hook has an empty implementation.
 java.lang.String Command.getText(SessionContext cat)
          Query the command's text that can be used as alt text or as button label.
 

Uses of SessionContext in com.ibm.workflow.portlet.sample
 

Methods in com.ibm.workflow.portlet.sample with parameters of type SessionContext
 void StarterPEAHandler.onLogoff(SessionContext context)
          Shuts down the Web user's PEA if called for the Web user ID.
 void CommandHandlerAdapter.onLogoff(SessionContext context)
          This method is called whenever a user has logged off.
 



© Copyright IBM Corporation 2002, 2008. All Rights Reserved.