public class RancidReportExecController
extends org.springframework.web.servlet.mvc.SimpleFormController
RancidReportExecController class.
DEFAULT_COMMAND_NAME
Constructor and Description |
---|
RancidReportExecController() |
Modifier and Type | Method and Description |
---|---|
ConfigurationReportService |
getConfigurationReportService()
getConfigurationReportService
|
InventoryReportService |
getInventoryReportService()
getInventoryReportService
|
protected void |
initBinder(javax.servlet.http.HttpServletRequest request,
org.springframework.web.bind.ServletRequestDataBinder binder) |
protected org.springframework.web.servlet.ModelAndView |
onSubmit(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object command,
org.springframework.validation.BindException errors) |
void |
setConfigurationReportService(ConfigurationReportService configurationReportService)
setConfigurationReportService
|
void |
setInventoryReportService(InventoryReportService inventoryReportService)
setInventoryReportService
|
doSubmitAction, getFormView, getSuccessView, isFormChangeRequest, isFormChangeRequest, onFormChange, onFormChange, onSubmit, onSubmit, processFormSubmission, referenceData, referenceData, setFormView, setSuccessView, showForm, showForm, suppressValidation
currentFormObject, formBackingObject, getCommand, getErrorsForNewForm, getFormSessionAttributeName, getFormSessionAttributeName, handleInvalidSubmit, handleRequestInternal, isBindOnNewForm, isFormSubmission, isSessionForm, onBindOnNewForm, onBindOnNewForm, setBindOnNewForm, setSessionForm, showForm, showForm, showNewForm
bindAndValidate, checkCommand, createBinder, createCommand, getBindingErrorProcessor, getCommandClass, getCommandName, getMessageCodesResolver, getPropertyEditorRegistrars, getValidator, getValidators, getWebBindingInitializer, initApplicationContext, isValidateOnBinding, onBind, onBind, onBindAndValidate, prepareBinder, setBindingErrorProcessor, setCommandClass, setCommandName, setMessageCodesResolver, setPropertyEditorRegistrar, setPropertyEditorRegistrars, setValidateOnBinding, setValidator, setValidators, setWebBindingInitializer, suppressBinding, 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
public ConfigurationReportService getConfigurationReportService()
getConfigurationReportService
ConfigurationReportService
object.public void setConfigurationReportService(ConfigurationReportService configurationReportService)
setConfigurationReportService
configurationReportService
- a ConfigurationReportService
object.public InventoryReportService getInventoryReportService()
getInventoryReportService
InventoryReportService
object.public void setInventoryReportService(InventoryReportService inventoryReportService)
setInventoryReportService
inventoryReportService
- a InventoryReportService
object.protected org.springframework.web.servlet.ModelAndView onSubmit(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object command, org.springframework.validation.BindException errors) throws javax.servlet.ServletException, IOException, Exception
onSubmit
in class org.springframework.web.servlet.mvc.SimpleFormController
javax.servlet.ServletException
IOException
Exception
protected void initBinder(javax.servlet.http.HttpServletRequest request, org.springframework.web.bind.ServletRequestDataBinder binder) throws javax.servlet.ServletException
initBinder
in class org.springframework.web.servlet.mvc.BaseCommandController
javax.servlet.ServletException
Copyright © 2017. All rights reserved.