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 FormBeanConfig
Used for testing custom FormBeanConfig classes.
- See Also:
- Serialized Form
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, toString |
processExtendsCalled
public boolean processExtendsCalled
TestActionServlet.CustomFormBeanConfig
public TestActionServlet.CustomFormBeanConfig()
processExtends
public void processExtends(ModuleConfig moduleConfig)
throws ClassNotFoundException,
IllegalAccessException,
InstantiationException
- Set a flag so we know this method was called.
- Overrides:
processExtends
in class FormBeanConfig
- Throws:
ClassNotFoundException
IllegalAccessException
InstantiationException
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.