edu.wisc.my.portlets.bookmarks.web
Class EditBookmarkFormController
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.springframework.web.portlet.mvc.BaseCommandController
org.springframework.web.portlet.mvc.AbstractFormController
org.springframework.web.portlet.mvc.SimpleFormController
edu.wisc.my.portlets.bookmarks.web.BaseBookmarksFormController
edu.wisc.my.portlets.bookmarks.web.BaseEntryFormController
edu.wisc.my.portlets.bookmarks.web.EditBookmarkFormController
- All Implemented Interfaces:
- ApplicationContextAware, PortletContextAware, Controller
public class EditBookmarkFormController
- extends BaseEntryFormController
- Version:
- $Revision: 12175 $
- Author:
- Eric Dalquist eric.dalquist@doit.wisc.edu
| Methods inherited from class org.springframework.web.portlet.mvc.SimpleFormController |
doSubmitAction, getFormView, getSuccessView, isFormChangeRequest, onFormChange, onFormChange, onSubmitAction, onSubmitAction, onSubmitRender, onSubmitRender, onSubmitRender, referenceData, renderFormSubmission, setFormView, setSuccessView, showForm, showForm, suppressValidation |
| Methods inherited from class org.springframework.web.portlet.mvc.AbstractFormController |
getCommand, getErrorsForNewForm, getFormSessionAttributeName, getFormSessionAttributeName, getFormSubmitParameterName, getInvalidSubmitParameterName, getRenderParameters, handleActionRequestInternal, handleInvalidSubmit, handleRenderRequestInternal, isBindOnNewForm, isFormSubmission, isInvalidSubmission, isRedirectAction, isSessionForm, onBindOnNewForm, onBindOnNewForm, passRenderParameters, renderInvalidSubmit, setBindOnNewForm, setFormSubmit, setInvalidSubmit, setRedirectAction, setRenderParameters, setSessionForm, showForm, showForm, showNewForm |
| Methods inherited from class org.springframework.web.portlet.mvc.BaseCommandController |
bindAndValidate, checkCommand, createBinder, createCommand, getBindingErrorProcessor, getCommandClass, getCommandName, getMessageCodesResolver, getPropertyEditorRegistrars, getRenderCommand, getRenderCommandSessionAttributeName, getRenderErrors, getRenderErrorsSessionAttributeName, getValidator, getValidators, initApplicationContext, initBinder, isValidateOnBinding, onBind, onBind, onBindAndValidate, prepareBinder, setBindingErrorProcessor, setCommandClass, setCommandName, setMessageCodesResolver, setPropertyEditorRegistrar, setPropertyEditorRegistrars, setRenderCommandAndErrors, setValidateOnBinding, setValidator, setValidators, suppressBinding, useDirectFieldAccess |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditBookmarkFormController
public EditBookmarkFormController()
formBackingObject
protected Object formBackingObject(javax.portlet.PortletRequest request)
throws Exception
- Overrides:
formBackingObject in class AbstractFormController
- Throws:
Exception- See Also:
AbstractFormController.formBackingObject(javax.portlet.PortletRequest)
onSubmitAction
protected void onSubmitAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
Object command,
BindException errors)
throws Exception
- Overrides:
onSubmitAction in class SimpleFormController
- Throws:
Exception- See Also:
SimpleFormController.onSubmitAction(javax.portlet.ActionRequest, javax.portlet.ActionResponse, java.lang.Object, org.springframework.validation.BindException)
Copyright © 2010 Jasig. All Rights Reserved.