|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectegovframework.rfc3.education.web.ClientEduCationController
@Controller
@SessionAttributes(types=SessionVO.class)
@RequestMapping(value={"","/","/{contextPath}/"})
public class ClientEduCationController
| Constructor Summary | |
|---|---|
ClientEduCationController()
|
|
| Method Summary | |
|---|---|
java.lang.String |
afterWrite(EduAfterVO eduAfterVO,
EduCationVO eduCationVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
유저페이지 - 소감문작성 |
java.lang.String |
afterwriteAct(EduAfterVO eduAfterVO,
EduCationVO eduCationVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
유저페이지 - 소감문작성 |
java.lang.String |
getCancelEduCationList(EduCationVO eduCationVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
유저페이지 - 수강신청취소 |
java.lang.String |
getCancelEduCationList2(EduCationVO eduCationVO,
EduCationApplyVO eduCationApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
유저페이지 - 교육취소 페이지 |
java.lang.String |
getCancelEduCationList3(EduCationVO eduCationVO,
EduCationApplyVO eduCationApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
유저페이지 - 교육신청 취소처리 페이지 |
java.lang.String |
getUserEduCationList(EduCationVO eduCationVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
유저페이지 - 교육리스트 |
java.lang.String |
getUserEduCationList2(EduCationVO eduCationVO,
EduCationApplyVO eduCationApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
유저페이지 - 교육신청 페이지 |
java.lang.String |
getUserEduCationList3(EduCationVO eduCationVO,
EduCationApplyVO eduCationApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
유저페이지 - 교육신청 처리 페이지 |
java.lang.String |
mypage_view1(EduCationVO eduCationVO,
EduCationApplyVO eduCationApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
유저페이지 - 내가 수강신청중인 강의 상세페이지 |
java.lang.String |
mypage_view2(EduCationVO eduCationVO,
EduCationApplyVO eduCationApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
유저페이지 - 내가 수강중인 강의 상세페이지 |
java.lang.String |
mypage_view3(EduCationVO eduCationVO,
EduCationApplyVO eduCationApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
유저페이지 - 내가 수강한 강의 상세페이지 |
java.lang.String |
mypage1(EduCationVO eduCationVO,
EduCationApplyVO eduCationApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
유저페이지 - 내가 수강신청한 강의 |
java.lang.String |
mypage2(EduCationVO eduCationVO,
EduCationApplyVO eduCationApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
유저페이지 - 내가 수강중인 강의 |
java.lang.String |
mypage3(EduCationVO eduCationVO,
EduCationApplyVO eduCationApplyVO,
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 ClientEduCationController()
| Method Detail |
|---|
@RequestMapping(value="/user/education/list.*")
public java.lang.String getUserEduCationList(@ModelAttribute(value="eduCationVO")
EduCationVO eduCationVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
eduCationVO - model -
java.lang.Exception
@RequestMapping(value="/user/education/list_step2.*")
public java.lang.String getUserEduCationList2(@ModelAttribute(value="eduCationVO")
EduCationVO eduCationVO,
@ModelAttribute(value="eduCationApplyVO")
EduCationApplyVO eduCationApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
eduCationVO - model -
java.lang.Exception
@RequestMapping(value="/user/education/list_step3.*")
public java.lang.String getUserEduCationList3(@ModelAttribute(value="eduCationVO")
EduCationVO eduCationVO,
@ModelAttribute(value="eduCationApplyVO")
EduCationApplyVO eduCationApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
eduCationVO - model -
java.lang.Exception
@RequestMapping(value="/user/education/cancel.*")
public java.lang.String getCancelEduCationList(@ModelAttribute(value="eduCationVO")
EduCationVO eduCationVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
eduCationVO - model -
java.lang.Exception
@RequestMapping(value="/user/education/cancel_step2.*")
public java.lang.String getCancelEduCationList2(@ModelAttribute(value="eduCationVO")
EduCationVO eduCationVO,
@ModelAttribute(value="eduCationApplyVO")
EduCationApplyVO eduCationApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
eduCationVO - model -
java.lang.Exception
@RequestMapping(value="/user/education/cancel_step3.*")
public java.lang.String getCancelEduCationList3(@ModelAttribute(value="eduCationVO")
EduCationVO eduCationVO,
@ModelAttribute(value="eduCationApplyVO")
EduCationApplyVO eduCationApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
eduCationVO - model -
java.lang.Exception
@RequestMapping(value="/user/education/mypage1.*")
public java.lang.String mypage1(@ModelAttribute(value="eduCationVO")
EduCationVO eduCationVO,
@ModelAttribute(value="eduCationApplyVO")
EduCationApplyVO eduCationApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
eduCationVO - model -
java.lang.Exception
@RequestMapping(value="/user/education/mypage2.*")
public java.lang.String mypage2(@ModelAttribute(value="eduCationVO")
EduCationVO eduCationVO,
@ModelAttribute(value="eduCationApplyVO")
EduCationApplyVO eduCationApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
eduCationVO - model -
java.lang.Exception
@RequestMapping(value="/user/education/mypage3.*")
public java.lang.String mypage3(@ModelAttribute(value="eduCationVO")
EduCationVO eduCationVO,
@ModelAttribute(value="eduCationApplyVO")
EduCationApplyVO eduCationApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
eduCationVO - model -
java.lang.Exception
@RequestMapping(value="/user/education/mypage_view1.*")
public java.lang.String mypage_view1(@ModelAttribute(value="eduCationVO")
EduCationVO eduCationVO,
@ModelAttribute(value="eduCationApplyVO")
EduCationApplyVO eduCationApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
eduCationVO - model -
java.lang.Exception
@RequestMapping(value="/user/education/mypage_view2.*")
public java.lang.String mypage_view2(@ModelAttribute(value="eduCationVO")
EduCationVO eduCationVO,
@ModelAttribute(value="eduCationApplyVO")
EduCationApplyVO eduCationApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
eduCationVO - model -
java.lang.Exception
@RequestMapping(value="/user/education/mypage_view3.*")
public java.lang.String mypage_view3(@ModelAttribute(value="eduCationVO")
EduCationVO eduCationVO,
@ModelAttribute(value="eduCationApplyVO")
EduCationApplyVO eduCationApplyVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
eduCationVO - model -
java.lang.Exception
@RequestMapping(value="/user/education/afterwrite.*")
public java.lang.String afterWrite(@ModelAttribute(value="eduAfterVO")
EduAfterVO eduAfterVO,
@ModelAttribute(value="eduCationVO")
EduCationVO eduCationVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
eduAfterVO - model -
java.lang.Exception
@RequestMapping(value="/user/education/afterwriteAct.*")
public java.lang.String afterwriteAct(@ModelAttribute(value="eduAfterVO")
EduAfterVO eduAfterVO,
@ModelAttribute(value="eduCationVO")
EduCationVO eduCationVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
eduAfterVO - model -
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||