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.
- Author:
- Mike, Rainer Hermanns
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.
- Parameters:
packageConfig
- refName
- refParams
-
- Returns:
- list of interceptors referenced by the refName in the supplied PackageConfig.
- Throws:
ConfigurationException