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

正在封闭接口:
SessionConfig

public static interface SessionConfig.StoresConfig

代表stores的配置。


方法摘要
 SessionStore getStore(String storeName)
          取得指定名称的对象所存放的session store。
 String[] getStoreNames()
          取得所有的session store的名称。
 

方法详细信息

getStoreNames

String[] getStoreNames()
取得所有的session store的名称。


getStore

SessionStore getStore(String storeName)
取得指定名称的对象所存放的session store。



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