egovframework.rfc3.education.web
Class EduAfterController

java.lang.Object
  extended by egovframework.rfc3.education.web.EduAfterController

@Controller
@SessionAttributes(types=SessionVO.class)
public class EduAfterController
extends java.lang.Object


Constructor Summary
EduAfterController()
           
 
Method Summary
 java.lang.String getEduAfterDetail(EduAfterVO eduAfterVO, org.springframework.ui.ModelMap model)
          소감문 통계 보기
 java.lang.String selectEduAfterList(EduCationVO eduCationVO, org.springframework.ui.ModelMap model)
          소감문 통계 리스트
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EduAfterController

public EduAfterController()
Method Detail

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