com.alibaba.druid.support.http
类 StatViewServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.alibaba.druid.support.http.ResourceSerlvet
com.alibaba.druid.support.http.StatViewServlet
- 所有已实现的接口:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class StatViewServlet
- extends ResourceSerlvet
注意:避免直接调用Druid相关对象例如DruidDataSource等,相关调用要到DruidStatManagerFacade里用反射实现
- 作者:
- sandzhang
- 另请参见:
- 序列化表格
| 从类 javax.servlet.http.HttpServlet 继承的方法 |
service |
| 从类 javax.servlet.GenericServlet 继承的方法 |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
PARAM_NAME_RESET_ENABLE
public static final String PARAM_NAME_RESET_ENABLE
- 另请参见:
- 常量字段值
PARAM_NAME_JMX_URL
public static final String PARAM_NAME_JMX_URL
- 另请参见:
- 常量字段值
PARAM_NAME_JMX_USERNAME
public static final String PARAM_NAME_JMX_USERNAME
- 另请参见:
- 常量字段值
PARAM_NAME_JMX_PASSWORD
public static final String PARAM_NAME_JMX_PASSWORD
- 另请参见:
- 常量字段值
StatViewServlet
public StatViewServlet()
init
public void init()
throws javax.servlet.ServletException
- 覆盖:
- 类
ResourceSerlvet 中的 init
- 抛出:
javax.servlet.ServletException
Copyright © 2013 Alibaba Group. All Rights Reserved.