Package | Description |
---|---|
org.tinygroup.weblayer.webcontext.session | |
org.tinygroup.weblayer.webcontext.session.impl |
Modifier and Type | Method and Description |
---|---|
SessionModel |
SessionModelEncoder.decode(Object data,
SessionModel.Factory factory)
将store中取得的数据转换成session model。
|
SessionModel |
SessionModel.Factory.newInstance(String sessionID,
long creationTime,
long lastAccessedTime,
int maxInactiveInterval) |
Modifier and Type | Method and Description |
---|---|
Object |
SessionModelEncoder.encode(SessionModel model)
将session model转换成store中可存储的对象。
|
Modifier and Type | Class and Description |
---|---|
class |
SessionModelImpl
代表一个session本身的信息。该对象是可序列化的。
|
Modifier and Type | Method and Description |
---|---|
SessionModel |
SessionModelEncoderImpl.decode(Object data,
SessionModel.Factory factory) |
SessionModel |
SessionImpl.getSessionModel()
取得当前的model。
|
Modifier and Type | Method and Description |
---|---|
Object |
SessionModelEncoderImpl.encode(SessionModel model) |
Copyright © 2006–2018 TinyGroup. All rights reserved.