|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractInterceptor
public abstract class AbstractInterceptor
Abstract base class that provides a convenience implementation for creating an Interceptor
.
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 |
---|
public AbstractInterceptor()
Method Detail |
---|
public void init(InterceptorConfig config)
init
in interface Interceptor
config
- the configuration object associated with this interceptor.public InterceptorConfig getConfig()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |