接口的使用
org.springframework.web.server.session.WebSessionStore
使用WebSessionStore的程序包 程序包 说明 org.springframework.web.server.session Auxiliary interfaces and implementation classes forWebSessionsupport.org.springframework.web.server.session中WebSessionStore的使用
实现WebSessionStore的org.springframework.web.server.session中的类 修饰符和类型 类 说明 classInMemoryWebSessionStoreSimple Map-based storage forWebSessioninstances.返回WebSessionStore的org.springframework.web.server.session中的方法 修饰符和类型 方法 说明 WebSessionStoreDefaultWebSessionManager. getSessionStore()Return the configuredWebSessionStore.参数类型为WebSessionStore的org.springframework.web.server.session中的方法 修饰符和类型 方法 说明 voidDefaultWebSessionManager. setSessionStore(WebSessionStore sessionStore)Configure the persistence strategy.