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

java.lang.Object
  extended by org.jasig.portlet.newsreader.mvc.portlet.singlefeed.SingleFeedNewsController

@Controller
@RequestMapping(value="VIEW")
public class SingleFeedNewsController
extends java.lang.Object


Field Summary
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
SingleFeedNewsController()
           
 
Method Summary
 void defaultAction(javax.portlet.ActionRequest request)
           
protected  NewsConfiguration getFeedConfiguration(javax.portlet.PortletPreferences prefs)
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 void setInitializationServices(java.util.List<IInitializationService> services)
           
 void setViewResolver(IViewResolver viewResolver)
           
 org.springframework.web.portlet.ModelAndView showFeed(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

SingleFeedNewsController

public SingleFeedNewsController()
Method Detail

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
Throws:
org.springframework.beans.BeansException

setInitializationServices

public void setInitializationServices(java.util.List<IInitializationService> services)

setViewResolver

public void setViewResolver(IViewResolver viewResolver)

defaultAction

@RequestMapping
public void defaultAction(javax.portlet.ActionRequest request)

showFeed

@RequestMapping
public org.springframework.web.portlet.ModelAndView showFeed(javax.portlet.RenderRequest request,
                                                                            javax.portlet.RenderResponse response)
                                                      throws java.lang.Exception
Throws:
java.lang.Exception

getFeedConfiguration

protected NewsConfiguration getFeedConfiguration(javax.portlet.PortletPreferences prefs)


Copyright © 2009-2011 Jasig. All Rights Reserved.