|
||||||||||
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.question.action.SubQuestionAction
public class SubQuestionAction
Field Summary |
---|
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
SubQuestionAction()
|
Method Summary | |
---|---|
java.lang.String |
deleteSubQuestionAct()
예문 삭제 Action |
AnQuestionVO |
getAnQuestionVO()
|
java.lang.String |
getCommand()
command getter |
java.lang.Object |
getModel()
Model-Driven Interceptor |
int |
getPageBlock()
pageBlock getter |
int |
getPageSize()
pageSize getter |
Paging |
getPaging()
Paging getter |
int |
getStartPage()
startPage getter |
SubQuestionVO |
getSubQuestionVO()
subQuestionVO getter |
void |
prepare()
Prepare Interceptor |
void |
setAnQuestionVO(AnQuestionVO anQuestionVO)
|
void |
setCommand(java.lang.String command)
command setter |
void |
setServletRequest(javax.servlet.http.HttpServletRequest request)
HttpServletRequest setter |
void |
setServletResponse(javax.servlet.http.HttpServletResponse response)
HttpServletResponse setter |
void |
setStartPage(int startPage)
startPage setter |
void |
setSubQuestionVO(SubQuestionVO subQuestionVO)
subQuestionVO getter |
java.lang.String |
subWrietSubQuestionAct()
예문 저장 Action |
java.lang.String |
subWriteSubQuestion()
예문 등록및 수정 폼 Action |
java.lang.String |
updateSubQuestionAct()
예문 수정 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 SubQuestionAction()
Method Detail |
---|
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 java.lang.String subWriteSubQuestion() throws java.lang.Exception
java.lang.Exception
- 처리public java.lang.String subWrietSubQuestionAct() throws java.lang.Exception
java.lang.Exception
- 처리3333public java.lang.String updateSubQuestionAct() throws java.lang.Exception
java.lang.Exception
- 처리public java.lang.String deleteSubQuestionAct() throws java.lang.Exception
java.lang.Exception
- 처리public AnQuestionVO getAnQuestionVO()
public void setAnQuestionVO(AnQuestionVO anQuestionVO)
anQuestionVO
- 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 void setStartPage(int startPage)
startPage setter
public int getStartPage()
startPage getter
public Paging getPaging()
Paging getter
public void setCommand(java.lang.String command)
command setter
public java.lang.String getCommand()
command getter
public int getPageSize()
pageSize getter
public int getPageBlock()
pageBlock getter
public SubQuestionVO getSubQuestionVO()
subQuestionVO getter
public void setSubQuestionVO(SubQuestionVO subQuestionVO)
subQuestionVO getter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |