public class ContentTypeController extends org.springframework.web.servlet.mvc.multiaction.MultiActionController
| Modifier and Type | Field and Description |
|---|---|
protected NotificationAuthorizationService |
notificationAuthzService |
protected NotificationContentTypeService |
notificationContentTypeService |
protected NotificationService |
notificationService |
DEFAULT_COMMAND_NAME, LAST_MODIFIED_METHOD_SUFFIX, PAGE_NOT_FOUND_LOG_CATEGORY, pageNotFoundLogger| Constructor and Description |
|---|
ContentTypeController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
addContentType(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
addContentType
|
org.springframework.web.servlet.ModelAndView |
displayContentTypeForm(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
display ContentTypeForm
|
org.springframework.web.servlet.ModelAndView |
displayContentTypes(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
display ContentTypes
|
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setNotificationAuthorizationService(NotificationAuthorizationService notificationAuthzService)
Set the Notification Authorization Services
|
void |
setNotificationContentTypeService(NotificationContentTypeService notificationContentTypeService)
Set the Notification Services
|
void |
setNotificationService(NotificationService notificationService)
Set the Notification Services
|
org.springframework.web.servlet.ModelAndView |
updateContentType(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
updateContentType
|
bind, createBinder, getCommandName, getExceptionHandler, getLastModified, getMethodNameResolver, getValidators, getWebBindingInitializer, handleNoSuchRequestHandlingMethod, initBinder, invokeNamedMethod, newCommandObject, setDelegate, setMethodNameResolver, setValidators, setWebBindingInitializerhandleRequest, isSynchronizeOnSession, setSynchronizeOnSessionapplyCacheControl, applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, checkRequest, getAllowHeader, getCacheControl, getCacheSeconds, getSupportedMethods, getVaryByRequestHeaders, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, prepareResponse, preventCaching, setAlwaysMustRevalidate, setCacheControl, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeader, setVaryByRequestHeadersgetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextprotected NotificationService notificationService
protected NotificationContentTypeService notificationContentTypeService
protected NotificationAuthorizationService notificationAuthzService
public ContentTypeController()
public void setNotificationService(NotificationService notificationService)
notificationService - public void setNotificationContentTypeService(NotificationContentTypeService notificationContentTypeService)
notificationService - public void setNotificationAuthorizationService(NotificationAuthorizationService notificationAuthzService)
notificationAuthzService - 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.multiaction.MultiActionControllerExceptionpublic org.springframework.web.servlet.ModelAndView displayContentTypes(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
request - : a servlet requestresponse - : a servlet responsejavax.servlet.ServletException - : an exceptionIOException - : an exceptionpublic org.springframework.web.servlet.ModelAndView displayContentTypeForm(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
request - : a servlet requestresponse - : a servlet responsejavax.servlet.ServletException - : an exceptionIOException - : an exceptionpublic org.springframework.web.servlet.ModelAndView addContentType(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
request - : a servlet requestresponse - : a servlet responsejavax.servlet.ServletException - : an exceptionIOException - : an exceptionpublic org.springframework.web.servlet.ModelAndView updateContentType(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
request - : a servlet requestresponse - : a servlet responsejavax.servlet.ServletException - : an exceptionIOException - : an exceptionCopyright © 2005–2017 The Kuali Foundation. All rights reserved.