|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 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 | |
---|---|
void |
ActionConfig.addExceptionMapping(ExceptionMappingConfig exceptionMapping)
|
void |
PackageConfig.addExceptionMappingConfig(ExceptionMappingConfig exceptionMappingConfig)
|
Method parameters in com.opensymphony.xwork2.config.entities with type arguments of type ExceptionMappingConfig | |
---|---|
void |
ActionConfig.addExceptionMappings(List<? extends ExceptionMappingConfig> mappings)
|
Constructor parameters in com.opensymphony.xwork2.config.entities with type arguments of type ExceptionMappingConfig | |
---|---|
ActionConfig(String methodName,
Class clazz,
Map<String,Object> parameters,
Map<String,ResultConfig> results,
List<InterceptorMapping> interceptors,
List<ExceptionMappingConfig> exceptionMappings)
|
|
ActionConfig(String methodName,
String className,
Map<String,Object> parameters,
Map<String,ResultConfig> results,
List<InterceptorMapping> interceptors,
List<ExceptionMappingConfig> exceptionMappings)
|
|
ActionConfig(String methodName,
String className,
String packageName,
Map<String,Object> parameters,
Map<String,ResultConfig> results,
List<InterceptorMapping> interceptors,
List<ExceptionMappingConfig> exceptionMappings)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |