|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkr.co.hit.live.web.action.AbstractWebAction
kr.co.hit.live.container.ServiceWebAction
public class ServiceWebAction
현재 서비스 상태를 조회할 수 있는 기능을 제공하는 WebAction 구현 클래스.
| Field Summary | |
|---|---|
static String |
NAME_PARAM
|
| Fields inherited from class kr.co.hit.live.web.action.AbstractWebAction |
|---|
context, logger |
| Constructor Summary | |
|---|---|
ServiceWebAction()
|
|
| Method Summary | |
|---|---|
WebActionForward |
execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
WebActionDispatcher 서블릿이 호출하는 메소드이다. |
protected ValueObjectAssembler |
getServiceInfo(String svcName)
주어진 이름의 서비스의 현재 정보를 반환한다. |
protected ValueObject |
getServiceList()
현재 등록된 전체 서비스 목록을 반환한다. |
protected WebActionForward |
showServiceInfo(javax.servlet.http.HttpServletResponse response,
String requestURI,
String svcName,
ValueObject svcVO,
ValueObject refVO,
ValueObject opVO)
특정 서비스의 정보를 출력하는 기능을 제공한다. |
protected WebActionForward |
showServiceList(javax.servlet.http.HttpServletResponse response,
String requestURI,
ValueObject svcVO)
서비스 전체 목록을 출력하는 기능을 제공한다. |
| 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 |
| Field Detail |
|---|
public static final String NAME_PARAM
| Constructor Detail |
|---|
public ServiceWebAction()
| Method Detail |
|---|
public WebActionForward execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
WebAction
execute in interface WebActionexecute in class AbstractWebActionExceptionprotected ValueObject getServiceList()
protected ValueObjectAssembler getServiceInfo(String svcName)
svcName -
protected WebActionForward showServiceList(javax.servlet.http.HttpServletResponse response,
String requestURI,
ValueObject svcVO)
throws IOException
response - requestURI - svcVO -
IOException
protected WebActionForward showServiceInfo(javax.servlet.http.HttpServletResponse response,
String requestURI,
String svcName,
ValueObject svcVO,
ValueObject refVO,
ValueObject opVO)
throws IOException
response - requestURI - svcVO - 서비스 정보를 담은 VOrefVO - 참조하는 서비스 목록을 담은 VO
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||