|
||||||||||
| 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.web.xframe.XFrameWebAction
public class XFrameWebAction
xFrame의 ServiceObject 호출 기능을 구현하기 위한 WebAction 클래스이다.
이 클래스에서는 다음의 Diagnostic Context 값들을 생성한다.
| Field Summary | |
|---|---|
static String |
DEFAULT_METHOD_SELECTOR
|
static String |
DEFAULT_SERVICE_SELECTOR
|
protected ServiceDelegator |
serviceDelegator
|
| Fields inherited from class kr.co.hit.live.web.action.AbstractWebAction |
|---|
context |
| Constructor Summary | |
|---|---|
XFrameWebAction()
|
|
| Method Summary | |
|---|---|
WebActionForward |
execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
WebActionDispatcher 서블릿이 호출하는 메소드이다. |
void |
setMethodSelector(String methodSelector)
HttpServletRequest에서 Service Object의 Method를 호출하기 위한 Method명에 대한 request Parameter 명을 지정한다. |
void |
setServiceDelegator(ServiceDelegator delegator)
주어진 ServiceDelegator를 사용하도록 SerivceDelegator를 생성한다. |
void |
setSvcSelector(String svcSelector)
HttpServletRequest에서 Service Object를 호출 하기 위한 Service명에 대한 request Parameter 명을 지정한다. |
void |
showConfiguration(javax.servlet.http.HttpServletResponse response)
WebAction의 설정값을 출력하는 메소드이다. |
| Methods inherited from class kr.co.hit.live.web.action.AbstractWebAction |
|---|
createForward, getServletContext, getWebApplicationContext, setForward, setPrefix, setSuffix, setWebApplicationContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_SERVICE_SELECTOR
public static final String DEFAULT_METHOD_SELECTOR
protected ServiceDelegator serviceDelegator
| Constructor Detail |
|---|
public XFrameWebAction()
| Method Detail |
|---|
public void showConfiguration(javax.servlet.http.HttpServletResponse response)
throws IOException
WebAction
showConfiguration in interface WebActionshowConfiguration in class AbstractWebActionIOExceptionpublic void setServiceDelegator(ServiceDelegator delegator)
delegator - public void setSvcSelector(String svcSelector)
svcSelector - public void setMethodSelector(String methodSelector)
methodSelector -
public WebActionForward execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
WebAction
execute in interface WebActionexecute in class AbstractWebActionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||