|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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
public class BaseEntryFormController
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).
| Field Summary |
|---|
| Fields inherited from class edu.wisc.my.portlets.bookmarks.web.BaseBookmarksFormController |
|---|
bookmarkSetRequestResolver, bookmarkStore, preferencesRequestResolver |
| Fields inherited from class org.springframework.web.portlet.mvc.BaseCommandController |
|---|
DEFAULT_COMMAND_NAME |
| Fields inherited from class org.springframework.context.support.ApplicationObjectSupport |
|---|
logger |
| Constructor Summary | |
|---|---|
BaseEntryFormController()
|
|
| Method Summary | |
|---|---|
protected void |
processFormSubmission(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
java.lang.Object command,
org.springframework.validation.BindException errors)
|
| Methods inherited from class edu.wisc.my.portlets.bookmarks.web.BaseBookmarksFormController |
|---|
getBookmarkSetRequestResolver, getBookmarkStore, getHandlerMappingParameter, getPreferencesRequestResolver, referenceData, setBookmarkSetRequestResolver, setBookmarkStore, setHandlerMappingParameter, setPreferencesRequestResolver |
| 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 org.springframework.web.portlet.mvc.AbstractController |
|---|
handleActionRequest, handleRenderRequest, isRenderWhenMinimized, isSynchronizeOnSession, setRenderWhenMinimized, setSynchronizeOnSession |
| Methods inherited from class org.springframework.web.portlet.handler.PortletContentGenerator |
|---|
applyCacheSeconds, cacheForSeconds, check, checkAndPrepare, checkAndPrepare, getCacheSeconds, isRequireSession, preventCaching, setCacheSeconds, setRequireSession |
| Methods inherited from class org.springframework.web.portlet.context.PortletApplicationObjectSupport |
|---|
getPortletContext, getTempDir, isContextRequired, setPortletContext |
| Methods inherited from class org.springframework.context.support.ApplicationObjectSupport |
|---|
getApplicationContext, getMessageSourceAccessor, requiredContextClass, setApplicationContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseEntryFormController()
| Method Detail |
|---|
protected void processFormSubmission(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
java.lang.Object command,
org.springframework.validation.BindException errors)
throws java.lang.Exception
processFormSubmission in class BaseBookmarksFormControllerjava.lang.ExceptionSimpleFormController.processFormSubmission(javax.portlet.ActionRequest, javax.portlet.ActionResponse, java.lang.Object, org.springframework.validation.BindException)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||