net.smartam.leeloo.controller
Class RegistrationController

java.lang.Object
  extended by net.smartam.leeloo.controller.RegistrationController

@Controller
@RequestMapping(value="/")
public class RegistrationController
extends Object

Author:
Maciej Machulak, Lukasz Moren

Constructor Summary
RegistrationController()
           
 
Method Summary
 org.springframework.web.servlet.ModelAndView authorize(OAuthRegParams oauthRegParams, OAuthParams oauthParams, javax.servlet.http.HttpServletRequest req)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationController

public RegistrationController()
Method Detail

authorize

@RequestMapping(value="/register")
public org.springframework.web.servlet.ModelAndView authorize(@ModelAttribute(value="oauthRegParams")
                                                                             OAuthRegParams oauthRegParams,
                                                                             @ModelAttribute(value="oauthParams")
                                                                             OAuthParams oauthParams,
                                                                             javax.servlet.http.HttpServletRequest req)
                                                       throws OAuthSystemException,
                                                              IOException
Throws:
OAuthSystemException
IOException


Copyright © 2010. All Rights Reserved.