Uses of Interface
com.opensymphony.xwork2.config.entities.InterceptorLocator

Packages that use InterceptorLocator
com.opensymphony.xwork2.config.entities Configuration entity classes. 
com.opensymphony.xwork2.config.providers Configuration provider classes. 
 

Uses of InterceptorLocator in com.opensymphony.xwork2.config.entities
 

Classes in com.opensymphony.xwork2.config.entities that implement InterceptorLocator
 class PackageConfig
          Configuration for Package.
static class PackageConfig.Builder
          The builder for this object.
 

Uses of InterceptorLocator in com.opensymphony.xwork2.config.providers
 

Methods in com.opensymphony.xwork2.config.providers with parameters of type InterceptorLocator
static List<InterceptorMapping> InterceptorBuilder.constructInterceptorReference(InterceptorLocator interceptorLocator, 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(InterceptorLocator interceptorLocator, 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.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.