|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
skoinfo.rfc.common.action.AbstractAction
skoinfo.rfc.rfcd.action.PrintContentListAction
public class PrintContentListAction
Field Summary |
---|
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
PrintContentListAction()
|
Method Summary | |
---|---|
java.lang.String |
contentList()
|
java.util.List<java.lang.String> |
getContentList()
|
java.lang.Long |
getContentsLayoutSid()
|
ContentsVO |
getContentsVO()
|
java.lang.Object |
getModel()
Model-Driven Interceptor |
void |
prepare()
Prepare Interceptor |
java.lang.String |
printContentsOfMenu()
|
java.lang.String |
saveRfcdOrginContentAct()
컨텐츠 원본 저장 Action |
void |
setContentList(java.util.List<java.lang.String> contentList)
|
void |
setContentsLayoutSid(java.lang.Long contentsLayoutSid)
|
void |
setContentsVO(ContentsVO contentsVO)
|
void |
setServletRequest(javax.servlet.http.HttpServletRequest request)
HttpServletRequest setter |
void |
setServletResponse(javax.servlet.http.HttpServletResponse response)
HttpServletResponse setter |
java.lang.String |
updateContents()
컨텐츠 수정 Action |
java.lang.String |
viewContents()
컨덴츠 보기 Action |
Methods inherited from class skoinfo.rfc.common.action.AbstractAction |
---|
getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts |
Methods inherited from class com.opensymphony.xwork2.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrintContentListAction()
Method Detail |
---|
public java.lang.String contentList() throws java.lang.Exception
java.lang.Exception
public java.lang.String printContentsOfMenu() throws java.lang.Exception
java.lang.Exception
public java.lang.String viewContents() throws java.lang.Exception
java.lang.Exception
- 처리public java.lang.String saveRfcdOrginContentAct() throws java.lang.Exception
java.lang.Exception
- 처리public java.lang.String updateContents() throws java.lang.Exception
java.lang.Exception
- 처리public void prepare() throws java.lang.Exception
prepare
in interface com.opensymphony.xwork2.Preparable
java.lang.Exception
public java.lang.Object getModel()
getModel
in interface com.opensymphony.xwork2.ModelDriven
public ContentsVO getContentsVO()
public void setContentsVO(ContentsVO contentsVO)
contentsVO
- public void setServletRequest(javax.servlet.http.HttpServletRequest request)
HttpServletRequest setter
setServletRequest
in interface org.apache.struts2.interceptor.ServletRequestAware
public void setServletResponse(javax.servlet.http.HttpServletResponse response)
HttpServletResponse setter
setServletResponse
in interface org.apache.struts2.interceptor.ServletResponseAware
public java.util.List<java.lang.String> getContentList()
public void setContentList(java.util.List<java.lang.String> contentList)
public java.lang.Long getContentsLayoutSid()
public void setContentsLayoutSid(java.lang.Long contentsLayoutSid)
contentsLayoutSid
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |