public class BaseGetApplicationController extends AbstractContextHandlerController
logger| Constructor and Description |
|---|
BaseGetApplicationController() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCollectionPeriod()
Gets the collection period.
|
StatsCollection |
getStatsCollection()
Gets the stats collection.
|
protected org.springframework.web.servlet.ModelAndView |
handleContext(String contextName,
org.apache.catalina.Context context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle context.
|
boolean |
isExtendedInfo()
Checks if is extended info.
|
void |
setCollectionPeriod(long collectionPeriod)
Sets the collection period.
|
void |
setExtendedInfo(boolean extendedInfo)
Sets the extended info.
|
void |
setStatsCollection(StatsCollection statsCollection)
Sets the stats collection.
|
handleRequestInternal, isContextOptionalgetContainerWrapper, getViewName, setContainerWrapper, setViewNamehandleRequest, 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 boolean isExtendedInfo()
public void setExtendedInfo(boolean extendedInfo)
extendedInfo - the new extended infopublic StatsCollection getStatsCollection()
public void setStatsCollection(StatsCollection statsCollection)
statsCollection - the new stats collectionpublic long getCollectionPeriod()
public void setCollectionPeriod(long collectionPeriod)
collectionPeriod - the new collection periodprotected org.springframework.web.servlet.ModelAndView handleContext(String contextName, org.apache.catalina.Context context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
AbstractContextHandlerControllerhandleContext in class AbstractContextHandlerControllercontextName - the context namecontext - the contextrequest - the requestresponse - the responseException - the exceptionCopyright © 2009–2020 psi-probe. All rights reserved.