public class AbstractWebStatImpl extends Object
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebStatImpl.WebStatFilterContextListener |
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_MAX_STAT_SESSION_COUNT |
Constructor and Description |
---|
AbstractWebStatImpl() |
Modifier and Type | Method and Description |
---|---|
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–2017 Alibaba Group. All rights reserved.