|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionContext | |
---|---|
com.ibm.workflow.servlet.client | |
com.ibm.workflow.servlet.sample |
Uses of SessionContext in com.ibm.workflow.servlet.client |
---|
Classes in com.ibm.workflow.servlet.client that implement SessionContext | |
class |
RequestContext
|
class |
SessionContextProxy
|
Methods in com.ibm.workflow.servlet.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.servlet.client with parameters of type SessionContext | |
java.lang.String |
Command.getText(SessionContext cat)
Query the command's text that can be used as alt text
or as button label. |
void |
GenericCommandHandler.onLogoff(SessionContext context)
This hook has an empty implementation. |
void |
CommandHandler.onLogoff(SessionContext context)
This method is called whenever a user has logged off. |
Uses of SessionContext in com.ibm.workflow.servlet.sample |
---|
Methods in com.ibm.workflow.servlet.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |