public class BaseSysInfoController extends AbstractTomcatContainerController
logger| Constructor and Description |
|---|
BaseSysInfoController() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCollectionPeriod()
Gets the collection period.
|
List<String> |
getFilterOutKeys()
Gets the filter out keys.
|
RuntimeInfoAccessorBean |
getRuntimeInfoAccessor()
Gets the runtime info accessor.
|
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setCollectionPeriod(long collectionPeriod)
Sets the collection period.
|
void |
setFilterOutKeys(List<String> filterOutKeys)
Sets the filter out keys.
|
void |
setRuntimeInfoAccessor(RuntimeInfoAccessorBean runtimeInfoAccessor)
Sets the runtime info accessor.
|
getContainerWrapper, 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 List<String> getFilterOutKeys()
public void setFilterOutKeys(List<String> filterOutKeys)
filterOutKeys - the new filter out keyspublic RuntimeInfoAccessorBean getRuntimeInfoAccessor()
public void setRuntimeInfoAccessor(RuntimeInfoAccessorBean runtimeInfoAccessor)
runtimeInfoAccessor - the new runtime info accessorpublic long getCollectionPeriod()
public void setCollectionPeriod(long collectionPeriod)
collectionPeriod - the new collection periodprotected org.springframework.web.servlet.ModelAndView handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
handleRequestInternal in class org.springframework.web.servlet.mvc.AbstractControllerExceptionCopyright © 2009–2020 psi-probe. All rights reserved.