public interface Interceptor
Modifier and Type | Method and Description |
---|---|
boolean |
accept(InterceptorHandler handler) |
void |
intercepted(InterceptorStack stack,
InterceptorHandler handler) |
boolean |
isConfigured() |
void |
setProperties(Map<String,Object> props) |
boolean isConfigured()
void intercepted(InterceptorStack stack, InterceptorHandler handler) throws InterceptedException
InterceptedException
boolean accept(InterceptorHandler handler)
Copyright © 2018 Brandao. All rights reserved.