net.kldp.beat.web.interceptor
Class ApplicationMapInterceptor

java.lang.Object
  extended by net.kldp.beat.web.interceptor.ApplicationMapInterceptor
All Implemented Interfaces:
Interceptor, SystemInterceptor

final class ApplicationMapInterceptor
extends java.lang.Object
implements SystemInterceptor

Application scope의 맵을 주입하는 인터셉터입니다.


Constructor Summary
ApplicationMapInterceptor()
           
 
Method Summary
 void intercept(java.lang.Object action, ActionContext context, java.lang.annotation.Annotation annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationMapInterceptor

ApplicationMapInterceptor()
Method Detail

intercept

public void intercept(java.lang.Object action,
                      ActionContext context,
                      java.lang.annotation.Annotation annotation)
               throws InterceptorException
Specified by:
intercept in interface SystemInterceptor
Throws:
InterceptorException