Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.struts.action
Class DynaActionFormMapping  view DynaActionFormMapping download DynaActionFormMapping.java

java.lang.Object
  extended byorg.apache.struts.config.ActionConfig
      extended byorg.apache.struts.action.ActionMapping
          extended byorg.apache.struts.action.DynaActionFormMapping
All Implemented Interfaces:
java.io.Serializable

class DynaActionFormMapping
extends ActionMapping


Field Summary
private  org.apache.struts.config.ModuleConfig appConfig
           
 
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
 
Constructor Summary
DynaActionFormMapping(org.apache.struts.config.ModuleConfig appConfig)
           
 
Method Summary
 org.apache.struts.config.ModuleConfig getModuleConfig()
          The module configuration with which we are associated.
 java.lang.String getName()
          Return name of the form bean, if any, associated with this Action.
 
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, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

appConfig

private org.apache.struts.config.ModuleConfig appConfig
Constructor Detail

DynaActionFormMapping

public DynaActionFormMapping(org.apache.struts.config.ModuleConfig appConfig)
Method Detail

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.