org.jasig.portlet.newsreader.mvc.portlet.reader
Class EditUserRomeController
java.lang.Object
org.jasig.portlet.newsreader.mvc.portlet.reader.EditUserRomeController
@Controller
@RequestMapping(value="EDIT")
public class EditUserRomeController
- extends Object
EditNewsDefinitionController allows a user to add or edit a user-defined
news definition.
- 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
EditUserRomeController
public EditUserRomeController()
showEditForm
@RequestMapping(params="action=editUrl")
public String showEditForm()
formBackingObject
@ModelAttribute(value="form")
protected Object formBackingObject(javax.portlet.PortletRequest request)
throws Exception
- Throws:
Exception
onSubmitAction
@RequestMapping(params="action=editPreferences")
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)
setSetCreationService
public void setSetCreationService(NewsSetResolvingService setCreationService)
Copyright © 2009-2010 Jasig. All Rights Reserved.