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

Quick Search    Search Deep

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

java.lang.Object
  extended byorg.apache.struts.config.impl.ModuleConfigImpl
      extended byorg.apache.struts.action.DynaActionFormConfig
All Implemented Interfaces:
org.apache.struts.config.ModuleConfig, java.io.Serializable

class DynaActionFormConfig
extends org.apache.struts.config.impl.ModuleConfigImpl


Field Summary
private  org.apache.struts.config.FormBeanConfig beanConfig
           
 
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
 
Constructor Summary
DynaActionFormConfig(org.apache.struts.config.FormBeanConfig beanConfig)
           
 
Method Summary
 org.apache.struts.config.FormBeanConfig findFormBeanConfig(java.lang.String name)
          Return the form bean configuration for the specified key, if any; otherwise return null.
 
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
 

Field Detail

beanConfig

private org.apache.struts.config.FormBeanConfig beanConfig
Constructor Detail

DynaActionFormConfig

public DynaActionFormConfig(org.apache.struts.config.FormBeanConfig beanConfig)
Method Detail

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.