public class UserPreferencesController extends org.springframework.web.servlet.mvc.multiaction.MultiActionController
Modifier and Type | Field and Description |
---|---|
protected NotificationChannelService |
notificationChannelService |
protected Object |
notificationMessageDelivererRegistryService |
protected UserPreferenceService |
userPreferenceService |
DEFAULT_COMMAND_NAME, LAST_MODIFIED_METHOD_SUFFIX, PAGE_NOT_FOUND_LOG_CATEGORY, pageNotFoundLogger
Constructor and Description |
---|
UserPreferencesController() |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.ModelAndView |
displayActionListPreferences(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method displays the actionList preferences screen.
|
org.springframework.web.servlet.ModelAndView |
displayUserPreferences(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method handles displaying the user preferences UI.
|
void |
setNotificationChannelService(NotificationChannelService notificationChannelService)
Set the NotificationChannelService
|
void |
setNotificationMessageDelivererRegistryService(Object notificationMessageDelivererRegistryService)
Set the NotificationMessageDelivererRegistryService
|
void |
setUserPreferenceService(UserPreferenceService userPreferenceService)
Set the UserPreferenceService
|
org.springframework.web.servlet.ModelAndView |
subscribeToChannel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Subscribe To a Channel
|
org.springframework.web.servlet.ModelAndView |
unsubscribeFromChannel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Unsubscribe from Channel
|
bind, createBinder, getCommandName, getExceptionHandler, getLastModified, getMethodNameResolver, getValidators, getWebBindingInitializer, handleNoSuchRequestHandlingMethod, handleRequestInternal, initBinder, invokeNamedMethod, newCommandObject, setDelegate, setMethodNameResolver, setValidators, setWebBindingInitializer
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
protected NotificationChannelService notificationChannelService
protected UserPreferenceService userPreferenceService
protected Object notificationMessageDelivererRegistryService
public UserPreferencesController()
public void setNotificationChannelService(NotificationChannelService notificationChannelService)
notificationChannelService
- public void setUserPreferenceService(UserPreferenceService userPreferenceService)
userPreferenceService
- public void setNotificationMessageDelivererRegistryService(Object notificationMessageDelivererRegistryService)
notificationMessageDelivererRegistryService
- public org.springframework.web.servlet.ModelAndView displayActionListPreferences(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
request
- response
- javax.servlet.ServletException
IOException
public org.springframework.web.servlet.ModelAndView displayUserPreferences(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
request
- response
- javax.servlet.ServletException
IOException
public org.springframework.web.servlet.ModelAndView subscribeToChannel(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
request
- response
- javax.servlet.ServletException
IOException
public org.springframework.web.servlet.ModelAndView unsubscribeFromChannel(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
request
- response
- javax.servlet.ServletException
IOException
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.