Uses of Class
net.kldp.beat.exception.fatal.InterceptorException

Packages that use InterceptorException
net.kldp.beat.action   
net.kldp.beat.interceptor   
net.kldp.beat.interceptor.pool   
net.kldp.beat.system.interceptor   
 

Uses of InterceptorException in net.kldp.beat.action
 

Methods in net.kldp.beat.action that throw InterceptorException
private  void InterceptorInvoker.destroy(UserInterceptor interceptor)
           
 void InterceptorInvoker.destroyInterceptors()
           
 boolean InterceptorInvoker.executeAfterInterceptors()
           
 boolean InterceptorInvoker.executeBeforeInterceptors()
           
private  boolean InterceptorInvoker.executeInterceptors(java.lang.Object action, java.util.Map<UserInterceptor,java.lang.annotation.Annotation> interceptors)
           
 void InterceptorInvoker.executeSystemInterceptors()
           
private  void InterceptorInvoker.initInterceptors(java.util.Map<UserInterceptor,java.lang.annotation.Annotation> interceptors)
           
 void InterceptorInvoker.initUserInterceptors()
           
 

Uses of InterceptorException in net.kldp.beat.interceptor
 

Methods in net.kldp.beat.interceptor that throw InterceptorException
 void DisposeableInterceptor.destroy()
           
 void SystemInterceptor.intercept(java.lang.Object action, ActionContext context, java.lang.annotation.Annotation annotation)
           
 boolean UserInterceptor.intercept(java.lang.Object target, java.lang.annotation.Annotation annotation)
           
 

Uses of InterceptorException in net.kldp.beat.interceptor.pool
 

Methods in net.kldp.beat.interceptor.pool that throw InterceptorException
 UserInterceptor UserInterceptorContainer.getInterceptor(ActionContext context)
          사용자 인터셉터의 인터셉터 객체를 리턴합니다.
 

Uses of InterceptorException in net.kldp.beat.system.interceptor
 

Methods in net.kldp.beat.system.interceptor that throw InterceptorException
private  void MultipartInterceptor.addError(java.lang.Object action, MultipartRequest multipart, FileUploadException e)
          업로드 허용 크기를 초과한 경우 에러 메세지를 삽입합니다.
private static Interceptor InterceptorFactory.createUserInterceptor(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
          사용자가 web.interceptor 패키지에 작성한 인터셉터의 인스턴스를 생성하여 리턴합니다.
static SystemInterceptor SystemInterceptorPool.getInterceptor(java.lang.annotation.Annotation annotation)
          어노테이션에 맞는 시스템 인터셉터를 리턴합니다.
static Interceptor InterceptorFactory.getInterceptor(java.lang.annotation.Annotation annotation)
          어노테이션에 맞는 인터셉터를 리턴합니다.
static Interceptor InterceptorFactory.getInterceptor(java.lang.Class<? extends java.lang.annotation.Annotation> clazz)
           
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 SpringApplicationContextInterceptor.intercept(java.lang.Object action, 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)
           
private  java.util.Map<java.lang.String,java.lang.Object> MultipartInterceptor.multipartParser(HttpServletRequest request, MultipartRequest multipart)
          Request를 해석한 뒤에 파라미터를 맵으로 리턴합니다.