com.alibaba.druid.support.http
类 AbstractWebStatImpl
java.lang.Object
com.alibaba.druid.support.http.AbstractWebStatImpl
- 直接已知子类:
- StatHandlerInterceptor, WebStatFilter
public class AbstractWebStatImpl
- extends Object
DEFAULT_MAX_STAT_SESSION_COUNT
public static final int DEFAULT_MAX_STAT_SESSION_COUNT
- 另请参见:
- 常量字段值
AbstractWebStatImpl
public AbstractWebStatImpl()
isSessionStatEnable
public boolean isSessionStatEnable()
setSessionStatEnable
public void setSessionStatEnable(boolean sessionStatEnable)
isProfileEnable
public boolean isProfileEnable()
setProfileEnable
public void setProfileEnable(boolean profileEnable)
getContextPath
public String getContextPath()
getSessionStatMaxCount
public int getSessionStatMaxCount()
getRequestURI
public String getRequestURI(javax.servlet.http.HttpServletRequest request)
getPrincipalSessionName
public String getPrincipalSessionName()
getPrincipalCookieName
public String getPrincipalCookieName()
getSessionStat
public WebSessionStat getSessionStat(javax.servlet.http.HttpServletRequest request)
getSessionId
public String getSessionId(javax.servlet.http.HttpServletRequest httpRequest)
getPrincipal
public String getPrincipal(javax.servlet.http.HttpServletRequest httpRequest)
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.