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.entities
Classes in org.apache.struts2.config.entities that implement InterceptorLocatorModifier and TypeClassDescriptionclass
Configuration for Package.static class
The builder for this object. -
Uses of InterceptorLocator in org.apache.struts2.config.providers
Methods 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).