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

Object
  extended by ActionInterceptorConfig
All Implemented Interfaces:
Serializable

public class ActionInterceptorConfig
extends Object
implements Serializable

Configuration object used to initialize an ActionInterceptor.

See Also:
Serialized Form

Constructor Summary
ActionInterceptorConfig(String interceptorClass)
           
 
Method Summary
 String getInterceptorClass()
           
 void setInterceptorClass(String interceptorClass)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionInterceptorConfig

public ActionInterceptorConfig(String interceptorClass)
Method Detail

getInterceptorClass

public String getInterceptorClass()

setInterceptorClass

public void setInterceptorClass(String interceptorClass)