public abstract class AbstractInterceptor extends Object implements InterceptorController
Constructor and Description |
---|
AbstractInterceptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(InterceptorHandler handler) |
boolean |
isConfigured() |
void |
setProperties(Map<String,Object> props) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
intercepted
public boolean accept(InterceptorHandler handler)
accept
in interface Interceptor
public void setProperties(Map<String,Object> props)
setProperties
in interface Interceptor
public boolean isConfigured()
isConfigured
in interface Interceptor
Copyright © 2018 Brandao. All rights reserved.