public class ShareValidatorController
extends org.springframework.web.servlet.mvc.BaseCommandController
ShareValidatorController class.
DEFAULT_COMMAND_NAME
Constructor and Description |
---|
ShareValidatorController()
Constructor for ShareValidatorController.
|
Modifier and Type | Method and Description |
---|---|
RegistrationService |
getRegistrationService()
Getter for the field
registrationService . |
ShareStudyService |
getShareStudyService()
Getter for the field
shareStudyService . |
ShareWorkflowRunService |
getShareWorkflowRunService()
Getter for the field
shareWorkflowRunService . |
StudyService |
getStudyService()
Getter for the field
studyService . |
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 |
setRegistrationService(RegistrationService registrationService)
Setter for the field
registrationService . |
void |
setShareStudyService(ShareStudyService shareStudyService)
Setter for the field
shareStudyService . |
void |
setShareWorkflowRunService(ShareWorkflowRunService shareWorkflowRunService)
Setter for the field
shareWorkflowRunService . |
void |
setStudyService(StudyService studyService)
Setter for the field
studyService . |
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 ShareValidatorController()
Constructor for ShareValidatorController.
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 RegistrationService getRegistrationService()
Getter for the field registrationService
.
RegistrationService
object.public void setRegistrationService(RegistrationService registrationService)
Setter for the field registrationService
.
registrationService
- a RegistrationService
object.public StudyService getStudyService()
Getter for the field studyService
.
StudyService
object.public void setStudyService(StudyService studyService)
Setter for the field studyService
.
studyService
- a StudyService
object.public WorkflowRunService getWorkflowRunService()
Getter for the field workflowRunService
.
WorkflowRunService
object.public void setWorkflowRunService(WorkflowRunService workflowRunService)
Setter for the field workflowRunService
.
workflowRunService
- a WorkflowRunService
object.public ShareStudyService getShareStudyService()
Getter for the field shareStudyService
.
ShareStudyService
object.public void setShareStudyService(ShareStudyService shareStudyService)
Setter for the field shareStudyService
.
shareStudyService
- a ShareStudyService
object.public ShareWorkflowRunService getShareWorkflowRunService()
Getter for the field shareWorkflowRunService
.
ShareWorkflowRunService
object.public void setShareWorkflowRunService(ShareWorkflowRunService shareWorkflowRunService)
Setter for the field shareWorkflowRunService
.
shareWorkflowRunService
- a ShareWorkflowRunService
object.Copyright © 2015 SeqWare. All rights reserved.