org.jasig.portlet.newsreader.mvc.portlet.reader
Class AdminNewsController
java.lang.Object
org.jasig.portlet.newsreader.mvc.portlet.reader.AdminNewsController
@Controller
@RequestMapping(value="CONFIG")
public class AdminNewsController
- extends Object
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
|
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
AdminNewsController
public AdminNewsController()
handleRenderRequestInternal
@RequestMapping(params="action=administration")
public org.springframework.web.portlet.ModelAndView handleRenderRequestInternal()
throws Exception
- Throws:
Exception
deleteDefinition
@RequestMapping(params="action=deleteDefinition")
public void deleteDefinition(@RequestParam
Long id)
throws Exception
- Throws:
Exception
setNewsStore
public void setNewsStore(NewsStore newsStore)
Copyright © 2009-2010 Jasig. All Rights Reserved.