|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Config | |
---|---|
com.ibm.workflow.portlet.client | |
com.ibm.workflow.portlet.sample |
Uses of Config in com.ibm.workflow.portlet.client |
---|
Methods in com.ibm.workflow.portlet.client that return Config | |
Config |
ApplicationContextProxy.getConfig()
|
Config |
ApplicationContext.getConfig()
This method allows to access the Web Client's configuration. |
Config |
GenericCommandHandler.getConfig()
This method allows subclasses to access the Web Client's configuration. |
Methods in com.ibm.workflow.portlet.client with parameters of type Config | |
void |
CommandHandler.init(Config config)
This method is called by the Web Client in its servlet's init() method. |
void |
DefaultViewer.init(Config config)
Initializes this class according to the [DefaultViewer]
section in the
servlet configuration file. |
void |
Viewer.init(Config config)
This method is called after the Web Client's servlet has been initialized. |
void |
GenericCommandHandler.init(Config config)
This method must be called by subclasses in their init()
method. |
Uses of Config in com.ibm.workflow.portlet.sample |
---|
Methods in com.ibm.workflow.portlet.sample with parameters of type Config | |
void |
EmailHandler.init(Config cfg)
Initializes the handler and caches the SMTP host, if configured. |
void |
StarterPEAHandler.init(Config config)
Initializes the handler and caches the Web user, if configured. |
void |
CommandHandlerAdapter.init(Config cfg)
This method is called by the Web Client in its servlet's init() method. |
void |
AuditTrailHandler.init(Config cfg)
During initialization, the handler opens a JDBC connection to the MQWF runtime database (either on the local host or on a remote host [depending on the presence of the 'DB2Server' property in the configuration file]). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |