com.opensymphony.xwork2.config.providers
Class InterceptorBuilder

java.lang.Object
  extended by 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: 2006-10-04 12:16:23 -0500 (Wed, 04 Oct 2006) $ $Id: InterceptorBuilder.java 1150 2006-10-04 17:16:23Z tm_jee $
Author:
Mike, Rainer Hermanns, tmjee

Constructor Summary
InterceptorBuilder()
           
 
Method Summary
static java.util.List<InterceptorMapping> constructInterceptorReference(PackageConfig packageConfig, java.lang.String refName, java.util.Map refParams, Location location)
          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 java.util.List<InterceptorMapping> constructInterceptorReference(PackageConfig packageConfig,
                                                                               java.lang.String refName,
                                                                               java.util.Map refParams,
                                                                               Location location)
                                                                        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


Copyright © 2006 OpenSymphony. All Rights Reserved.