Package 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 org.apache.struts.config.ExceptionConfig
Used for testing custom ExceptionConfig classes.
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.struts.config.ExceptionConfig
bundle, extensionProcessed, handler, inherit, key, path, scope, typeFields 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.ExceptionConfig
checkCircularInheritance, getBundle, getExtends, getHandler, getKey, getPath, getScope, getType, inheritFrom, isExtensionProcessed, setBundle, setExtends, setHandler, setKey, setPath, setScope, setType, 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
-
CustomExceptionConfig
public CustomExceptionConfig()
-
-
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.ExceptionConfig- Throws:
ClassNotFoundExceptionIllegalAccessExceptionInstantiationException
-