org.jasig.portlet.newsreader.mvc.portlet.reader
Class EditNewsDefinitionController
java.lang.Object
org.jasig.portlet.newsreader.mvc.portlet.reader.EditNewsDefinitionController
@Controller
@RequestMapping(value="VIEW")
public class EditNewsDefinitionController
- extends Object
EditNewsDefinitionController provides a GUI for adding and editing
predefined newss.
- 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
EditNewsDefinitionController
public EditNewsDefinitionController()
formBackingObject
@ModelAttribute(value="form")
protected Object formBackingObject(javax.portlet.PortletRequest request)
throws Exception
- Throws:
Exception
onSubmitAction
@RequestMapping
protected void onSubmitAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
Object command,
org.springframework.validation.BindException errors)
throws Exception
- Throws:
Exception
setNewsStore
public void setNewsStore(NewsStore newsStore)
Copyright © 2009-2010 Jasig. All Rights Reserved.