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

Object
  extended by InterceptorConfig
All Implemented Interfaces:
Serializable

public class InterceptorConfig
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
protected InterceptorConfig()
           
protected InterceptorConfig(String interceptorClass)
           
 
Method Summary
 Map<String,String> 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<String,String> getCustomProperties()

getCustomProperty

public String getCustomProperty(String name)