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<String,String> refParams, Location location, ObjectFactory objectFactory)
          Builds a list of interceptors referenced by the refName in the supplied PackageConfig (InterceptorMapping object).
 



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