org.tinygroup.weblayer.webcontext.session
接口 SessionConfig.StoreMappingsConfig

正在封闭接口:
SessionConfig

public static interface SessionConfig.StoreMappingsConfig

代表store mappings的配置。


字段摘要
static String MATCHES_ALL_ATTRIBUTES
           
 
方法摘要
 String[] getExactMatchedAttributeNames(String storeName)
          反查指定store名称所对应的所有精确匹配的attribute名称。
 String getStoreNameForAttribute(String attrName)
          取得指定session attribute名称的对象所存放的session store。
 

字段详细信息

MATCHES_ALL_ATTRIBUTES

static final String MATCHES_ALL_ATTRIBUTES
另请参见:
常量字段值
方法详细信息

getStoreNameForAttribute

String getStoreNameForAttribute(String attrName)
取得指定session attribute名称的对象所存放的session store。


getExactMatchedAttributeNames

String[] getExactMatchedAttributeNames(String storeName)
反查指定store名称所对应的所有精确匹配的attribute名称。

假如存在非精确匹配的attributes,则返回null



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