org.jasig.portlet.emailpreview.controller
Class EditPreferencesController

java.lang.Object
  extended by org.jasig.portlet.emailpreview.controller.EditPreferencesController

@Controller
@RequestMapping(value="EDIT")
public final class EditPreferencesController
extends Object


Constructor Summary
EditPreferencesController()
           
 
Method Summary
 org.springframework.web.portlet.ModelAndView getAccountFormView(javax.portlet.RenderRequest req)
           
 void setAuthenticationServiceRegistry(IAuthenticationServiceRegistry authServiceRegistry)
           
 void setEmailAccountDao(IEmailAccountService emailAccountDao)
           
 void setProtocols(List<String> protocols)
           
 void setServiceBroker(IServiceBroker serviceBroker)
           
 void updatePreferences(javax.portlet.ActionRequest req, javax.portlet.ActionResponse res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditPreferencesController

public EditPreferencesController()
Method Detail

getAccountFormView

@RequestMapping
public org.springframework.web.portlet.ModelAndView getAccountFormView(javax.portlet.RenderRequest req)

updatePreferences

@RequestMapping(params="action=updatePreferences")
public void updatePreferences(javax.portlet.ActionRequest req,
                                             javax.portlet.ActionResponse res)
                       throws javax.portlet.PortletModeException
Throws:
javax.portlet.PortletModeException

setAuthenticationServiceRegistry

public void setAuthenticationServiceRegistry(IAuthenticationServiceRegistry authServiceRegistry)

setEmailAccountDao

public void setEmailAccountDao(IEmailAccountService emailAccountDao)

setServiceBroker

public void setServiceBroker(IServiceBroker serviceBroker)

setProtocols

public void setProtocols(List<String> protocols)


Copyright © 2011 Jasig. All Rights Reserved.