net.kldp.beat.interceptor
Interface UserInterceptor
- All Superinterfaces:
- Interceptor
- All Known Subinterfaces:
- AfterInterceptor, BeforeInterceptor
public interface UserInterceptor
- extends Interceptor
사용자 정의 인터셉터를 위한 인터페이스입니다.
사용자 정의 인터셉터는 이 인터셉터를 구현하면 안됩니다.
그 대신 서브 인터페이스인 BeforeInterceptor 또는 AfterInterceptor를
구현해야 합니다.
Method Summary |
boolean |
intercept(java.lang.Object target,
java.lang.annotation.Annotation annotation)
|
intercept
boolean intercept(java.lang.Object target,
java.lang.annotation.Annotation annotation)
throws InterceptorException
- Throws:
InterceptorException