|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterceptorStackConfig | |
---|---|
com.opensymphony.xwork2.config.entities | Configuration entity classes. |
com.opensymphony.xwork2.config.providers | Configuration provider classes. |
Uses of InterceptorStackConfig in com.opensymphony.xwork2.config.entities |
---|
Methods in com.opensymphony.xwork2.config.entities with parameters of type InterceptorStackConfig | |
---|---|
void |
PackageConfig.addInterceptorStackConfig(InterceptorStackConfig config)
|
Uses of InterceptorStackConfig in com.opensymphony.xwork2.config.providers |
---|
Methods in com.opensymphony.xwork2.config.providers that return InterceptorStackConfig | |
---|---|
protected InterceptorStackConfig |
XmlConfigurationProvider.loadInterceptorStack(Element element,
PackageConfig context)
|
Methods in com.opensymphony.xwork2.config.providers with parameters of type InterceptorStackConfig | |
---|---|
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 |