java.lang.Object
org.apache.struts.config.ActionConfig
org.apache.struts.action.ActionMapping
org.apache.struts.action.DynaActionFormMapping
- All Implemented Interfaces:
- java.io.Serializable
- class DynaActionFormMapping
- extends ActionMapping
Fields inherited from class org.apache.struts.action.ActionMapping |
|
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 |
Methods inherited from class org.apache.struts.config.ActionConfig |
addExceptionConfig, addForwardConfig, findException, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getAttribute, getCancellable, getForward, getInclude, getInput, getMultipartClass, 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, toString |
appConfig
private org.apache.struts.config.ModuleConfig appConfig
DynaActionFormMapping
public DynaActionFormMapping(org.apache.struts.config.ModuleConfig appConfig)
getModuleConfig
public org.apache.struts.config.ModuleConfig getModuleConfig()
- Description copied from class:
org.apache.struts.config.ActionConfig
- The module configuration with which we are associated.
getName
public java.lang.String getName()
- Description copied from class:
org.apache.struts.config.ActionConfig
- Return name of the form bean, if any, associated with this Action.