public abstract class DelegateController
extends org.springframework.web.servlet.mvc.AbstractController
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger
The logger.
|
| Constructor and Description |
|---|
DelegateController() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
canHandle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Determine if a DelegateController subclass can handle the current request.
|
handleRequest, handleRequestInternal, 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 abstract boolean canHandle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
request - the current requestresponse - the responseCopyright © 2004-2014 Jasig. All Rights Reserved.