Package org.apache.struts.action
Class TestActionServlet.CustomForwardConfig
java.lang.Object
org.apache.struts.config.BaseConfig
org.apache.struts.config.ForwardConfig
org.apache.struts.action.TestActionServlet.CustomForwardConfig
- All Implemented Interfaces:
Serializable
- Enclosing class:
TestActionServlet
public static class TestActionServlet.CustomForwardConfig
extends org.apache.struts.config.ForwardConfig
Used for testing custom ForwardConfig classes.
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.struts.config.ForwardConfig
catalog, command, extensionProcessed, inherit, module, name, path, redirectFields inherited from class org.apache.struts.config.BaseConfig
configured -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessExtends(org.apache.struts.config.ModuleConfig moduleConfig, org.apache.struts.config.ActionConfig actionConfig) Set a flag so we know this method was called.Methods inherited from class org.apache.struts.config.ForwardConfig
checkCircularInheritance, getCatalog, getCommand, getExtends, getModule, getName, getPath, getRedirect, inheritFrom, isExtensionProcessed, setCatalog, setCommand, setExtends, setModule, setName, setPath, setRedirect, toStringMethods inherited from class org.apache.struts.config.BaseConfig
copyProperties, freeze, getProperties, getProperty, inheritProperties, setProperties, setProperty, throwIfConfigured
-
Field Details
-
processExtendsCalled
public boolean processExtendsCalled
-
-
Constructor Details
-
CustomForwardConfig
public CustomForwardConfig() -
CustomForwardConfig
-
-
Method Details
-
processExtends
public void processExtends(org.apache.struts.config.ModuleConfig moduleConfig, org.apache.struts.config.ActionConfig actionConfig) throws ClassNotFoundException, IllegalAccessException, InstantiationException Set a flag so we know this method was called.- Overrides:
processExtendsin classorg.apache.struts.config.ForwardConfig- Throws:
ClassNotFoundExceptionIllegalAccessExceptionInstantiationException
-