public class SessionConf extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check() |
String |
getApplicationName() |
SessionCache |
getCache() |
PathPattern |
getExclusivePattern() |
static SessionConf |
getInstance() |
Json |
getJson() |
int |
getMaxInactiveInterval() |
void |
setApplicationName(String applicationName) |
void |
setCache(SessionCache cache) |
void |
setExclusivePattern(String[] exclusiveURLs) |
void |
setJson(Json json) |
void |
setMaxInactiveInterval(int maxInactiveInterval) |
public static SessionConf getInstance()
public void setExclusivePattern(String[] exclusiveURLs)
public PathPattern getExclusivePattern()
public void setCache(SessionCache cache)
public SessionCache getCache()
public void setJson(Json json)
public Json getJson()
public void setMaxInactiveInterval(int maxInactiveInterval)
public int getMaxInactiveInterval()
public void setApplicationName(String applicationName)
public String getApplicationName()
public void check()
Copyright © 2022. All rights reserved.