org.jasig.portlet.newsreader.mvc.controller
Class AdminNewsController
java.lang.Object
org.springframework.context.support.ApplicationObjectSupport
org.springframework.web.portlet.context.PortletApplicationObjectSupport
org.springframework.web.portlet.handler.PortletContentGenerator
org.springframework.web.portlet.mvc.AbstractController
org.jasig.portlet.newsreader.mvc.controller.AdminNewsController
- All Implemented Interfaces:
- org.springframework.context.ApplicationContextAware, org.springframework.web.portlet.context.PortletContextAware, org.springframework.web.portlet.mvc.Controller
public class AdminNewsController
- extends org.springframework.web.portlet.mvc.AbstractController
AdminNewsController provides a main administrative view for the news
portlet. The page is available to users in the configured "newsAdmin"
role.
- Author:
- Anthony Colebourne, Jen Bourey
| Fields inherited from class org.springframework.context.support.ApplicationObjectSupport |
logger |
| Methods inherited from class org.springframework.web.portlet.mvc.AbstractController |
handleActionRequest, handleRenderRequest, isRenderWhenMinimized, isSynchronizeOnSession, setRenderWhenMinimized, setSynchronizeOnSession |
| Methods inherited from class org.springframework.web.portlet.handler.PortletContentGenerator |
applyCacheSeconds, cacheForSeconds, check, checkAndPrepare, checkAndPrepare, getCacheSeconds, isRequireSession, preventCaching, setCacheSeconds, setRequireSession |
| Methods inherited from class org.springframework.web.portlet.context.PortletApplicationObjectSupport |
getPortletContext, getTempDir, isContextRequired, setPortletContext |
| Methods inherited from class org.springframework.context.support.ApplicationObjectSupport |
getApplicationContext, getMessageSourceAccessor, initApplicationContext, initApplicationContext, requiredContextClass, setApplicationContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminNewsController
public AdminNewsController()
handleRenderRequestInternal
public org.springframework.web.portlet.ModelAndView handleRenderRequestInternal(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws Exception
- Overrides:
handleRenderRequestInternal in class org.springframework.web.portlet.mvc.AbstractController
- Throws:
Exception
handleActionRequestInternal
protected void handleActionRequestInternal(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws Exception
- Overrides:
handleActionRequestInternal in class org.springframework.web.portlet.mvc.AbstractController
- Throws:
Exception
setNewsStore
public void setNewsStore(NewsStore newsStore)
Copyright © 2009-2010 Jasig. All Rights Reserved.