Package org.apache.struts.action
Class TestActionServlet.CustomFormBeanConfig
java.lang.Object
org.apache.struts.config.BaseConfig
org.apache.struts.config.FormBeanConfig
org.apache.struts.action.TestActionServlet.CustomFormBeanConfig
- All Implemented Interfaces:
Serializable
- Enclosing class:
TestActionServlet
public static class TestActionServlet.CustomFormBeanConfig
extends org.apache.struts.config.FormBeanConfig
Used for testing custom FormBeanConfig classes.
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.struts.config.FormBeanConfig
dynaActionFormClass, dynamic, extensionProcessed, formProperties, inherit, lock, name, restricted, typeFields inherited from class org.apache.struts.config.BaseConfig
configured -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessExtends(org.apache.struts.config.ModuleConfig moduleConfig) Set a flag so we know this method was called.Methods inherited from class org.apache.struts.config.FormBeanConfig
addFormPropertyConfig, canReuse, checkCircularInheritance, createActionForm, createActionForm, findFormPropertyConfig, findFormPropertyConfigs, formBeanClass, freeze, getDynaActionFormClass, getDynamic, getExtends, getName, getType, inheritFormProperties, inheritFrom, isExtensionProcessed, isRestricted, removeFormPropertyConfig, setExtends, setName, setRestricted, setType, toStringMethods inherited from class org.apache.struts.config.BaseConfig
copyProperties, getProperties, getProperty, inheritProperties, setProperties, setProperty, throwIfConfigured
-
Field Details
-
processExtendsCalled
public boolean processExtendsCalled
-
-
Constructor Details
-
CustomFormBeanConfig
public CustomFormBeanConfig()
-
-
Method Details
-
processExtends
public void processExtends(org.apache.struts.config.ModuleConfig moduleConfig) throws ClassNotFoundException, IllegalAccessException, InstantiationException Set a flag so we know this method was called.- Overrides:
processExtendsin classorg.apache.struts.config.FormBeanConfig- Throws:
ClassNotFoundExceptionIllegalAccessExceptionInstantiationException
-