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 declared as ExceptionMappingConfig
protected  ExceptionMappingConfig ExceptionMappingConfig.Builder.target
           
 

Fields in com.opensymphony.xwork2.config.entities with type parameters of type ExceptionMappingConfig
protected  java.util.List<ExceptionMappingConfig> ActionConfig.exceptionMappings
           
protected  java.util.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
 java.util.List<ExceptionMappingConfig> PackageConfig.getAllExceptionMappingConfigs()
          returns the List of all the ExceptionMappingConfigs available in the current package.
 java.util.List<ExceptionMappingConfig> ActionConfig.getExceptionMappings()
           
 java.util.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(java.util.Collection<? extends ExceptionMappingConfig> mappings)
           
 PackageConfig.Builder PackageConfig.Builder.addGlobalExceptionMappingConfigs(java.util.List<ExceptionMappingConfig> exceptionMappingConfigs)
           
 ActionConfig.Builder ActionConfig.Builder.exceptionMappings(java.util.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  java.util.List<ExceptionMappingConfig> XmlConfigurationProvider.buildExceptionMappings(org.w3c.dom.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  java.lang.String ExceptionMappingInterceptor.findResultFromExceptions(java.util.List<ExceptionMappingConfig> exceptionMappings, java.lang.Throwable t)
           
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.