文件名称: spring-session-core-2.0.5.RELEASE.jar中文-英文对照文档.zip
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-core</artifactId>
<version>2.0.5.RELEASE</version>
</dependency>Gradle:
implementation group: 'org.springframework.session', name: 'spring-session-core', version: '2.0.5.RELEASE'
Gradle (Short):
implementation 'org.springframework.session:spring-session-core:2.0.5.RELEASE'
Gradle (Kotlin):
implementation("org.springframework.session:spring-session-core:2.0.5.RELEASE")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.springframework.session
org.springframework.session.config.annotation.web.http
org.springframework.session.config.annotation.web.server
org.springframework.session.events
org.springframework.session.security
org.springframework.session.security.web.authentication
org.springframework.session.web.context
org.springframework.session.web.http
org.springframework.session.web.server.session
org.springframework.session.web.socket.config.annotation
org.springframework.session.web.socket.events
org.springframework.session.web.socket.handler
org.springframework.session.web.socket.serverorg.springframework.session.FindByIndexNameSessionRepository
org.springframework.session.MapSession
org.springframework.session.MapSessionRepository
org.springframework.session.ReactiveMapSessionRepository
org.springframework.session.ReactiveSessionRepository
org.springframework.session.Session
org.springframework.session.SessionRepository
org.springframework.session.config.annotation.web.http.EnableSpringHttpSession
org.springframework.session.config.annotation.web.http.SpringHttpSessionConfiguration
org.springframework.session.config.annotation.web.server.EnableSpringWebSession
org.springframework.session.config.annotation.web.server.SpringWebSessionConfiguration
org.springframework.session.events.AbstractSessionEvent
org.springframework.session.events.SessionCreatedEvent
org.springframework.session.events.SessionDeletedEvent
org.springframework.session.events.SessionDestroyedEvent
org.springframework.session.events.SessionExpiredEvent
org.springframework.session.security.SpringSessionBackedSessionRegistry
org.springframework.session.security.web.authentication.SpringSessionRememberMeServices
org.springframework.session.web.context.AbstractHttpSessionApplicationInitializer
org.springframework.session.web.http.CookieHttpSessionIdResolver
org.springframework.session.web.http.CookieSerializer
org.springframework.session.web.http.CookieSerializer.CookieValue
org.springframework.session.web.http.DefaultCookieSerializer
org.springframework.session.web.http.HeaderHttpSessionIdResolver
org.springframework.session.web.http.HttpSessionIdResolver
org.springframework.session.web.http.SessionEventHttpSessionListenerAdapter
org.springframework.session.web.http.SessionRepositoryFilter
org.springframework.session.web.server.session.SpringSessionWebSessionStore
org.springframework.session.web.socket.config.annotation.AbstractSessionWebSocketMessageBrokerConfigurer
org.springframework.session.web.socket.events.SessionConnectEvent
org.springframework.session.web.socket.handler.WebSocketConnectHandlerDecoratorFactory
org.springframework.session.web.socket.handler.WebSocketRegistryListener
org.springframework.session.web.socket.server.SessionRepositoryMessageInterceptor