egovframework.rfc3.education.web
Class EduAfterController
java.lang.Object
egovframework.rfc3.education.web.EduAfterController
@Controller
@SessionAttributes(types=SessionVO.class)
public class EduAfterController
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EduAfterController
public EduAfterController()
selectEduAfterList
@RequestMapping(value="/cms/education/afterlist.sko")
public java.lang.String selectEduAfterList(@ModelAttribute(value="eduCationVO")
EduCationVO eduCationVO,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
- 소감문 통계 리스트
- Parameters:
eduAfterVO
- model
-
- Returns:
-
- Throws:
java.lang.Exception
getEduAfterDetail
@RequestMapping(value="/cms/education/afterdetail.sko")
public java.lang.String getEduAfterDetail(@ModelAttribute(value="eduAfterVO")
EduAfterVO eduAfterVO,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
- 소감문 통계 보기
- Parameters:
eduAfterVO
- model
-
- Returns:
-
- Throws:
java.lang.Exception