org.tinygroup.weblayer.webcontext.session.store
接口 CookieStore

所有超级接口:
HttpHeaderSessionStore, SessionStore
所有已知实现类:
AbstractCookieStore, CookieStoreImpl, SingleValuedCookieStoreImpl

public interface CookieStore
extends HttpHeaderSessionStore

基于cookie的session store实现。

作者:
renhui

嵌套类摘要
 
从接口 org.tinygroup.weblayer.webcontext.session.SessionStore 继承的嵌套类/接口
SessionStore.StoreContext
 
字段摘要
static Boolean SURVIVES_IN_INVALIDATING_DEFAULT
           
 
方法摘要
 
从接口 org.tinygroup.weblayer.webcontext.session.SessionStore 继承的方法
commit, getAttributeNames, init, invaldiate, loadAttribute
 

字段详细信息

SURVIVES_IN_INVALIDATING_DEFAULT

static final Boolean SURVIVES_IN_INVALIDATING_DEFAULT


Copyright © 2006–2013 开源组织. All rights reserved.