Package org.dlese.dpc.schemedit.struts
Class HotActionMapping
java.lang.Object
org.apache.struts.config.ActionConfig
org.apache.struts.action.ActionMapping
org.dlese.dpc.schemedit.struts.HotActionMapping
- All Implemented Interfaces:
Serializable
public class HotActionMapping
extends org.apache.struts.action.ActionMapping
Subclass of ActionMapping that allows roles to be set (by default they are
frozen).
- Version:
- $Rev: 54929 $ $Date: 2009/03/20 23:33:57 $
- See Also:
-
Field Summary
Fields inherited from class org.apache.struts.config.ActionConfig
attribute, configured, exceptions, forward, forwards, include, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate -
Constructor Summary
ConstructorsConstructorDescriptionConstruct a new instance of this class with the desired default form bean scope. -
Method Summary
Methods inherited from class org.apache.struts.action.ActionMapping
findForward, findForwards, getInputForwardMethods inherited from class org.apache.struts.config.ActionConfig
addExceptionConfig, addForwardConfig, findException, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getAttribute, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, removeExceptionConfig, removeForwardConfig, setAttribute, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPrefix, setScope, setSuffix, setType, setUnknown, setValidate, toString
-
Constructor Details
-
HotActionMapping
public HotActionMapping()Construct a new instance of this class with the desired default form bean scope.
-
-
Method Details
-
setRoles
- Overrides:
setRolesin classorg.apache.struts.config.ActionConfig
-