|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts.config.ActionConfig
org.apache.struts.action.ActionMapping
org.rhq.enterprise.gui.legacy.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 |
|---|
attribute, cancellable, configured, exceptions, forward, forwards, include, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate |
| Constructor Summary | |
|---|---|
BaseActionMapping()
|
|
| Method Summary | |
|---|---|
Boolean |
getIsFirst()
|
String |
getTitle()
|
String |
getWorkflow()
|
void |
setIsFirst(Boolean start)
|
void |
setTitle(String title)
|
void |
setWorkflow(String workflow)
|
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, findException, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getAttribute, getCancellable, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, removeExceptionConfig, removeForwardConfig, setAttribute, setCancellable, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPrefix, setRoles, setScope, setSuffix, setType, setUnknown, setValidate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BaseActionMapping()
| Method Detail |
|---|
public String getWorkflow()
public void setWorkflow(String workflow)
public Boolean getIsFirst()
public void setIsFirst(Boolean start)
public String getTitle()
public void setTitle(String title)
public String toString()
toString in class org.apache.struts.config.ActionConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||