org.apache.beehive.netui.pageflow.interceptor
Class InterceptorConfig
Object
InterceptorConfig
- All Implemented Interfaces:
- Serializable
public class InterceptorConfig
- extends Object
- implements Serializable
Class to hold configuration parameters for registered Interceptor
s.
- See Also:
- Serialized Form
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorConfig
protected InterceptorConfig()
InterceptorConfig
protected InterceptorConfig(String interceptorClass)
getInterceptorClass
public String getInterceptorClass()
setInterceptorClass
public void setInterceptorClass(String interceptorClass)
getCustomProperties
public Map getCustomProperties()
getCustomProperty
public String getCustomProperty(String name)