public class CancelAnalysisWorkflowController
extends org.springframework.web.servlet.mvc.BaseCommandController
CancelAnalysisWorkflowController class.
DEFAULT_COMMAND_NAME
Constructor and Description |
---|
CancelAnalysisWorkflowController()
Constructor for CancelAnalysisWorkflowController.
|
Modifier and Type | Method and Description |
---|---|
WorkflowRunService |
getWorkflowRunService()
Getter for the field
workflowRunService . |
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setWorkflowRunService(WorkflowRunService workflowRunService)
Setter for the field
workflowRunService . |
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 CancelAnalysisWorkflowController()
Constructor for CancelAnalysisWorkflowController.
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 WorkflowRunService getWorkflowRunService()
Getter for the field workflowRunService
.
WorkflowRunService
object.public void setWorkflowRunService(WorkflowRunService workflowRunService)
Setter for the field workflowRunService
.
workflowRunService
- a WorkflowRunService
object.Copyright © 2015 SeqWare. All rights reserved.