|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.config.BaseConfig
org.apache.struts.config.ActionConfig
org.apache.struts.action.ActionMapping
org.hyperic.hq.ui.action.BaseActionMapping
public class BaseActionMapping
An ActionMapping
subclass that adds fields
for participating in a workflow struts-config.xml
To use:
The value is used as a key into a HashMap of Queues of URLs
to participate in a workflow.
Field Summary |
---|
Fields inherited from class org.apache.struts.config.ActionConfig |
---|
actionId, attribute, cancellable, catalog, command, exceptions, extensionProcessed, forward, forwards, include, inherit, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate |
Fields inherited from class org.apache.struts.config.BaseConfig |
---|
configured |
Constructor Summary | |
---|---|
BaseActionMapping()
|
Method Summary | |
---|---|
java.lang.Boolean |
getIsFirst()
|
java.lang.String |
getTitle()
|
java.lang.String |
getWorkflow()
|
void |
setIsFirst(java.lang.Boolean start)
|
void |
setTitle(java.lang.String title)
|
void |
setWorkflow(java.lang.String workflow)
|
java.lang.String |
toString()
|
Methods inherited from class org.apache.struts.action.ActionMapping |
---|
findForward, findForwards, getInputForward |
Methods inherited from class org.apache.struts.config.ActionConfig |
---|
addExceptionConfig, addForwardConfig, checkCircularInheritance, findException, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getActionId, getAttribute, getCancellable, getCatalog, getCommand, getExtends, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, inheritExceptionHandlers, inheritForwards, inheritFrom, isExtensionProcessed, processExtends, removeExceptionConfig, removeForwardConfig, setActionId, setAttribute, setCancellable, setCatalog, setCommand, setExtends, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPrefix, setRoles, setScope, setSuffix, setType, setUnknown, setValidate |
Methods inherited from class org.apache.struts.config.BaseConfig |
---|
copyProperties, getProperties, getProperty, inheritProperties, setProperties, setProperty, throwIfConfigured |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BaseActionMapping()
Method Detail |
---|
public java.lang.String getWorkflow()
public void setWorkflow(java.lang.String workflow)
public java.lang.Boolean getIsFirst()
public void setIsFirst(java.lang.Boolean start)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public java.lang.String toString()
toString
in class org.apache.struts.config.ActionConfig
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |