|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectAbstractInterceptor
public abstract class AbstractInterceptor
| 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 Interceptorconfig - 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 | ||||||||