Uses of Class
org.apache.struts2.config.entities.ExceptionMappingConfig
Packages that use ExceptionMappingConfig
Package
Description
Configuration entity classes.
Configuration provider classes.
Interceptor classes.
-
Uses of ExceptionMappingConfig in org.apache.struts2.config.entities
Fields in org.apache.struts2.config.entities declared as ExceptionMappingConfigModifier and TypeFieldDescriptionprotected ExceptionMappingConfig
ExceptionMappingConfig.Builder.target
Fields in org.apache.struts2.config.entities with type parameters of type ExceptionMappingConfigModifier and TypeFieldDescriptionprotected List<ExceptionMappingConfig>
ActionConfig.exceptionMappings
protected List<ExceptionMappingConfig>
PackageConfig.globalExceptionMappingConfigs
Methods in org.apache.struts2.config.entities that return ExceptionMappingConfigMethods in org.apache.struts2.config.entities that return types with arguments of type ExceptionMappingConfigModifier and TypeMethodDescriptionPackageConfig.getAllExceptionMappingConfigs()
returns the List of all the ExceptionMappingConfigs available in the current package.ActionConfig.getExceptionMappings()
PackageConfig.getGlobalExceptionMappingConfigs()
gets the ExceptionMappingConfigs local to this packageMethods in org.apache.struts2.config.entities with parameters of type ExceptionMappingConfigModifier and TypeMethodDescriptionActionConfig.Builder.addExceptionMapping
(ExceptionMappingConfig exceptionMapping) PackageConfig.Builder.addExceptionMappingConfig
(ExceptionMappingConfig exceptionMappingConfig) Method parameters in org.apache.struts2.config.entities with type arguments of type ExceptionMappingConfigModifier and TypeMethodDescriptionActionConfig.Builder.addExceptionMappings
(Collection<? extends ExceptionMappingConfig> mappings) PackageConfig.Builder.addGlobalExceptionMappingConfigs
(List<ExceptionMappingConfig> exceptionMappingConfigs) ActionConfig.Builder.exceptionMappings
(Collection<? extends ExceptionMappingConfig> mappings) Constructors in org.apache.struts2.config.entities with parameters of type ExceptionMappingConfig -
Uses of ExceptionMappingConfig in org.apache.struts2.config.providers
Methods in org.apache.struts2.config.providers that return types with arguments of type ExceptionMappingConfigModifier and TypeMethodDescriptionprotected List<ExceptionMappingConfig>
XmlDocConfigurationProvider.buildExceptionMappings
(Element element) Build a list of exception mapping objects from below a given XML element. -
Uses of ExceptionMappingConfig in org.apache.struts2.interceptor
Methods in org.apache.struts2.interceptor that return ExceptionMappingConfigModifier and TypeMethodDescriptionprotected ExceptionMappingConfig
ExceptionMappingInterceptor.findMappingFromExceptions
(List<ExceptionMappingConfig> exceptionMappings, Throwable t) Try to find appropriateExceptionMappingConfig
based on provided ThrowableMethod parameters in org.apache.struts2.interceptor with type arguments of type ExceptionMappingConfigModifier and TypeMethodDescriptionprotected ExceptionMappingConfig
ExceptionMappingInterceptor.findMappingFromExceptions
(List<ExceptionMappingConfig> exceptionMappings, Throwable t) Try to find appropriateExceptionMappingConfig
based on provided Throwable