egovframework.rfc3.sns.web
Class TwitterController

java.lang.Object
  extended by egovframework.rfc3.sns.web.TwitterController

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


Constructor Summary
TwitterController()
           
 
Method Summary
 void twitterCallback(SnsMessageVO snsMessageVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String twitterSendMsg(SnsMessageVO snsMessageVO, SnsInfoVO snsInfoVO, 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

TwitterController

public TwitterController()
Method Detail

twitterSendMsg

@RequestMapping(value="/sns/twitterSendMsg.*")
public java.lang.String twitterSendMsg(@ModelAttribute(value="snsMessageVO")
                                                      SnsMessageVO snsMessageVO,
                                                      @ModelAttribute(value="snsInfoVO")
                                                      SnsInfoVO snsInfoVO,
                                                      javax.servlet.http.HttpServletRequest request,
                                                      javax.servlet.http.HttpServletResponse response,
                                                      org.springframework.ui.ModelMap model)
                                throws java.lang.Exception
Throws:
java.lang.Exception

twitterCallback

@RequestMapping(value="/sns/twirter/callback.*")
public void twitterCallback(@ModelAttribute(value="snsMessageVO")
                                           SnsMessageVO snsMessageVO,
                                           javax.servlet.http.HttpServletRequest request,
                                           javax.servlet.http.HttpServletResponse response,
                                           org.springframework.ui.ModelMap model)
                     throws java.lang.Exception
Throws:
java.lang.Exception