@Controller public class ListConnectorsController extends AbstractTomcatContainerController
logger| Constructor and Description |
|---|
ListConnectorsController() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCollectionPeriod()
Gets the collection period.
|
ContainerListenerBean |
getContainerListenerBean()
Gets the container listener bean.
|
org.springframework.web.servlet.ModelAndView |
handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
boolean |
isIncludeRequestProcessors()
Checks if is include request processors.
|
void |
setCollectionPeriod(long collectionPeriod)
Sets the collection period.
|
void |
setCollectionPeriod(String collectionPeriod)
Sets the collection period using expression.
|
void |
setContainerListenerBean(ContainerListenerBean containerListenerBean)
Sets the container listener bean.
|
void |
setIncludeRequestProcessors(boolean includeRequestProcessors)
Sets the include request processors.
|
void |
setViewName(String viewName)
Sets the view name.
|
getContainerWrapper, getViewName, setContainerWrapperisSynchronizeOnSession, 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 ContainerListenerBean getContainerListenerBean()
public void setContainerListenerBean(ContainerListenerBean containerListenerBean)
containerListenerBean - the new container listener beanpublic long getCollectionPeriod()
public void setCollectionPeriod(long collectionPeriod)
collectionPeriod - the new collection period@Value(value="${psiprobe.beans.stats.collectors.connector.period}")
public void setCollectionPeriod(String collectionPeriod)
collectionPeriod - the new collection period using expressionpublic boolean isIncludeRequestProcessors()
@Value(value="true") public void setIncludeRequestProcessors(boolean includeRequestProcessors)
includeRequestProcessors - the new include request processors@RequestMapping(path="/connectors.htm")
public org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
handleRequest in interface org.springframework.web.servlet.mvc.ControllerhandleRequest in class org.springframework.web.servlet.mvc.AbstractControllerExceptionprotected 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.AbstractControllerException@Value(value="connectors") public void setViewName(String viewName)
AbstractTomcatContainerControllersetViewName in class AbstractTomcatContainerControllerviewName - the new view nameCopyright © 2009–2020 psi-probe. All rights reserved.