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

所有超级接口:
SessionStore
所有已知实现类:
SingleValuedCookieStoreImpl

public interface ExactMatchesOnlySessionStore
extends SessionStore

一个SessionStore,只接受精确匹配的attribute names。

作者:
renhui

嵌套类摘要
 
从接口 org.tinygroup.weblayer.webcontext.session.SessionStore 继承的嵌套类/接口
SessionStore.StoreContext
 
方法摘要
 void initAttributeNames(String[] attrNames)
          设置所有精确匹配的attribute名称。
 
从接口 org.tinygroup.weblayer.webcontext.session.SessionStore 继承的方法
commit, getAttributeNames, init, invaldiate, loadAttribute
 

方法详细信息

initAttributeNames

void initAttributeNames(String[] attrNames)
设置所有精确匹配的attribute名称。



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