org.apache.struts.config
Class TestFormBeanConfig.CustomFormBeanConfig

java.lang.Object
  extended by org.apache.struts.config.BaseConfig
      extended by org.apache.struts.config.FormBeanConfig
          extended by org.apache.struts.config.TestFormBeanConfig.CustomFormBeanConfig
All Implemented Interfaces:
Serializable
Enclosing class:
TestFormBeanConfig

public static class TestFormBeanConfig.CustomFormBeanConfig
extends org.apache.struts.config.FormBeanConfig

Used to detect that FormBeanConfig is making the right calls.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.config.FormBeanConfig
dynaActionFormClass, dynamic, extensionProcessed, formProperties, inherit, lock, name, restricted, type
 
Fields inherited from class org.apache.struts.config.BaseConfig
configured
 
Constructor Summary
TestFormBeanConfig.CustomFormBeanConfig()
           
 
Method Summary
 void processExtends(org.apache.struts.config.ModuleConfig moduleConfig)
           
 
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
 
Methods inherited from class org.apache.struts.config.BaseConfig
copyProperties, getProperties, getProperty, inheritProperties, setProperties, setProperty, throwIfConfigured
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestFormBeanConfig.CustomFormBeanConfig

public TestFormBeanConfig.CustomFormBeanConfig()
Method Detail

processExtends

public void processExtends(org.apache.struts.config.ModuleConfig moduleConfig)
                    throws ClassNotFoundException,
                           IllegalAccessException,
                           InstantiationException,
                           InvocationTargetException
Overrides:
processExtends in class org.apache.struts.config.FormBeanConfig
Throws:
ClassNotFoundException
IllegalAccessException
InstantiationException
InvocationTargetException


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.