|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Uses of SessionContext in com.ibm.workflow.servlet.client |
| Classes in com.ibm.workflow.servlet.client that implement SessionContext | |
class |
RequestContext
|
| 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 |
CommandHandler.onLogon(SessionContext context)
Deprecated. Use CommandHandler.onLogon(com.ibm.workflow.servlet.client.RequestContext)
instead. |
void |
CommandHandler.onLogoff(SessionContext context)
This method is called whenever a user has logged off. |
void |
GenericCommandHandler.onLogon(SessionContext context)
Deprecated. Use GenericCommandHandler.onLogon(RequestContext) instead. |
void |
GenericCommandHandler.onLogoff(SessionContext context)
This hook has an empty implementation. |
| Uses of SessionContext in com.ibm.workflow.servlet.sample |
| Methods in com.ibm.workflow.servlet.sample with parameters of type SessionContext | |
void |
CommandHandlerAdapter.onLogon(SessionContext context)
Deprecated. Use CommandHandlerAdapter.onLogon(RequestContext) instead. |
void |
CommandHandlerAdapter.onLogoff(SessionContext context)
This method is called whenever a user has logged off. |
void |
StarterPEAHandler.onLogoff(SessionContext context)
Shuts down the Web user's PEA if called for the Web user ID. |
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||