|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public static interface SessionConfig.IdConfig
代表session ID的配置。
| 字段摘要 | |
|---|---|
static Boolean |
COOKIE_ENABLED_DEFAULT
|
static Boolean |
URL_ENCODE_ENABLED_DEFAULT
|
| 方法摘要 | |
|---|---|
SessionConfig.CookieConfig |
getCookie()
取得session ID cookie的配置。 |
SessionIDGenerator |
getGenerator()
取得session ID生成器。 |
SessionConfig.UrlEncodeConfig |
getUrlEncode()
取得session ID URL encode的配置。 |
boolean |
isCookieEnabled()
是否把session ID保存在cookie中,如若不是,则只能保存的URL中。 |
boolean |
isUrlEncodeEnabled()
是否支持把session ID保存在URL中。 |
| 字段详细信息 |
|---|
static final Boolean COOKIE_ENABLED_DEFAULT
static final Boolean URL_ENCODE_ENABLED_DEFAULT
| 方法详细信息 |
|---|
boolean isCookieEnabled()
boolean isUrlEncodeEnabled()
SessionConfig.CookieConfig getCookie()
SessionConfig.UrlEncodeConfig getUrlEncode()
SessionIDGenerator getGenerator()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||