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

Packages that use ExceptionMappingConfig
com.opensymphony.xwork2.config.entities Configuration entity 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)
           
 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)
           
 



Copyright © 2008 OpenSymphony. All Rights Reserved.