public class InstallationController
extends org.springframework.web.servlet.mvc.AbstractWizardFormController
PARAM_CANCEL, PARAM_FINISH, PARAM_PAGE, PARAM_TARGETDEFAULT_COMMAND_NAME| Constructor and Description |
|---|
InstallationController() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
formBackingObject(javax.servlet.http.HttpServletRequest request) |
String |
getErrorView() |
String |
getFinishView() |
protected void |
postProcessPage(javax.servlet.http.HttpServletRequest request,
Object command,
org.springframework.validation.Errors errors,
int page) |
protected org.springframework.web.servlet.ModelAndView |
processFinish(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object command,
org.springframework.validation.BindException errors) |
protected Map<?,?> |
referenceData(javax.servlet.http.HttpServletRequest request,
Object command,
org.springframework.validation.Errors errors,
int page) |
void |
setErrorView(String errorView) |
void |
setFinishView(String finishView) |
protected void |
validatePage(Object command,
org.springframework.validation.Errors errors,
int page,
boolean finish) |
getCurrentPage, getInitialPage, getInitialPage, getPageAttribute, getPageCount, getPageCount, getPages, getPageSessionAttributeName, getPageSessionAttributeName, getTargetPage, getTargetPage, getViewName, handleInvalidSubmit, isAllowDirtyBack, isAllowDirtyForward, isCancelRequest, isFinishRequest, isFormSubmission, onBindAndValidate, onBindAndValidate, processCancel, processFormSubmission, referenceData, referenceData, setAllowDirtyBack, setAllowDirtyForward, setPageAttribute, setPages, showForm, showPage, validatePagecurrentFormObject, getCommand, getErrorsForNewForm, getFormSessionAttributeName, getFormSessionAttributeName, handleRequestInternal, isBindOnNewForm, isSessionForm, onBindOnNewForm, onBindOnNewForm, setBindOnNewForm, setSessionForm, showForm, showForm, showNewFormbindAndValidate, checkCommand, createBinder, createCommand, getBindingErrorProcessor, getCommandClass, getCommandName, getMessageCodesResolver, getPropertyEditorRegistrars, getValidator, getValidators, getWebBindingInitializer, initApplicationContext, initBinder, isValidateOnBinding, onBind, onBind, prepareBinder, setBindingErrorProcessor, setCommandClass, setCommandName, setMessageCodesResolver, setPropertyEditorRegistrar, setPropertyEditorRegistrars, setValidateOnBinding, setValidator, setValidators, setWebBindingInitializer, suppressBinding, suppressValidation, suppressValidation, suppressValidation, useDirectFieldAccesshandleRequest, isSynchronizeOnSession, setSynchronizeOnSessionapplyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setAlwaysMustRevalidate, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeadergetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextprotected Object formBackingObject(javax.servlet.http.HttpServletRequest request) throws Exception
formBackingObject in class org.springframework.web.servlet.mvc.AbstractFormControllerExceptionpublic String getErrorView()
public String getFinishView()
protected void postProcessPage(javax.servlet.http.HttpServletRequest request,
Object command,
org.springframework.validation.Errors errors,
int page)
throws Exception
postProcessPage in class org.springframework.web.servlet.mvc.AbstractWizardFormControllerExceptionprotected org.springframework.web.servlet.ModelAndView processFinish(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object command,
org.springframework.validation.BindException errors)
throws Exception
processFinish in class org.springframework.web.servlet.mvc.AbstractWizardFormControllerExceptionorg.springframework.web.servlet.mvc.AbstractWizardFormController#processFinish(javax.servlet
.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, Object,
org.springframework.validation.BindException)protected Map<?,?> referenceData(javax.servlet.http.HttpServletRequest request, Object command, org.springframework.validation.Errors errors, int page) throws Exception
referenceData in class org.springframework.web.servlet.mvc.AbstractWizardFormControllerExceptionorg.springframework.web.servlet.mvc.AbstractWizardFormController#referenceData(javax.servlet
.http.HttpServletRequest, Object, org.springframework.validation.Errors, int)public void setErrorView(String errorView)
errorView - the errorView to setpublic void setFinishView(String finishView)
finishView - the finishView to setprotected void validatePage(Object command, org.springframework.validation.Errors errors, int page, boolean finish)
validatePage in class org.springframework.web.servlet.mvc.AbstractWizardFormControllerAbstractWizardFormController.validatePage(Object ,
org.springframework.validation.Errors, int, boolean)Copyright © 2019 Communote team. All rights reserved.