@Controller @RequestMapping(value="VIEW") public class SingleFeedNewsController extends AbstractNewsController
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
SingleFeedNewsController() |
| Modifier and Type | Method and Description |
|---|---|
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) |
isAdmin, isGuest, supportsEdit, supportsHelp@Autowired(required=true)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
org.springframework.beans.BeansExceptionpublic void setInitializationServices(List<IInitializationService> services)
@Autowired(required=true) public void setViewResolver(IViewResolver viewResolver)
@RequestMapping public void defaultAction(javax.portlet.ActionRequest request)
@RequestMapping
public org.springframework.web.portlet.ModelAndView showFeed(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws Exception
Exceptionprotected NewsConfiguration getFeedConfiguration(javax.portlet.PortletPreferences prefs)
Copyright © 2009-2013 Jasig. All Rights Reserved.