returns the Map of all the ActionConfigs available in the current package.
ActionConfigs defined in ancestor packages will be included in this Map.
a Map of ActionConfig Objects with the action name as the key See Also:ActionConfig
returns the List of all the ExceptionMappingConfigs available in the current package.
ExceptionMappingConfigs defined in ancestor packages will be included in this list.
a List of ExceptionMappingConfigs Objects with the result type name as the key See Also:ExceptionMappingConfig
returns the Map of all the global ResultConfigs available in the current package.
Global ResultConfigs defined in ancestor packages will be included in this Map.
a Map of Result Objects with the result name as the key See Also:ResultConfig
returns the Map of all InterceptorConfigs and InterceptorStackConfigs available in the current package.
InterceptorConfigs defined in ancestor packages will be included in this Map.
a Map of InterceptorConfig and InterceptorStackConfig Objects with the ref-name as the key See Also:InterceptorConfig See Also:InterceptorStackConfig
returns the Map of all the ResultTypeConfigs available in the current package.
ResultTypeConfigs defined in ancestor packages will be included in this Map.
a Map of ResultTypeConfig Objects with the result type name as the key See Also:ResultTypeConfig
Gets the Reference resolver for this package. If the resolver for this package is
not specified, the method will try and find one on one of the parent packages
Returns the externalRefResolver.
Returns the default result type for this package.
If there is no default result type, but this package has parents - we will try to
look up the default result type of a parent.
gets the InterceptorConfigs and InterceptorStackConfigs local to this package
a Map of InterceptorConfig and InterceptorStackConfig objects keyed by ref-name See Also:InterceptorConfig See Also:InterceptorStackConfig