|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectegovframework.rfc3.sns.web.SnsCommentController
@Controller @SessionAttributes(types=SessionVO.class) public class SnsCommentController
| Constructor Summary | |
|---|---|
SnsCommentController()
|
|
| Method Summary | |
|---|---|
java.lang.String |
commentDeleteAct(SnsCommentVO snsCommentVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
commentDeleteAct |
java.lang.String |
commentWriteAct(SnsCommentVO snsCommentVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
Sns Comment WriteAct |
java.lang.String |
filterData(SnsCommentVO snsCommentVO,
javax.servlet.http.HttpServletRequest request)
filterData |
org.springframework.web.servlet.ModelAndView |
showException(java.lang.Exception ex)
해당 controller 안에서 전역 에러 처리 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SnsCommentController()
| Method Detail |
|---|
@RequestMapping(value="/sns/commentWriteAct.*")
public java.lang.String commentWriteAct(@ModelAttribute(value="snsCommentVO")
SnsCommentVO snsCommentVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
snsCommentVO - request - response - model -
java.lang.Exception
@RequestMapping(value="/sns/commentDeleteAct.*")
public java.lang.String commentDeleteAct(@ModelAttribute(value="snsCommentVO")
SnsCommentVO snsCommentVO,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.ModelMap model)
throws java.lang.Exception
snsCommentVO - request - response - model -
java.lang.Exception@ExceptionHandler(value=java.lang.Exception.class) public org.springframework.web.servlet.ModelAndView showException(java.lang.Exception ex)
public java.lang.String filterData(SnsCommentVO snsCommentVO,
javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
snsCommentVO - request -
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||