|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterceptorMapping | |
---|---|
com.opensymphony.xwork2.config.entities | Configuration entity classes. |
com.opensymphony.xwork2.config.providers | Configuration provider classes. |
Uses of InterceptorMapping in com.opensymphony.xwork2.config.entities |
---|
Fields in com.opensymphony.xwork2.config.entities with type parameters of type InterceptorMapping | |
---|---|
protected List<InterceptorMapping> |
ActionConfig.interceptors
|
private List<InterceptorMapping> |
InterceptorStackConfig.interceptors
|
Methods in com.opensymphony.xwork2.config.entities that return types with arguments of type InterceptorMapping | |
---|---|
List<InterceptorMapping> |
ActionConfig.getInterceptors()
|
Collection<InterceptorMapping> |
InterceptorStackConfig.getInterceptors()
|
Methods in com.opensymphony.xwork2.config.entities with parameters of type InterceptorMapping | |
---|---|
void |
InterceptorListHolder.addInterceptor(InterceptorMapping interceptor)
|
void |
ActionConfig.addInterceptor(InterceptorMapping interceptor)
|
void |
InterceptorStackConfig.addInterceptor(InterceptorMapping interceptor)
|
Method parameters in com.opensymphony.xwork2.config.entities with type arguments of type InterceptorMapping | |
---|---|
void |
InterceptorListHolder.addInterceptors(List<InterceptorMapping> interceptors)
|
void |
ActionConfig.addInterceptors(List<InterceptorMapping> interceptors)
|
void |
InterceptorStackConfig.addInterceptors(List<InterceptorMapping> interceptors)
|
Uses of InterceptorMapping in com.opensymphony.xwork2.config.providers |
---|
Methods in com.opensymphony.xwork2.config.providers that return types with arguments of type InterceptorMapping | |
---|---|
static List<InterceptorMapping> |
InterceptorBuilder.constructInterceptorReference(PackageConfig packageConfig,
String refName,
Map refParams,
Location location,
ObjectFactory objectFactory)
Builds a list of interceptors referenced by the refName in the supplied PackageConfig. |
private static List<InterceptorMapping> |
InterceptorBuilder.constructParameterizedInterceptorReferences(PackageConfig packageConfig,
InterceptorStackConfig stackConfig,
Map refParams,
ObjectFactory objectFactory)
Builds a list of interceptors referenced by the refName in the supplied PackageConfig overriding the properties of the referenced interceptor with refParams. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |