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