|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object egovframework.rfc3.research.web.LectureController
@Controller @SessionAttributes(types=SessionVO.class) public class LectureController
Constructor Summary | |
---|---|
LectureController()
|
Method Summary | |
---|---|
java.lang.String |
deleteSiteGroupAct(ReSearchLectureVO reSearchLectureVO,
org.springframework.web.bind.support.SessionStatus status,
org.springframework.ui.ModelMap model)
강좌 삭제 |
java.lang.String |
selectRectureList(ReSearchLectureVO reSearchLectureVO,
org.springframework.ui.ModelMap model)
강의 목록 |
java.lang.String |
updateLectureAct(ReSearchLectureVO reSearchLectureVO,
org.springframework.validation.BindingResult bindingResult,
org.springframework.web.bind.support.SessionStatus status,
org.springframework.ui.ModelMap model)
강좌 수정 |
java.lang.String |
writeLecture(ReSearchLectureVO reSearchLectureVO,
ReSearchLectureVO searchVO,
org.springframework.ui.ModelMap model)
강의 등록 및 수정폼 |
java.lang.String |
writeLectureAct(ReSearchLectureVO reSearchLectureVO,
org.springframework.validation.BindingResult bindingResult,
org.springframework.web.bind.support.SessionStatus status,
org.springframework.ui.ModelMap model)
강좌 등록 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LectureController()
Method Detail |
---|
@RequestMapping(value="/cms/research/lectureList.sko") public java.lang.String selectRectureList(@ModelAttribute(value="reSearchLectureVO") ReSearchLectureVO reSearchLectureVO, org.springframework.ui.ModelMap model) throws java.lang.Exception
reSearchLectureVO
- model
-
java.lang.Exception
@RequestMapping(value="/cms/research/lectureWrite.sko") public java.lang.String writeLecture(@ModelAttribute(value="reSearchLectureVO") ReSearchLectureVO reSearchLectureVO, @ModelAttribute(value="searchVO") ReSearchLectureVO searchVO, org.springframework.ui.ModelMap model) throws java.lang.Exception
reSearchLectureVO
- searchVO
- model
-
java.lang.Exception
@RequestMapping(value="/cms/research/lectureWriteAct.sko") public java.lang.String writeLectureAct(@ModelAttribute(value="reSearchLectureVO") ReSearchLectureVO reSearchLectureVO, org.springframework.validation.BindingResult bindingResult, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model) throws java.lang.Exception
reSearchLectureVO
- bindingResult
- status
- model
-
java.lang.Exception
@RequestMapping(value="/cms/research/lectureUpdateAct.sko") public java.lang.String updateLectureAct(@ModelAttribute(value="reSearchLectureVO") ReSearchLectureVO reSearchLectureVO, org.springframework.validation.BindingResult bindingResult, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model) throws java.lang.Exception
reSearchLectureVO
- bindingResult
- status
- model
-
java.lang.Exception
@RequestMapping(value="/cms/research/lectureDeleteAct.sko") public java.lang.String deleteSiteGroupAct(@ModelAttribute(value="reSearchLectureVO") ReSearchLectureVO reSearchLectureVO, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model) throws java.lang.Exception
reSearchLectureVO
- status
- model
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |