com.ibm.workflow.servlet.clientx.wext
Class WExtCommandHandler

java.lang.Object
  |
  +--com.ibm.workflow.servlet.client.GenericCommandHandler
        |
        +--com.ibm.workflow.servlet.clientx.wext.WExtCommandHandler
Direct Known Subclasses:
ChangePageHandler, PageEventHandler, RestartAsDraftHandler, ReuseProcessDataHandler

public abstract class WExtCommandHandler
extends com.ibm.workflow.servlet.client.GenericCommandHandler

This is a base class of WebClinet Ententions handlers.


Constructor Summary
WExtCommandHandler()
           
 
Method Summary
 void init(com.ibm.workflow.servlet.client.Config cfg)
          Initializes the handler, if configured.
 
Methods inherited from class com.ibm.workflow.servlet.client.GenericCommandHandler
destroy, execute, getConfig, getContext, getCredentials, getHandlerInfo, getSessionContext, getTriggerTagFor, onLogoff, onLogon
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WExtCommandHandler

public WExtCommandHandler()
Method Detail

init

public void init(com.ibm.workflow.servlet.client.Config cfg)
Initializes the handler, if configured. This feature has to be enabled in WebClient.properties by setting DataBeanID, PageBeanID and PageID.
Overrides:
init in class com.ibm.workflow.servlet.client.GenericCommandHandler
Parameters:
config - the servlet's configuration and initialization parameters