org.tinygroup.weblayer.webcontext.session
接口 HttpHeaderSessionStore

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

public interface HttpHeaderSessionStore
extends SessionStore

从这个接口实现的session store,将会把数据保存在HTTP HEADERS中,因而需要在headers被提交时一同提交。

作者:
renhui

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



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