Uses of Package
com.ibm.workflow.servlet.client

Packages that use com.ibm.workflow.servlet.client
com.ibm.workflow.servlet.client   
com.ibm.workflow.servlet.sample   
 

Classes in com.ibm.workflow.servlet.client used by com.ibm.workflow.servlet.client
ApplicationContext
           
ApplicationContextProxy
           
BuiltinHandler
          This class handles all commands known by the Web Client's servlet itself.
Catalog
          This class defines the interface to message catalogs.
ClientException
          This is the base class for all exceptions thrown within the Web Client framework.
Command
          This class encapsulates what commands are allowed in the various states of process templates, process instances, activity instances, persistent lists, and work items.
CommandHandler
          This class allows you to add new commands to the Web Client's servlet and also to extend the servlet's commands.
Config
          This class provides access to the settings in the servlet configuration file.
GenericCommandHandler
          This class provides a generic implementation of CommandHandler's execute() method which maps the command name directly to the name of the method to be invoked and allows easy access to the ApplicationContext.
RequestContext
           
ResponsePage
          Objects of this class represent the responses sent by the Web Client.
SessionContext
           
SessionContext.MonitorPackage
           
SessionContextProxy
           
Viewer
          This class allows you to customize the look and feel of certain parts of the Web Client.
 

Classes in com.ibm.workflow.servlet.client used by com.ibm.workflow.servlet.sample
ClientException
          This is the base class for all exceptions thrown within the Web Client framework.
CommandHandler
          This class allows you to add new commands to the Web Client's servlet and also to extend the servlet's commands.
Config
          This class provides access to the settings in the servlet configuration file.
DefaultViewer
          This class provides the default implementation of the Viewer interface.
GenericCommandHandler
          This class provides a generic implementation of CommandHandler's execute() method which maps the command name directly to the name of the method to be invoked and allows easy access to the ApplicationContext.
RequestContext
           
ResponsePage
          Objects of this class represent the responses sent by the Web Client.
SessionContext
           
Viewer
          This class allows you to customize the look and feel of certain parts of the Web Client.
 



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