|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExceptionMappingConfig | |
|---|---|
| com.opensymphony.xwork2.config.entities | Configuration entity classes. |
| com.opensymphony.xwork2.config.providers | Configuration provider classes. |
| com.opensymphony.xwork2.interceptor | Interceptor classes. |
| Uses of ExceptionMappingConfig in com.opensymphony.xwork2.config.entities |
|---|
| Fields in com.opensymphony.xwork2.config.entities declared as ExceptionMappingConfig | |
|---|---|
protected ExceptionMappingConfig |
ExceptionMappingConfig.Builder.target
|
| Fields in com.opensymphony.xwork2.config.entities with type parameters of type ExceptionMappingConfig | |
|---|---|
protected List<ExceptionMappingConfig> |
ActionConfig.exceptionMappings
|
protected List<ExceptionMappingConfig> |
PackageConfig.globalExceptionMappingConfigs
|
| Methods in com.opensymphony.xwork2.config.entities that return ExceptionMappingConfig | |
|---|---|
ExceptionMappingConfig |
ExceptionMappingConfig.Builder.build()
|
| Methods in com.opensymphony.xwork2.config.entities that return types with arguments of type ExceptionMappingConfig | |
|---|---|
List<ExceptionMappingConfig> |
PackageConfig.getAllExceptionMappingConfigs()
returns the List of all the ExceptionMappingConfigs available in the current package. |
List<ExceptionMappingConfig> |
ActionConfig.getExceptionMappings()
|
List<ExceptionMappingConfig> |
PackageConfig.getGlobalExceptionMappingConfigs()
gets the ExceptionMappingConfigs local to this package |
| Methods in com.opensymphony.xwork2.config.entities with parameters of type ExceptionMappingConfig | |
|---|---|
ActionConfig.Builder |
ActionConfig.Builder.addExceptionMapping(ExceptionMappingConfig exceptionMapping)
|
PackageConfig.Builder |
PackageConfig.Builder.addExceptionMappingConfig(ExceptionMappingConfig exceptionMappingConfig)
|
| Method parameters in com.opensymphony.xwork2.config.entities with type arguments of type ExceptionMappingConfig | |
|---|---|
ActionConfig.Builder |
ActionConfig.Builder.addExceptionMappings(Collection<? extends ExceptionMappingConfig> mappings)
|
PackageConfig.Builder |
PackageConfig.Builder.addGlobalExceptionMappingConfigs(List<ExceptionMappingConfig> exceptionMappingConfigs)
|
ActionConfig.Builder |
ActionConfig.Builder.exceptionMappings(Collection<? extends ExceptionMappingConfig> mappings)
|
| Constructors in com.opensymphony.xwork2.config.entities with parameters of type ExceptionMappingConfig | |
|---|---|
ExceptionMappingConfig.Builder(ExceptionMappingConfig toClone)
|
|
ExceptionMappingConfig(ExceptionMappingConfig target)
|
|
| Uses of ExceptionMappingConfig in com.opensymphony.xwork2.config.providers |
|---|
| Methods in com.opensymphony.xwork2.config.providers that return types with arguments of type ExceptionMappingConfig | |
|---|---|
protected List<ExceptionMappingConfig> |
XmlConfigurationProvider.buildExceptionMappings(Element element,
PackageConfig.Builder packageContext)
Build a map of ResultConfig objects from below a given XML element. |
| Uses of ExceptionMappingConfig in com.opensymphony.xwork2.interceptor |
|---|
| Methods in com.opensymphony.xwork2.interceptor that return ExceptionMappingConfig | |
|---|---|
protected ExceptionMappingConfig |
ExceptionMappingInterceptor.findMappingFromExceptions(List<ExceptionMappingConfig> exceptionMappings,
Throwable t)
Try to find appropriate ExceptionMappingConfig based on provided Throwable |
| Method parameters in com.opensymphony.xwork2.interceptor with type arguments of type ExceptionMappingConfig | |
|---|---|
protected ExceptionMappingConfig |
ExceptionMappingInterceptor.findMappingFromExceptions(List<ExceptionMappingConfig> exceptionMappings,
Throwable t)
Try to find appropriate ExceptionMappingConfig based on provided Throwable |
protected String |
ExceptionMappingInterceptor.findResultFromExceptions(List<ExceptionMappingConfig> exceptionMappings,
Throwable t)
Deprecated. since 2.3.15 please use #findMappingFromExceptions directly instead |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||