public class SequencerRunWizardSetupController
extends org.springframework.web.servlet.mvc.BaseCommandController
DEFAULT_COMMAND_NAME
Constructor and Description |
---|
SequencerRunWizardSetupController()
Constructor for SequencerRunWizardSetupController.
|
Modifier and Type | Method and Description |
---|---|
PlatformService |
getPlatformService()
Getter for the field
platformService . |
SequencerRunService |
getSequencerRunService()
Getter for the field
sequencerRunService . |
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setPlatformService(PlatformService platformService)
Setter for the field
platformService . |
void |
setSequencerRunService(SequencerRunService sequencerRunService)
Setter for the field
sequencerRunService . |
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, 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 SequencerRunWizardSetupController()
Constructor for SequencerRunWizardSetupController.
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.AbstractController
Exception
public SequencerRunService getSequencerRunService()
Getter for the field sequencerRunService
.
SequencerRunService
object.public void setSequencerRunService(SequencerRunService sequencerRunService)
Setter for the field sequencerRunService
.
sequencerRunService
- a SequencerRunService
object.public PlatformService getPlatformService()
Getter for the field platformService
.
PlatformService
object.public void setPlatformService(PlatformService platformService)
Setter for the field platformService
.
platformService
- a PlatformService
object.Copyright © 2015 SeqWare. All rights reserved.