Package | Description |
---|---|
com.opensymphony.xwork2 |
Main XWork interfaces and classes.
|
com.opensymphony.xwork2.config.entities |
Configuration entity classes.
|
com.opensymphony.xwork2.factory | |
com.opensymphony.xwork2.interceptor |
Interceptor classes.
|
Modifier and Type | Method and Description |
---|---|
Interceptor |
ObjectFactory.buildInterceptor(InterceptorConfig interceptorConfig,
Map<String,String> interceptorRefParams)
Builds an Interceptor from the InterceptorConfig and the Map of
parameters from the interceptor reference.
|
Modifier and Type | Method and Description |
---|---|
Interceptor |
InterceptorMapping.getInterceptor() |
Constructor and Description |
---|
InterceptorMapping(String name,
Interceptor interceptor) |
InterceptorMapping(String name,
Interceptor interceptor,
Map<String,String> params) |
Modifier and Type | Method and Description |
---|---|
Interceptor |
DefaultInterceptorFactory.buildInterceptor(InterceptorConfig interceptorConfig,
Map<String,String> interceptorRefParams) |
Interceptor |
InterceptorFactory.buildInterceptor(InterceptorConfig interceptorConfig,
Map<String,String> interceptorRefParams)
Builds an Interceptor from the InterceptorConfig and the Map of
parameters from the interceptor reference.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConditionalInterceptor
Deprecated.
since 6.7.0, use
Interceptor instead. |
Modifier and Type | Method and Description |
---|---|
static Interceptor |
Interceptor.adapt(Interceptor actualInterceptor)
Deprecated.
|
Interceptor |
WithLazyParams.LazyParamInjector.injectParams(Interceptor interceptor,
Map<String,String> params,
ActionContext invocationContext) |
Modifier and Type | Method and Description |
---|---|
Interceptor |
WithLazyParams.LazyParamInjector.injectParams(Interceptor interceptor,
Map<String,String> params,
ActionContext invocationContext) |
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.