org.apache.beehive.netui.pageflow.interceptor
Class InterceptorConfig

Object
  extended by InterceptorConfig
All Implemented Interfaces:
Serializable

public class InterceptorConfig
extends Object
implements Serializable

Class to hold configuration parameters for registered Interceptors.

See Also:
Serialized Form

Constructor Summary
protected InterceptorConfig()
           
protected InterceptorConfig(String interceptorClass)
           
 
Method Summary
 Map getCustomProperties()
           
 String getCustomProperty(String name)
           
 String getInterceptorClass()
           
 void setInterceptorClass(String interceptorClass)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorConfig

protected InterceptorConfig()

InterceptorConfig

protected InterceptorConfig(String interceptorClass)
Method Detail

getInterceptorClass

public String getInterceptorClass()

setInterceptorClass

public void setInterceptorClass(String interceptorClass)

getCustomProperties

public Map getCustomProperties()

getCustomProperty

public String getCustomProperty(String name)