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()
           
 Map<Object,Object> savePreference(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
protected  org.springframework.web.portlet.ModelAndView showForm(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

showForm

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

savePreference

@RequestMapping
public Map<Object,Object> savePreference(javax.portlet.ActionRequest request,
                                                        javax.portlet.ActionResponse response)
                                  throws Exception
Throws:
Exception


Copyright © 2009-2011 Jasig. All Rights Reserved.