public class SpaceController extends AbstractRestController<Space>
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
DC_ERROR_DUPLICATE_IDDEFAULT_COMMAND_NAME| Constructor and Description |
|---|
SpaceController(String adminSpaceId,
String bitIntegrityResultsContentId) |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.web.servlet.ModelAndView |
delete(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Space space,
org.springframework.validation.BindException errors) |
protected org.springframework.web.servlet.ModelAndView |
get(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Space space,
org.springframework.validation.BindException errors) |
protected ContentStore |
getContentStore(Space space) |
ContentStoreManager |
getContentStoreManager() |
ServicesManager |
getServicesManager() |
protected org.springframework.web.servlet.ModelAndView |
post(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Space space,
org.springframework.validation.BindException errors) |
void |
setContentStoreManager(ContentStoreManager contentStoreManager) |
void |
setServicesManager(ServicesManager servicesManager) |
handle, puthandleRequestInternalbindAndValidate, 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, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeadergetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextpublic ContentStoreManager getContentStoreManager()
public void setContentStoreManager(ContentStoreManager contentStoreManager)
protected org.springframework.web.servlet.ModelAndView get(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Space space,
org.springframework.validation.BindException errors)
throws Exception
get in class AbstractRestController<Space>Exceptionprotected org.springframework.web.servlet.ModelAndView post(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Space space,
org.springframework.validation.BindException errors)
throws Exception
post in class AbstractRestController<Space>Exceptionprotected org.springframework.web.servlet.ModelAndView delete(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Space space,
org.springframework.validation.BindException errors)
throws Exception
delete in class AbstractRestController<Space>Exceptionprotected ContentStore getContentStore(Space space) throws ContentStoreException
ContentStoreExceptionpublic ServicesManager getServicesManager()
public void setServicesManager(ServicesManager servicesManager)
Copyright © 2009-2013 DuraSpace. All Rights Reserved.