org.jasig.portlet.newsreader.mvc.portlet.singlefeed
Class EditSingleFeedPreferencesController

java.lang.Object
  extended by org.jasig.portlet.newsreader.mvc.portlet.singlefeed.EditSingleFeedPreferencesController
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Controller
@RequestMapping(value="EDIT")
public class EditSingleFeedPreferencesController
extends Object
implements org.springframework.beans.factory.InitializingBean


Field Summary
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
EditSingleFeedPreferencesController()
           
 
Method Summary
 void afterPropertiesSet()
           
 org.springframework.web.portlet.ModelAndView saveDisplayPreference(String prefName, String prefValue, javax.portlet.PortletRequest request)
           
protected  org.springframework.web.portlet.ModelAndView showEditForm(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
           
 
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

EditSingleFeedPreferencesController

public EditSingleFeedPreferencesController()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

showEditForm

@RequestMapping
protected org.springframework.web.portlet.ModelAndView showEditForm(javax.portlet.RenderRequest request,
                                                                                   javax.portlet.RenderResponse response)
                                                             throws Exception
Throws:
Exception

saveDisplayPreference

@ResourceMapping
public org.springframework.web.portlet.ModelAndView saveDisplayPreference(@RequestParam
                                                                                          String prefName,
                                                                                          @RequestParam
                                                                                          String prefValue,
                                                                                          javax.portlet.PortletRequest request)
                                                                   throws Exception
Throws:
Exception


Copyright © 2009-2010 Jasig. All Rights Reserved.