public class UploadSequenceSetupController
extends org.springframework.web.servlet.mvc.BaseCommandController
UploadSequenceSetupController class.
DEFAULT_COMMAND_NAME| Constructor and Description |
|---|
UploadSequenceSetupController()
Constructor for UploadSequenceSetupController.
|
| Modifier and Type | Method and Description |
|---|---|
FileTypeService |
getFileTypeService()
Getter for the field
fileTypeService. |
SampleService |
getSampleService()
Getter for the field
sampleService. |
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setFileTypeService(FileTypeService fileTypeService)
Setter for the field
fileTypeService. |
void |
setSampleService(SampleService sampleService)
Setter for the field
sampleService. |
bindAndValidate, checkCommand, createBinder, createCommand, getBindingErrorProcessor, getCommand, getCommandClass, getCommandName, getMessageCodesResolver, getPropertyEditorRegistrars, getValidator, getValidators, getWebBindingInitializer, initApplicationContext, initBinder, isValidateOnBinding, onBind, onBind, onBindAndValidate, 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, setServletContextpublic UploadSequenceSetupController()
Constructor for UploadSequenceSetupController.
protected org.springframework.web.servlet.ModelAndView handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
handleRequestInternal in class org.springframework.web.servlet.mvc.AbstractControllerExceptionpublic SampleService getSampleService()
Getter for the field sampleService.
SampleService object.public void setSampleService(SampleService sampleService)
Setter for the field sampleService.
sampleService - a SampleService object.public FileTypeService getFileTypeService()
Getter for the field fileTypeService.
FileTypeService object.public void setFileTypeService(FileTypeService fileTypeService)
Setter for the field fileTypeService.
fileTypeService - a FileTypeService object.Copyright © 2015 SeqWare. All rights reserved.