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

Object
  extended by AbstractInterceptor
All Implemented Interfaces:
Serializable, Interceptor
Direct Known Subclasses:
ActionInterceptor, RequestInterceptor

public abstract class AbstractInterceptor
extends Object
implements Interceptor, Serializable

See Also:
Serialized Form

Constructor Summary
AbstractInterceptor()
           
 
Method Summary
 InterceptorConfig getConfig()
          Get the configuration object associated with this interceptor.
 void init(InterceptorConfig config)
          Called when this interceptor is being initialized.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface Interceptor
postInvoke, preInvoke
 

Constructor Detail

AbstractInterceptor

public AbstractInterceptor()
Method Detail

init

public void init(InterceptorConfig config)
Called when this interceptor is being initialized.

Specified by:
init in interface Interceptor
Parameters:
config - the configuration object associated with this interceptor.

getConfig

public InterceptorConfig getConfig()
Get the configuration object associated with this interceptor.

Returns:
the configuration object associated with this interceptor.