Save This Page
Home » xwork-2.1.1-src » com.opensymphony.xwork2.config.providers » [javadoc | source]
com.opensymphony.xwork2.config.providers
public class: InterceptorBuilder [javadoc | source]
java.lang.Object
   com.opensymphony.xwork2.config.providers.InterceptorBuilder
Builds a list of interceptors referenced by the refName in the supplied PackageConfig.
Method from com.opensymphony.xwork2.config.providers.InterceptorBuilder Summary:
constructInterceptorReference
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.xwork2.config.providers.InterceptorBuilder Detail:
 public static List constructInterceptorReference(InterceptorLocator interceptorLocator,
    String refName,
    Map refParams,
    Location location,
    ObjectFactory objectFactory) throws ConfigurationException 
    Builds a list of interceptors referenced by the refName in the supplied PackageConfig.