|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionConfig | |
---|---|
org.apache.struts.action | The action package is the core of the struts framework, providing the "Controller" aspect of a MVC model. |
org.apache.struts.chain.commands | Configurable commands that may be placed within the request processor. |
org.apache.struts.chain.commands.servlet | Commands which are particular to servlet processing. |
org.apache.struts.config | The "config" package contains configuration objects that correspond to
elements that may be specified in the struts-config.xml
module configuration file. |
org.apache.struts.config.impl | Provides default implementation classes for the configuration objects. |
Uses of ExceptionConfig in org.apache.struts.action |
---|
Methods in org.apache.struts.action that return ExceptionConfig | |
---|---|
protected ExceptionConfig |
ActionServlet.processExceptionConfigClass(ExceptionConfig exceptionConfig,
ModuleConfig moduleConfig,
ActionConfig actionConfig)
Checks if the current exceptionConfig is using the correct class based on the class of its configuration ancestor. |
Methods in org.apache.struts.action with parameters of type ExceptionConfig | |
---|---|
protected String |
ExceptionHandler.determineIncludePath(ExceptionConfig config,
ActionForward actionForward)
Return a path to which an include should be attempted in the case when the response was committed before the ExceptionHandler
was invoked. |
ActionForward |
ExceptionHandler.execute(Exception ex,
ExceptionConfig ae,
ActionMapping mapping,
ActionForm formInstance,
HttpServletRequest request,
HttpServletResponse response)
Handle the Exception. |
protected void |
ExceptionHandler.handleCommittedResponse(Exception ex,
ExceptionConfig config,
ActionMapping mapping,
ActionForm formInstance,
HttpServletRequest request,
HttpServletResponse response,
ActionForward actionForward)
Attempt to give good information when the response has already been committed when the exception was thrown. |
protected ExceptionConfig |
ActionServlet.processExceptionConfigClass(ExceptionConfig exceptionConfig,
ModuleConfig moduleConfig,
ActionConfig actionConfig)
Checks if the current exceptionConfig is using the correct class based on the class of its configuration ancestor. |
protected void |
ActionServlet.processExceptionExtension(ExceptionConfig exceptionConfig,
ModuleConfig moduleConfig,
ActionConfig actionConfig)
Extend the exception's configuration as necessary. |
Uses of ExceptionConfig in org.apache.struts.chain.commands |
---|
Methods in org.apache.struts.chain.commands with parameters of type ExceptionConfig | |
---|---|
protected abstract ForwardConfig |
AbstractExceptionHandler.handle(ActionContext context,
Exception exception,
ExceptionConfig exceptionConfig,
ActionConfig actionConfig,
ModuleConfig moduleConfig)
Perform the required handling of the specified exception. |
Uses of ExceptionConfig in org.apache.struts.chain.commands.servlet |
---|
Methods in org.apache.struts.chain.commands.servlet with parameters of type ExceptionConfig | |
---|---|
protected ForwardConfig |
ExceptionHandler.handle(ActionContext context,
Exception exception,
ExceptionConfig exceptionConfig,
ActionConfig actionConfig,
ModuleConfig moduleConfig)
|
Uses of ExceptionConfig in org.apache.struts.config |
---|
Methods in org.apache.struts.config that return ExceptionConfig | |
---|---|
ExceptionConfig |
ModuleConfig.findException(Class type)
Perform a recursive search for an ExceptionConfig registered for this class, or for any superclass. |
ExceptionConfig |
ActionConfig.findException(Class type)
Find and return the ExceptionConfig instance defining
how Exceptions of the specified type should be handled. |
ExceptionConfig |
ModuleConfig.findExceptionConfig(String type)
Return the exception configuration for the specified type, if any; otherwise return null . |
ExceptionConfig |
ActionConfig.findExceptionConfig(String type)
Return the exception configuration for the specified type, if any; otherwise return null . |
ExceptionConfig[] |
ModuleConfig.findExceptionConfigs()
Return the exception configurations for this module. |
ExceptionConfig[] |
ActionConfig.findExceptionConfigs()
Return the exception configurations for this action. |
Methods in org.apache.struts.config with parameters of type ExceptionConfig | |
---|---|
void |
ModuleConfig.addExceptionConfig(ExceptionConfig config)
Add a new ExceptionConfig instance to the set
associated with this module. |
void |
ActionConfig.addExceptionConfig(ExceptionConfig config)
Add a new ExceptionConfig instance to the set
associated with this action. |
void |
ExceptionConfig.inheritFrom(ExceptionConfig config)
Inherit values that have not been overridden from the provided config object. |
void |
ModuleConfig.removeExceptionConfig(ExceptionConfig config)
Remove the specified exception configuration instance. |
void |
ActionConfig.removeExceptionConfig(ExceptionConfig config)
Remove the specified exception configuration instance. |
Uses of ExceptionConfig in org.apache.struts.config.impl |
---|
Methods in org.apache.struts.config.impl that return ExceptionConfig | |
---|---|
ExceptionConfig |
ModuleConfigImpl.findException(Class type)
Find and return the ExceptionConfig instance defining
how Exceptions of the specified type should be handled. |
ExceptionConfig |
ModuleConfigImpl.findExceptionConfig(String type)
Return the exception configuration for the specified type, if any; otherwise return null . |
ExceptionConfig[] |
ModuleConfigImpl.findExceptionConfigs()
Return the exception configurations for this module. |
Methods in org.apache.struts.config.impl with parameters of type ExceptionConfig | |
---|---|
void |
ModuleConfigImpl.addExceptionConfig(ExceptionConfig config)
Add a new ExceptionConfig instance to the set
associated with this module. |
void |
ModuleConfigImpl.removeExceptionConfig(ExceptionConfig config)
Remove the specified exception configuration instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |