org.apache.struts.action
Class TestActionServlet.CustomExceptionConfig
java.lang.Object
org.apache.struts.config.BaseConfig
org.apache.struts.config.ExceptionConfig
org.apache.struts.action.TestActionServlet.CustomExceptionConfig
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- TestActionServlet
public static class TestActionServlet.CustomExceptionConfig
- extends ExceptionConfig
Used for testing custom ExceptionConfig classes.
- See Also:
- Serialized Form
Methods inherited from class org.apache.struts.config.ExceptionConfig |
checkCircularInheritance, getBundle, getExtends, getHandler, getKey, getPath, getScope, getType, inheritFrom, isExtensionProcessed, setBundle, setExtends, setHandler, setKey, setPath, setScope, setType, toString |
processExtendsCalled
public boolean processExtendsCalled
TestActionServlet.CustomExceptionConfig
public TestActionServlet.CustomExceptionConfig()
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 ExceptionConfig
- Throws:
ClassNotFoundException
IllegalAccessException
InstantiationException
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.