JavaScript is disabled on your browser.
java.lang.Object
org.apache.struts.config.ActionConfig
org.apache.struts.action.ActionMapping
org.rhq.enterprise.gui.legacy.action.BaseActionMapping
All Implemented Interfaces:
Serializable
public class BaseActionMapping
extends org.apache.struts.action.ActionMapping
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.
See Also: Serialized Form
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
Method Summary
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
Method Detail
getTitle
public String getTitle()
toString
public String toString()
Overrides:
toString in class org.apache.struts.config.ActionConfig
Copyright © 2008-2013 Red Hat, Inc. . All Rights Reserved.