Uses of Class
net.kldp.beat.action.ActionContext

Packages that use ActionContext
net.kldp.beat.action   
net.kldp.beat.interceptor   
net.kldp.beat.interceptor.assemble   
net.kldp.beat.web.interceptor   
 

Uses of ActionContext in net.kldp.beat.action
 

Fields in net.kldp.beat.action declared as ActionContext
private  ActionContext InterceptorInvoker.context
           
private  ActionContext ActionService.context
           
 

Constructors in net.kldp.beat.action with parameters of type ActionContext
ActionService(ActionContext context, java.lang.Object action, ActionMapper mapper)
           
InterceptorInvoker(ActionContext context, InterceptorStack stack, java.lang.Object action)
           
 

Uses of ActionContext in net.kldp.beat.interceptor
 

Methods in net.kldp.beat.interceptor with parameters of type ActionContext
 void SystemInterceptor.intercept(java.lang.Object action, ActionContext context, java.lang.annotation.Annotation annotation)
           
 

Uses of ActionContext in net.kldp.beat.interceptor.assemble
 

Methods in net.kldp.beat.interceptor.assemble with parameters of type ActionContext
 UserInterceptor UserInterceptorContainer.getInterceptor(ActionContext context)
          사용자 인터셉터의 인터셉터 객체를 리턴합니다.
 

Uses of ActionContext in net.kldp.beat.web.interceptor
 

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)