com.opensymphony.xwork.config.providers
Class InterceptorBuilder

java.lang.Object
  extended by 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

Constructor Summary
InterceptorBuilder()
           
 
Method Summary
static List constructInterceptorReference(PackageConfig packageConfig, String refName, Map refParams)
          Builds a list of interceptors referenced by the refName in the supplied PackageConfig.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorBuilder

public InterceptorBuilder()
Method Detail

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

XWork Project Page