com.opensymphony.xwork.config.providers
Class InterceptorBuilder

java.lang.Object
  extended bycom.opensymphony.xwork.config.providers.InterceptorBuilder

public class InterceptorBuilder
extends Object

Created by IntelliJ IDEA. User: Mike Date: May 6, 2003 Time: 9:45:43 AM To change this template use Options | File Templates.


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:
Throws:
ConfigurationException

XWork Project Page