接口 org.tinygroup.weblayer.webcontext.session.SessionConfig
的使用

使用 SessionConfig 的软件包
org.tinygroup.weblayer.filter   
org.tinygroup.weblayer.webcontext.session   
org.tinygroup.weblayer.webcontext.session.impl   
org.tinygroup.weblayer.webcontext.session.store   
org.tinygroup.weblayer.webcontext.session.store.impl   
 

org.tinygroup.weblayer.filterSessionConfig 的使用
 

返回 SessionConfigorg.tinygroup.weblayer.filter 中的方法
 SessionConfig SessionTinyFilter.getConfig()
           
 

org.tinygroup.weblayer.webcontext.sessionSessionConfig 的使用
 

返回 SessionConfigorg.tinygroup.weblayer.webcontext.session 中的方法
 SessionConfig SessionWebContext.getSessionConfig()
          取得SessionConfig实例。
 

参数类型为 SessionConfigorg.tinygroup.weblayer.webcontext.session 中的方法
 void SessionInterceptor.init(SessionConfig sessionConfig)
           
 void SessionStore.init(String storeName, SessionConfig sessionConfig)
          初始化SessionStore。
 

org.tinygroup.weblayer.webcontext.session.implSessionConfig 的使用
 

返回 SessionConfigorg.tinygroup.weblayer.webcontext.session.impl 中的方法
 SessionConfig SessionWebContextImpl.getSessionConfig()
          取得SessionConfig实例。
 

参数类型为 SessionConfigorg.tinygroup.weblayer.webcontext.session.impl 中的方法
 void SessionLifecycleLogger.init(SessionConfig sessionConfig)
           
 void SessionAttributeWhitelist.init(SessionConfig sessionConfig)
           
 void AbstractSessionAttributeAccessController.init(SessionConfig sessionConfig)
           
 

参数类型为 SessionConfigorg.tinygroup.weblayer.webcontext.session.impl 中的构造方法
SessionWebContextImpl(WebContext wrappedContext, SessionConfig sessionConfig)
          构造函数。
 

org.tinygroup.weblayer.webcontext.session.storeSessionConfig 的使用
 

参数类型为 SessionConfigorg.tinygroup.weblayer.webcontext.session.store 中的方法
 void AbstractCookieStore.init(String storeName, SessionConfig sessionConfig)
          初始化cookie store。
 

org.tinygroup.weblayer.webcontext.session.store.implSessionConfig 的使用
 

参数类型为 SessionConfigorg.tinygroup.weblayer.webcontext.session.store.impl 中的方法
 void SimpleMemoryStoreImpl.init(String storeName, SessionConfig sessionConfig)
          初始化SessionStore。
 void CacheStore.init(String storeName, SessionConfig sessionConfig)
           
 



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