com.opensymphony.xwork2.config.providers
Class InterceptorBuilder
java.lang.Object
com.opensymphony.xwork2.config.providers.InterceptorBuilder
public class InterceptorBuilder
- extends java.lang.Object
Builds a list of interceptors referenced by the refName in the supplied PackageConfig.
- Version:
- $Date: 2011-05-03 19:53:55 +0200 (Tue, 03 May 2011) $ $Id: InterceptorBuilder.java 1099157 2011-05-03 17:53:55Z jogep $
- Author:
- Mike, Rainer Hermanns, tmjee
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorBuilder
public InterceptorBuilder()
constructInterceptorReference
public static java.util.List<InterceptorMapping> constructInterceptorReference(InterceptorLocator interceptorLocator,
java.lang.String refName,
java.util.Map<java.lang.String,java.lang.String> refParams,
Location location,
ObjectFactory objectFactory)
throws ConfigurationException
- Builds a list of interceptors referenced by the refName in the supplied PackageConfig (InterceptorMapping object).
- Parameters:
interceptorLocator
- refName
- refParams
-
- Returns:
- list of interceptors referenced by the refName in the supplied PackageConfig (InterceptorMapping object).
- Throws:
ConfigurationException
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.