|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectegovframework.rfc3.research.web.ReSearchController
@Controller @SessionAttributes(types=SessionVO.class) public class ReSearchController
| Constructor Summary | |
|---|---|
ReSearchController()
|
|
| Method Summary | |
|---|---|
java.lang.String |
deleteReSearchAct(ReSearchVO reSearchVO,
org.springframework.web.bind.support.SessionStatus status,
org.springframework.ui.ModelMap model)
연수 삭제 |
java.lang.String |
deleteReSearchFileAct(ReSearchFileVO reSearchFileVO,
org.springframework.web.bind.support.SessionStatus status,
org.springframework.ui.ModelMap model)
|
void |
fileDownLoad(ReSearchFileVO reSearchFileVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
연수관련 자료 다운로드 |
java.lang.String |
resultPage(ReSearchVO reSearchVO,
org.springframework.ui.ModelMap model)
결과 페이지 |
java.lang.String |
selectReSearchList(ReSearchVO reSearchVO,
org.springframework.ui.ModelMap model)
연수 전체 리스트 |
java.lang.String |
surveyStat(ReSearchVO reSearchVO,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
소감록 통계보기 |
java.lang.String |
updateReSearchAct(ReSearchVO reSearchVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
연수 수정 액션 및 파일 업로드 처리 |
java.lang.String |
writeReSearch(ReSearchVO reSearchVO,
ReSearchVO searchVO,
org.springframework.ui.ModelMap model)
연수 등록 및 수정 폼 |
java.lang.String |
writeReSearchAct(ReSearchVO reSearchVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
연수 등록 액션 및 파일 업로드 처리 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReSearchController()
| Method Detail |
|---|
@RequestMapping(value="/cms/research/list.sko")
public java.lang.String selectReSearchList(@ModelAttribute(value="reSearchVO")
ReSearchVO reSearchVO,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
reSearchVO - model -
java.lang.Exception
@RequestMapping(value="/cms/research/write.sko")
public java.lang.String writeReSearch(@ModelAttribute(value="reSearchVO")
ReSearchVO reSearchVO,
@ModelAttribute(value="searchVO")
ReSearchVO searchVO,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
reSearchVO - searchVO - model -
java.lang.Exception
@RequestMapping(value="/cms/research/writeAct.sko")
public java.lang.String writeReSearchAct(@ModelAttribute(value="reSearchVO")
ReSearchVO reSearchVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
reSearchVO - bindingResult - request - response - model -
java.lang.Exception
@RequestMapping(value="/cms/research/updateAct.sko")
public java.lang.String updateReSearchAct(@ModelAttribute(value="reSearchVO")
ReSearchVO reSearchVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
reSearchVO - bindingResult - request - response - model -
java.lang.Exception
@RequestMapping(value="/cms/research/deleteAct.sko")
public java.lang.String deleteReSearchAct(@ModelAttribute(value="reSearchVO")
ReSearchVO reSearchVO,
org.springframework.web.bind.support.SessionStatus status,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
reSearchVO - status - model -
java.lang.Exception
@RequestMapping(value="/cms/research/deleteFileAct.sko")
public java.lang.String deleteReSearchFileAct(@ModelAttribute(value="reSearchFileVO")
ReSearchFileVO reSearchFileVO,
org.springframework.web.bind.support.SessionStatus status,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
java.lang.Exception
@RequestMapping(value="/cms/research/surveyStat.sko")
public java.lang.String surveyStat(@ModelAttribute(value="reSearchVO")
ReSearchVO reSearchVO,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
reSearchVO - request - model -
java.lang.Exception
@RequestMapping(value="/cms/research/result.sko")
public java.lang.String resultPage(@ModelAttribute(value="reSearchVO")
ReSearchVO reSearchVO,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
reSearchVO - model -
java.lang.Exception
@RequestMapping(value="/cms/research/researchFileDown.sko")
public void fileDownLoad(@ModelAttribute(value="reSearchFileVO")
ReSearchFileVO reSearchFileVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
reSearchApplyVO - reSearchFileVO - request - response - model -
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||