public class InstallationController
extends org.springframework.web.servlet.mvc.AbstractWizardFormController
PARAM_CANCEL, PARAM_FINISH, PARAM_PAGE, PARAM_TARGET
DEFAULT_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, validatePage
currentFormObject, getCommand, getErrorsForNewForm, getFormSessionAttributeName, getFormSessionAttributeName, handleRequestInternal, isBindOnNewForm, isSessionForm, onBindOnNewForm, onBindOnNewForm, setBindOnNewForm, setSessionForm, showForm, showForm, showNewForm
bindAndValidate, 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, useDirectFieldAccess
handleRequest, isSynchronizeOnSession, setSynchronizeOnSession
applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setAlwaysMustRevalidate, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeader
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
protected Object formBackingObject(javax.servlet.http.HttpServletRequest request) throws Exception
formBackingObject
in class org.springframework.web.servlet.mvc.AbstractFormController
Exception
public 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.AbstractWizardFormController
Exception
protected 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.AbstractWizardFormController
Exception
org.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.AbstractWizardFormController
Exception
org.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.AbstractWizardFormController
AbstractWizardFormController.validatePage(Object ,
org.springframework.validation.Errors, int, boolean)
Copyright © 2019 Communote team. All rights reserved.