com.opensymphony.xwork.config.providers
Class InterceptorBuilder
java.lang.Object
com.opensymphony.xwork.config.providers.InterceptorBuilder
public class InterceptorBuilder
- extends Object
Builds a list of interceptors referenced by the refName in the supplied PackageConfig.
- Version:
- $Date: 2007-06-02 03:59:27 -0500 (Sat, 02 Jun 2007) $ $Id: InterceptorBuilder.java 1532 2007-06-02 08:59:27Z tm_jee $
- 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 List constructInterceptorReference(PackageConfig packageConfig,
String refName,
Map refParams)
throws ConfigurationException
- Builds a list of interceptors referenced by the refName in the supplied PackageConfig (InterceptorMapping object).
- Parameters:
packageConfig
- refName
- refParams
-
- Returns:
- list of interceptors referenced by the refName in the supplied PackageConfig (InterceptorMapping object).
- Throws:
ConfigurationException