org.jasig.portlet.newsreader.mvc.portlet.singlefeed
Class SingleFeedNewsController
java.lang.Object
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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final org.apache.commons.logging.Log log
SingleFeedNewsController
public SingleFeedNewsController()
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.