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

Uses in package org.apache.struts.action

Classes derived from org.apache.struts.config.FormBeanConfig

class
An ActionFormBean is the definition of a form bean that is loaded from a <form-bean> element in the Struts configuration file.

Constructors with parameter type org.apache.struts.config.FormBeanConfig

Construct a new DynaActionFormClass for the specified form bean configuration.

Fields of type org.apache.struts.config.FormBeanConfig

FormBeanConfig
The form bean configuration information for this class.

Methods with parameter type org.apache.struts.config.FormBeanConfig

DynaActionFormClass
Create (if necessary) and return a new DynaActionFormClass instance for the specified form bean configuration instance.
void
Introspect our form bean configuration to identify the supported properties.

Uses in package org.apache.struts.config

Methods with parameter type org.apache.struts.config.FormBeanConfig

void
Add a new FormBeanConfig instance to the set associated with this module.
void
Remove the specified form bean configuration instance.

Methods with return type org.apache.struts.config.FormBeanConfig

FormBeanConfig
Return the form bean configuration for the specified key, if any; otherwise return null.
FormBeanConfig[]
Return the form bean configurations for this module.

Uses in package org.apache.struts.config.impl

Methods with parameter type org.apache.struts.config.FormBeanConfig

void
Add a new FormBeanConfig instance to the set associated with this module.
void
Remove the specified form bean configuration instance.

Methods with return type org.apache.struts.config.FormBeanConfig

FormBeanConfig
Return the form bean configuration for the specified key, if any; otherwise return null.
FormBeanConfig[]
Return the form bean configurations for this module.

Copyright B) 2000-2005 - Apache Software Foundation