java.lang.Object
org.apache.struts.config.impl.ModuleConfigImpl
org.apache.struts.action.DynaActionFormConfig
- All Implemented Interfaces:
- org.apache.struts.config.ModuleConfig, java.io.Serializable
- class DynaActionFormConfig
- extends org.apache.struts.config.impl.ModuleConfigImpl
Fields inherited from class org.apache.struts.config.impl.ModuleConfigImpl |
actionConfigList, actionConfigs, actionFormBeanClass, actionForwardClass, actionMappingClass, configured, controllerConfig, dataSources, exceptions, formBeans, forwards, matcher, messageResources, plugIns, prefix |
Methods inherited from class org.apache.struts.config.impl.ModuleConfigImpl |
addActionConfig, addDataSourceConfig, addExceptionConfig, addFormBeanConfig, addForwardConfig, addMessageResourcesConfig, addPlugInConfig, findActionConfig, findActionConfigs, findDataSourceConfig, findDataSourceConfigs, findExceptionConfig, findExceptionConfigs, findFormBeanConfigs, findForwardConfig, findForwardConfigs, findMessageResourcesConfig, findMessageResourcesConfigs, findPlugInConfigs, freeze, getActionFormBeanClass, getActionForwardClass, getActionMappingClass, getConfigured, getControllerConfig, getPrefix, removeActionConfig, removeDataSourceConfig, removeExceptionConfig, removeFormBeanConfig, removeForwardConfig, removeMessageResourcesConfig, setActionFormBeanClass, setActionForwardClass, setActionMappingClass, setControllerConfig, setPrefix |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
beanConfig
private org.apache.struts.config.FormBeanConfig beanConfig
DynaActionFormConfig
public DynaActionFormConfig(org.apache.struts.config.FormBeanConfig beanConfig)
findFormBeanConfig
public org.apache.struts.config.FormBeanConfig findFormBeanConfig(java.lang.String name)
- Description copied from class:
org.apache.struts.config.impl.ModuleConfigImpl
- Return the form bean configuration for the specified key, if any;
otherwise return
null
.