Methods in net.kldp.beat.web.interceptor with parameters of type ActionContext |
static void |
InterceptorFactory.intecept(java.lang.Object action,
java.util.Map<SystemInterceptor,java.lang.annotation.Annotation> systemInterceptors,
ActionContext context)
액션 객체에 인터셉터를 적용합니다. |
static void |
InterceptorFactory.intecept(UserInterceptor target,
ActionContext context,
java.lang.annotation.Annotation annotation)
사용자 인터셉터 객체에 시스템 인터셉터를 적용합니다. |
void |
SessionMapInterceptor.intercept(java.lang.Object action,
ActionContext context,
java.lang.annotation.Annotation annotation)
|
void |
ServletResponseInterceptor.intercept(java.lang.Object action,
ActionContext context,
java.lang.annotation.Annotation annotation)
|
void |
ServletRequestInterceptor.intercept(java.lang.Object action,
ActionContext context,
java.lang.annotation.Annotation annotation)
|
void |
ServletOutputStreamInterceptor.intercept(java.lang.Object action,
ActionContext context,
java.lang.annotation.Annotation annotation)
|
void |
ServletDispatcherInterceptor.intercept(java.lang.Object action,
ActionContext context,
java.lang.annotation.Annotation annotation)
|
void |
ServletContextInterceptor.intercept(java.lang.Object object,
ActionContext context,
java.lang.annotation.Annotation annotation)
|
void |
RequestMapInterceptor.intercept(java.lang.Object object,
ActionContext context,
java.lang.annotation.Annotation annotation)
|
void |
ParameterMapInterceptor.intercept(java.lang.Object action,
ActionContext context,
java.lang.annotation.Annotation annotation)
|
void |
ParameterInterceptor.intercept(java.lang.Object action,
ActionContext context,
java.lang.annotation.Annotation annotation)
|
void |
MultipartInterceptor.intercept(java.lang.Object action,
ActionContext context,
java.lang.annotation.Annotation annotation)
|
void |
HeaderMapInterceptor.intercept(java.lang.Object action,
ActionContext context,
java.lang.annotation.Annotation annotation)
|
void |
CookieMapInterceptor.intercept(java.lang.Object action,
ActionContext context,
java.lang.annotation.Annotation annotation)
|
void |
ApplicationMapInterceptor.intercept(java.lang.Object action,
ActionContext context,
java.lang.annotation.Annotation annotation)
|