org.jasig.portlet.emailpreview.servlet
Class AdditionalParametersController

java.lang.Object
  extended by org.jasig.portlet.emailpreview.servlet.AdditionalParametersController

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

Version:
$Revision: 20571 $
Author:
Jen Bourey, jbourey@unicon.net

Field Summary
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
AdditionalParametersController()
           
 
Method Summary
 ModelAndView getParameters(HttpServletRequest request, HttpServletResponse response, String linkServiceKey, String authServiceKey)
          Get a representation of the administrative parameters for a mail store.
 void setAuthenticationServiceRegistry(IAuthenticationServiceRegistry authServiceRegistry)
           
 void setLinkServiceRegistry(ILinkServiceRegistry linkServiceRegistry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.apache.commons.logging.Log log
Constructor Detail

AdditionalParametersController

public AdditionalParametersController()
Method Detail

setLinkServiceRegistry

public void setLinkServiceRegistry(ILinkServiceRegistry linkServiceRegistry)

setAuthenticationServiceRegistry

public void setAuthenticationServiceRegistry(IAuthenticationServiceRegistry authServiceRegistry)

getParameters

@RequestMapping(method=GET)
public ModelAndView getParameters(HttpServletRequest request,
                                                          HttpServletResponse response,
                                                          @RequestParam(value="linkService")
                                                          String linkServiceKey,
                                                          @RequestParam(value="authService")
                                                          String authServiceKey)
                           throws IOException
Get a representation of the administrative parameters for a mail store.

Parameters:
request -
response -
linkServiceKey -
authServiceKey -
Throws:
IOException


Copyright © 2010 Jasig. All Rights Reserved.