kr.co.hit.live.admin.monitor
Class ServiceLogViewWebAction
java.lang.Object
kr.co.hit.live.web.action.AbstractWebAction
kr.co.hit.live.admin.monitor.LogViewWebAction
kr.co.hit.live.admin.monitor.ServiceLogViewWebAction
- All Implemented Interfaces:
- WebAction
public class ServiceLogViewWebAction
- extends LogViewWebAction
특정 서비스의 실행 로그를 보여주는 WebAction 구현 클래스이다.
- Author:
- 김형도
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceLogViewWebAction
public ServiceLogViewWebAction()
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.