public abstract class AbstractTomcatContainerController
extends org.springframework.web.servlet.mvc.AbstractController
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger
The logger.
|
| Constructor and Description |
|---|
AbstractTomcatContainerController() |
| Modifier and Type | Method and Description |
|---|---|
ContainerWrapperBean |
getContainerWrapper()
Gets the container wrapper.
|
String |
getViewName()
Gets the view name.
|
void |
setContainerWrapper(ContainerWrapperBean containerWrapper)
Sets the container wrapper.
|
void |
setViewName(String viewName)
Sets the view name.
|
handleRequest, handleRequestInternal, 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, setServletContextpublic ContainerWrapperBean getContainerWrapper()
public void setContainerWrapper(ContainerWrapperBean containerWrapper)
containerWrapper - the new container wrapperpublic String getViewName()
public void setViewName(String viewName)
viewName - the new view nameCopyright © 2009–2020 psi-probe. All rights reserved.