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

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.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
Return the DynaActionFormClass instance for the specified form bean configuration instance.
void
void
Introspect our form bean configuration to identify the supported properties.

Uses in package org.apache.struts.util

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

boolean
Determine whether instance of ActionForm is suitable for re-use as an instance of the form described by config.
ActionForm
Create and return an ActionForm instance appropriate to the information in config.

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-2007 - The Apache Software Foundation