Uses of Interface
org.apache.struts2.config.entities.InterceptorLocator
Packages that use InterceptorLocator
Package
Description
Configuration entity classes.
Configuration provider classes.
- 
Uses of InterceptorLocator in org.apache.struts2.config.entitiesClasses in org.apache.struts2.config.entities that implement InterceptorLocatorModifier and TypeClassDescriptionclassConfiguration for Package.static classThe builder for this object.
- 
Uses of InterceptorLocator in org.apache.struts2.config.providersMethods in org.apache.struts2.config.providers with parameters of type InterceptorLocatorModifier and TypeMethodDescriptionstatic 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).