public class BlogSelectionBoxController
extends org.springframework.web.servlet.mvc.multiaction.MultiActionController
DEFAULT_COMMAND_NAME, LAST_MODIFIED_METHOD_SUFFIX, PAGE_NOT_FOUND_LOG_CATEGORY, pageNotFoundLogger| Constructor and Description |
|---|
BlogSelectionBoxController() |
| Modifier and Type | Method and Description |
|---|---|
void |
findBlogs(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Searches for blogs and returns a JSON array containing JSON objects describing the found
blogs.
|
void |
findTimelineTopics(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Search for topics in which the notes matching the current filter parameters were published.
|
void |
getLastUsedBlogs(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Gets the last used blogs.
|
void |
getMostUsedBlogs(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Gets the most used blogs.
|
void |
getMyBlogs(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Get the blogs the current user is manager in
|
bind, createBinder, getCommandName, getExceptionHandler, getLastModified, getMethodNameResolver, getValidators, getWebBindingInitializer, handleNoSuchRequestHandlingMethod, handleRequestInternal, initBinder, invokeNamedMethod, newCommandObject, setDelegate, setMethodNameResolver, setValidators, setWebBindingInitializerhandleRequest, isSynchronizeOnSession, setSynchronizeOnSessionapplyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setAlwaysMustRevalidate, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeadergetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextpublic void findBlogs(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
request - the requestresponse - the responseIOException - in case of an errorpublic void findTimelineTopics(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
request - the requestresponse - the responseIOException - in case of an errorpublic void getLastUsedBlogs(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
request - the requestresponse - the responseIOException - Signals that an I/O exception has occurred.public void getMostUsedBlogs(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
request - the requestresponse - the responseIOException - Signals that an I/O exception has occurred.public void getMyBlogs(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
request - the requestresponse - the responseIOException - in case of an errorCopyright © 2019 Communote team. All rights reserved.