org.jasig.portlet.newsreader.mvc.portlet.reader
Class EditNewsDefinitionController
java.lang.Object
org.jasig.portlet.newsreader.mvc.portlet.reader.EditNewsDefinitionController
@Controller
@RequestMapping(value="EDIT")
public class EditNewsDefinitionController
- extends java.lang.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()
setNewsStore
public void setNewsStore(NewsStore newsStore)
getNewsForm
@ModelAttribute(value="newsDefinitionForm")
public NewsDefinitionForm getNewsForm(javax.portlet.PortletRequest request)
throws java.lang.Exception
- Throws:
java.lang.Exception
getAdminNewsEditView
@RequestMapping(params="action=editNewsDefinition")
public java.lang.String getAdminNewsEditView()
onSubmitAction
@RequestMapping(params="action=editNewsDefinition")
public void onSubmitAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
NewsDefinitionForm form)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2009-2011 Jasig. All Rights Reserved.