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

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

@Controller
@RequestMapping(value="VIEW")
public class SingleFeedNewsController
extends AbstractNewsController


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(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 org.jasig.portlet.newsreader.mvc.AbstractNewsController
isAdmin, isGuest, supportsEdit, supportsHelp
 
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

@Autowired(required=true)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
Throws:
org.springframework.beans.BeansException

setInitializationServices

public void setInitializationServices(List<IInitializationService> services)

setViewResolver

@Autowired(required=true)
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 Exception
Throws:
Exception

getFeedConfiguration

protected NewsConfiguration getFeedConfiguration(javax.portlet.PortletPreferences prefs)


Copyright © 2009-2013 Jasig. All Rights Reserved.