Uses of Class
com.opensymphony.xwork2.config.entities.ExceptionMappingConfig

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 with type parameters of type ExceptionMappingConfig
protected  List<ExceptionMappingConfig> ActionConfig.exceptionMappings
           
 

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
 

Method parameters in com.opensymphony.xwork2.interceptor with type arguments of type ExceptionMappingConfig
protected  String ExceptionMappingInterceptor.findResultFromExceptions(List<ExceptionMappingConfig> exceptionMappings, Throwable t)
           
 



Copyright © 2009 OpenSymphony. All Rights Reserved.