kr.co.hit.live.admin.monitor
Class ServiceLogViewWebAction

java.lang.Object
  extended by kr.co.hit.live.web.action.AbstractWebAction
      extended by kr.co.hit.live.admin.monitor.LogViewWebAction
          extended by kr.co.hit.live.admin.monitor.ServiceLogViewWebAction
All Implemented Interfaces:
WebAction

public class ServiceLogViewWebAction
extends LogViewWebAction

특정 서비스의 실행 로그를 보여주는 WebAction 구현 클래스이다.

Author:
김형도

Field Summary
 
Fields inherited from class kr.co.hit.live.admin.monitor.LogViewWebAction
appenderName, CTX_PARAM, DATE_PARAM, loggerName, NODE_PARAM, TRID_PARAM
 
Fields inherited from class kr.co.hit.live.web.action.AbstractWebAction
context, logger
 
Constructor Summary
ServiceLogViewWebAction()
           
 
Method Summary
 WebActionForward execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          WebActionDispatcher 서블릿이 호출하는 메소드이다.
 void setDefaultContextValue(String defValue)
           
 
Methods inherited from class kr.co.hit.live.admin.monitor.LogViewWebAction
getLogInputStreamReader, setAppender, setLogger
 
Methods inherited from class kr.co.hit.live.web.action.AbstractWebAction
createForward, getServletContext, getWebApplicationContext, setForward, setPrefix, setSuffix, setWebApplicationContext, showConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceLogViewWebAction

public ServiceLogViewWebAction()
Method Detail

setDefaultContextValue

public void setDefaultContextValue(String defValue)

execute

public WebActionForward execute(javax.servlet.http.HttpServletRequest request,
                                javax.servlet.http.HttpServletResponse response)
                         throws Exception
Description copied from interface: WebAction
WebActionDispatcher 서블릿이 호출하는 메소드이다. 이 인터페이스를 구현하는 클래스는 이 메소드에서 업무처리를 수행하고 forward할 View의 URL을 WebActionForward로 리턴한다. null을 리턴할 경우에는 forward하지 않는다.

Specified by:
execute in interface WebAction
Specified by:
execute in class AbstractWebAction
Returns:
Throws:
Exception


Copyright © 2014. All Rights Reserved.