com.alibaba.druid.support.http
类 AbstractWebStatImpl

java.lang.Object
  继承者 com.alibaba.druid.support.http.AbstractWebStatImpl
直接已知子类:
StatHandlerInterceptor, WebStatFilter

public class AbstractWebStatImpl
extends Object


嵌套类摘要
 class AbstractWebStatImpl.WebStatFilterContextListener
           
 
字段摘要
static int DEFAULT_MAX_STAT_SESSION_COUNT
           
 
构造方法摘要
AbstractWebStatImpl()
           
 
方法摘要
 String getContextPath()
           
 String getPrincipal(javax.servlet.http.HttpServletRequest httpRequest)
           
 String getPrincipalCookieName()
           
 String getPrincipalSessionName()
           
 String getRequestURI(javax.servlet.http.HttpServletRequest request)
           
 String getSessionId(javax.servlet.http.HttpServletRequest httpRequest)
           
 WebSessionStat getSessionStat(javax.servlet.http.HttpServletRequest request)
           
 int getSessionStatMaxCount()
           
 boolean isProfileEnable()
           
 boolean isSessionStatEnable()
           
 void setProfileEnable(boolean profileEnable)
           
 void setSessionStatEnable(boolean sessionStatEnable)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

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.