public class ProcessingController
extends org.springframework.web.servlet.mvc.multiaction.MultiActionController
DEFAULT_COMMAND_NAME, LAST_MODIFIED_METHOD_SUFFIX, PAGE_NOT_FOUND_LOG_CATEGORY, pageNotFoundLogger| Constructor and Description |
|---|
ProcessingController()
Constructor for ProcessingController.
|
ProcessingController(Object delegate)
Constructor for ProcessingController.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingService |
getProcessingService()
Getter for the field
processingService. |
SequencerRunService |
getSequencerRunService()
Getter for the field
sequencerRunService. |
org.springframework.validation.Validator |
getValidator()
Getter for the field
validator. |
org.springframework.web.servlet.ModelAndView |
handleCancel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Processing command)
Handles the user's request to cancel the sequencerRun or the sequencerRun update page.
|
org.springframework.web.servlet.ModelAndView |
handleDelete(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Processing command)
Handles the user's request to delete their processing.
|
org.springframework.web.servlet.ModelAndView |
handleReset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Processing command)
Handles the user's request to reset the sequencerRun page during a new or update sequencerRun.
|
org.springframework.web.servlet.ModelAndView |
handleSubmit(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Processing command)
Handles the user's request to submit a new sequencerRun.
|
org.springframework.web.servlet.ModelAndView |
handleUpdate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Processing command)
Handles the user's request to update their sequencerRun.
|
void |
setProcessingService(ProcessingService processingService)
Setter for the field
processingService. |
void |
setSequencerRunService(SequencerRunService sequencerRunService)
Setter for the field
sequencerRunService. |
void |
setValidator(org.springframework.validation.Validator validator)
Setter for the field
validator. |
bind, createBinder, getCommandName, getExceptionHandler, getLastModified, getMethodNameResolver, getValidators, getWebBindingInitializer, handleNoSuchRequestHandlingMethod, handleRequestInternal, initBinder, invokeNamedMethod, newCommandObject, setDelegate, setMethodNameResolver, setValidators, setWebBindingInitializerhandleRequest, 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 ProcessingController()
Constructor for ProcessingController.
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 ProcessingService getProcessingService()
Getter for the field processingService.
ProcessingService object.public void setProcessingService(ProcessingService processingService)
Setter for the field processingService.
processingService - a ProcessingService object.public org.springframework.validation.Validator getValidator()
Getter for the field validator.
Validator object.public void setValidator(org.springframework.validation.Validator validator)
Setter for the field validator.
validator - a Validator object.public org.springframework.web.servlet.ModelAndView handleSubmit(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Processing command)
throws Exception
request - HttpServletRequestresponse - HttpServletResponsecommand - SequencerRun command objectException - if any.public org.springframework.web.servlet.ModelAndView handleReset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Processing command)
throws Exception
command - SequencerRun command objectrequest - a HttpServletRequest object.response - a HttpServletResponse object.ModelAndView object.Exception - if any.public org.springframework.web.servlet.ModelAndView handleCancel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Processing command)
throws Exception
command - SequencerRun command objectrequest - a HttpServletRequest object.response - a HttpServletResponse object.Exception - if any.public org.springframework.web.servlet.ModelAndView handleUpdate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Processing command)
throws Exception
request - HttpServletRequestresponse - HttpServletResponsecommand - SequencerRun command objectException - if any.public org.springframework.web.servlet.ModelAndView handleDelete(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Processing command)
throws Exception
command - Processing command objectrequest - a HttpServletRequest object.response - a HttpServletResponse object.ModelAndView object.Exception - if any.Copyright © 2015 SeqWare. All rights reserved.