net.kldp.beat.web.interceptor
Class ServletOutputStreamInterceptor

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

public class ServletOutputStreamInterceptor
extends java.lang.Object
implements SystemInterceptor

HttpServletResponse의 OutputStream객체를 액션에 주입합니다.


Constructor Summary
ServletOutputStreamInterceptor()
           
 
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

ServletOutputStreamInterceptor

public ServletOutputStreamInterceptor()
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