net.kldp.beat.interceptor
Interface SystemInterceptor

All Superinterfaces:
Interceptor
All Known Implementing Classes:
ApplicationMapInterceptor, CookieMapInterceptor, HeaderMapInterceptor, InterceptorFactory, MultipartInterceptor, ParameterInterceptor, ParameterMapInterceptor, RequestMapInterceptor, ServletContextInterceptor, ServletDispatcherInterceptor, ServletOutputStreamInterceptor, ServletRequestInterceptor, ServletResponseInterceptor, SessionMapInterceptor

public interface SystemInterceptor
extends Interceptor

시스템 종속적인 인터셉터를 위한 인터페이스 입니다.


Method Summary
 void intercept(java.lang.Object action, ActionContext context, java.lang.annotation.Annotation annotation)
           
 

Method Detail

intercept

void intercept(java.lang.Object action,
               ActionContext context,
               java.lang.annotation.Annotation annotation)
               throws InterceptorException
Throws:
InterceptorException