com.opensymphony.xwork2.config.entities
Interface InterceptorLocator

All Known Implementing Classes:
PackageConfig, PackageConfig.Builder

public interface InterceptorLocator

Defines an object that can be used to retrieve interceptor configuration


Method Summary
 Object getInterceptorConfig(String name)
          Gets an interceptor configuration object.
 

Method Detail

getInterceptorConfig

Object getInterceptorConfig(String name)
Gets an interceptor configuration object.

Parameters:
name - The interceptor or interceptor stack name
Returns:
Either an InterceptorConfig or InterceptorStackConfig object


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.