com.ibm.workflow.servlet.sample
Class ShowConfigHandler

java.lang.Object
  |
  +--com.ibm.workflow.servlet.client.GenericCommandHandler
        |
        +--com.ibm.workflow.servlet.sample.ShowConfigHandler
All Implemented Interfaces:
CommandHandler

public class ShowConfigHandler
extends GenericCommandHandler


Constructor Summary
ShowConfigHandler()
           
 
Method Summary
 java.lang.String getHandlerInfo()
          Returns a String that contains information about the handler such as its author, version, and copyright information.
 ResponsePage showConfig(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class com.ibm.workflow.servlet.client.GenericCommandHandler
destroy, execute, getConfig, getContext, getCredentials, getSessionContext, getTriggerTagFor, init, onLogoff, onLogon
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowConfigHandler

public ShowConfigHandler()
Method Detail

getHandlerInfo

public java.lang.String getHandlerInfo()
Description copied from class: GenericCommandHandler
Returns a String that contains information about the handler such as its author, version, and copyright information. You must override this method before it returns this information. If you do not override this method, it returns the class name.
Overrides:
getHandlerInfo in class GenericCommandHandler
Following copied from class: com.ibm.workflow.servlet.client.GenericCommandHandler
Returns:
The class name until you override this method

showConfig

public ResponsePage showConfig(javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response)
                        throws ClientException


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