|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.kldp.beat.web.interceptor.SystemInterceptorPool
public final class SystemInterceptorPool
인터셉터의 인스턴스를 생성하고 리턴하는 팩터리 클래스입니다.
Field Summary | |
---|---|
private static java.util.HashMap<java.lang.Class<? extends java.lang.annotation.Annotation>,SystemInterceptor> |
interceptors
|
Constructor Summary | |
---|---|
private |
SystemInterceptorPool()
|
Method Summary | |
---|---|
static SystemInterceptor |
getInterceptor(java.lang.annotation.Annotation annotation)
어노테이션에 맞는 시스템 인터셉터를 리턴합니다. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static java.util.HashMap<java.lang.Class<? extends java.lang.annotation.Annotation>,SystemInterceptor> interceptors
Constructor Detail |
---|
private SystemInterceptorPool()
Method Detail |
---|
public static SystemInterceptor getInterceptor(java.lang.annotation.Annotation annotation) throws InterceptorException
annotation
-
InterceptorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |