Uses of Class
org.apache.struts.config.FormBeanConfig

Packages that use FormBeanConfig
org.apache.struts.action The action package is the core of the struts framework, providing the "Controller" aspect of a MVC model. 
org.apache.struts.config The "config" package contains configuration objects that correspond to elements that may be specified in the struts-config.xml module configuration file. 
org.apache.struts.config.impl   
 

Uses of FormBeanConfig in org.apache.struts.action
 

Subclasses of FormBeanConfig in org.apache.struts.action
 class ActionFormBean
          An ActionFormBean is the definition of a form bean that is loaded from a <form-bean> element in the Struts configuration file.
 

Fields in org.apache.struts.action declared as FormBeanConfig
protected  FormBeanConfig DynaActionFormClass.config
          The form bean configuration information for this class.
 

Methods in org.apache.struts.action with parameters of type FormBeanConfig
static DynaActionFormClass DynaActionFormClass.createDynaActionFormClass(FormBeanConfig config)
          Create (if necessary) and return a new DynaActionFormClass instance for the specified form bean configuration instance.
protected  void DynaActionFormClass.introspect(FormBeanConfig config)
          Introspect our form bean configuration to identify the supported properties.
 

Constructors in org.apache.struts.action with parameters of type FormBeanConfig
DynaActionFormClass(FormBeanConfig config)
          Construct a new DynaActionFormClass for the specified form bean configuration.
 

Uses of FormBeanConfig in org.apache.struts.config
 

Methods in org.apache.struts.config that return FormBeanConfig
 FormBeanConfig ModuleConfig.findFormBeanConfig(java.lang.String name)
          Return the form bean configuration for the specified key, if any; otherwise return null.
 FormBeanConfig[] ModuleConfig.findFormBeanConfigs()
          Return the form bean configurations for this module.
 

Methods in org.apache.struts.config with parameters of type FormBeanConfig
 void ModuleConfig.addFormBeanConfig(FormBeanConfig config)
          Add a new FormBeanConfig instance to the set associated with this module.
 void ModuleConfig.removeFormBeanConfig(FormBeanConfig config)
          Remove the specified form bean configuration instance.
 

Uses of FormBeanConfig in org.apache.struts.config.impl
 

Methods in org.apache.struts.config.impl that return FormBeanConfig
 FormBeanConfig ModuleConfigImpl.findFormBeanConfig(java.lang.String name)
          Return the form bean configuration for the specified key, if any; otherwise return null.
 FormBeanConfig[] ModuleConfigImpl.findFormBeanConfigs()
          Return the form bean configurations for this module.
 

Methods in org.apache.struts.config.impl with parameters of type FormBeanConfig
 void ModuleConfigImpl.addFormBeanConfig(FormBeanConfig config)
          Add a new FormBeanConfig instance to the set associated with this module.
 void ModuleConfigImpl.removeFormBeanConfig(FormBeanConfig config)
          Remove the specified form bean configuration instance.
 



Copyright © 2000-2003 - Apache Software Foundation