|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.config.BaseConfig
org.apache.struts.config.FormBeanConfig
org.apache.struts.action.TestActionServlet.CustomFormBeanConfig
public static class TestActionServlet.CustomFormBeanConfig
Used for testing custom FormBeanConfig classes.
Field Summary | |
---|---|
boolean |
processExtendsCalled
|
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 | |
---|---|
TestActionServlet.CustomFormBeanConfig()
|
Method Summary | |
---|---|
void |
processExtends(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, 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 |
Field Detail |
---|
public boolean processExtendsCalled
Constructor Detail |
---|
public TestActionServlet.CustomFormBeanConfig()
Method Detail |
---|
public void processExtends(org.apache.struts.config.ModuleConfig moduleConfig) throws ClassNotFoundException, IllegalAccessException, InstantiationException
processExtends
in class org.apache.struts.config.FormBeanConfig
ClassNotFoundException
IllegalAccessException
InstantiationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |