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) |
public static final int DEFAULT_MAX_STAT_SESSION_COUNT
public boolean isSessionStatEnable()
public void setSessionStatEnable(boolean sessionStatEnable)
public boolean isProfileEnable()
public void setProfileEnable(boolean profileEnable)
public String getContextPath()
public int getSessionStatMaxCount()
public String getRequestURI(javax.servlet.http.HttpServletRequest request)
public String getPrincipalSessionName()
public String getPrincipalCookieName()
public WebSessionStat getSessionStat(javax.servlet.http.HttpServletRequest request)
public String getSessionId(javax.servlet.http.HttpServletRequest httpRequest)
public String getPrincipal(javax.servlet.http.HttpServletRequest httpRequest)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.