edu.wisc.my.portlets.bookmarks.web
Class BaseEntryFormController
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
- All Implemented Interfaces:
- ApplicationContextAware, PortletContextAware, Controller
- Direct Known Subclasses:
- EditBookmarkFormController, EditCollectionFormController, EditFolderFormController, NewBookmarkFormController, NewCollectionFormController, NewFolderFormController
public class BaseEntryFormController
- extends BaseBookmarksFormController
Takes the responsibility of copying entry parameters that aren't bound to the command from
the request to the response. Sub classes MUST call super.processFormSubmission if they
override processFormSubmission(ActionRequest, ActionResponse, Object, BindException).
- Version:
- $Revision: 12164 $
- 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, onSubmitAction, onSubmitRender, onSubmitRender, onSubmitRender, referenceData, renderFormSubmission, setFormView, setSuccessView, showForm, showForm, suppressValidation |
| Methods inherited from class org.springframework.web.portlet.mvc.AbstractFormController |
formBackingObject, 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 |
BaseEntryFormController
public BaseEntryFormController()
processFormSubmission
protected void processFormSubmission(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
Object command,
BindException errors)
throws Exception
- Overrides:
processFormSubmission in class BaseBookmarksFormController
- Throws:
Exception- See Also:
SimpleFormController.processFormSubmission(javax.portlet.ActionRequest, javax.portlet.ActionResponse, java.lang.Object, org.springframework.validation.BindException)
Copyright © 2010 Jasig. All Rights Reserved.