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