类分层结构
- java.lang.Object
- cn.taketoday.web.bind.resolver.AbstractNamedValueResolvingStrategy (implements cn.taketoday.web.bind.resolver.ParameterResolvingStrategy)
- cn.taketoday.session.WebSessionAttributeParameterResolver
- cn.taketoday.session.AbstractWebSession (implements cn.taketoday.session.WebSession)
- cn.taketoday.session.InMemorySessionRepository.InMemoryWebSession (implements java.io.Serializable, cn.taketoday.session.SerializableSession, cn.taketoday.session.WebSession)
- cn.taketoday.session.MapSession (implements java.io.Serializable, cn.taketoday.session.WebSession)
- cn.taketoday.session.CompositeSessionIdResolver (implements cn.taketoday.session.SessionIdResolver)
- cn.taketoday.session.CookieSessionIdResolver (implements cn.taketoday.session.SessionIdResolver)
- cn.taketoday.session.DefaultSessionManager (implements cn.taketoday.session.SessionManager)
- java.util.EventObject (implements java.io.Serializable)
- cn.taketoday.context.ApplicationEvent
- cn.taketoday.session.WebSessionEvent
- cn.taketoday.context.ApplicationEvent
- cn.taketoday.session.FileSessionPersister (implements cn.taketoday.session.SessionPersister)
- cn.taketoday.session.HeaderSessionIdResolver (implements cn.taketoday.session.SessionIdResolver)
- cn.taketoday.session.InMemorySessionRepository (implements cn.taketoday.session.SessionRepository)
- cn.taketoday.session.InMemorySessionRepository.ExpiredSessionChecker
- cn.taketoday.session.PersistenceSessionRepository (implements cn.taketoday.beans.factory.DisposableBean, cn.taketoday.session.SessionRepository)
- cn.taketoday.session.PersistenceSessionRepository.PersisterDestructionCallback (implements cn.taketoday.session.WebSessionListener)
- cn.taketoday.session.SecureRandomSessionIdGenerator (implements cn.taketoday.session.SessionIdGenerator)
- cn.taketoday.session.SessionEventDispatcher
- cn.taketoday.session.SessionManagerOperations
- cn.taketoday.session.SessionHandlerInterceptor (implements cn.taketoday.web.HandlerInterceptor)
- cn.taketoday.session.SessionMethodArgumentResolver (implements cn.taketoday.web.bind.resolver.ParameterResolvingStrategy)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- java.lang.IllegalStateException
- cn.taketoday.session.TooManyActiveSessionsException
- cn.taketoday.core.NestedRuntimeException
- cn.taketoday.session.WebSessionRequiredException
- java.lang.IllegalStateException
- java.lang.RuntimeException
- java.lang.Exception
- cn.taketoday.web.bind.resolver.AbstractNamedValueResolvingStrategy (implements cn.taketoday.web.bind.resolver.ParameterResolvingStrategy)
接口分层结构
- java.util.EventListener
- cn.taketoday.session.AttributeBindingListener
- cn.taketoday.session.WebSessionAttributeListener
- cn.taketoday.session.WebSessionListener
- cn.taketoday.session.SerializableSession
- cn.taketoday.session.SessionIdGenerator
- cn.taketoday.session.SessionIdResolver
- cn.taketoday.session.SessionManager
- cn.taketoday.session.SessionPersister
- cn.taketoday.session.SessionRepository
- cn.taketoday.session.WebSession
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- cn.taketoday.session.InMemorySessionRepository.State
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)