|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||
| Uses of SessionContext in com.ibm.workflow.portlet.client |
| Classes in com.ibm.workflow.portlet.client that implement SessionContext | |
class |
RequestContext
|
class |
com.ibm.workflow.portlet.client.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 | |
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.onLogoff(SessionContext context)
This method is called whenever a user has logged off. |
void |
GenericCommandHandler.onLogoff(SessionContext context)
This hook has an empty implementation. |
| Uses of SessionContext in com.ibm.workflow.portlet.sample |
| Methods in com.ibm.workflow.portlet.sample with parameters of type SessionContext | |
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 | ||||||