org.jasig.portlet.emailpreview.servlet
Class AdditionalParametersController
java.lang.Object
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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final org.apache.commons.logging.Log log
AdditionalParametersController
public AdditionalParametersController()
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.