Package org.apache.tapestry5.http.internal.services
-
Interface Summary Interface Description SessionLock A wrapper aroundReentrantReadWriteLock
used to manage the lock for a session.TapestrySessionFactory Encapsulates logic for accessing the TapestrySession
(a wrapper around theHttpSession
). -
Class Summary Class Description ApplicationGlobalsImpl BaseURLSourceImpl ClusteredSessionImpl A thin wrapper aroundHttpSession
that supports re-storing of mutable session attributes at the end of the request (seeClusteredSessionImpl.restoreDirtyObjects()
).ContextImpl DefaultSessionPersistedObjectAnalyzer Default catch-all implementation ofSessionPersistedObjectAnalyzer
.OptimizedSessionPersistedObjectAnalyzer RequestGlobalsImpl Dumb data holder for per-request data.RequestImpl Basic implementation ofRequest
that wraps around anHttpServletRequest
.ResponseCompressionAnalyzerImpl ResponseImpl Implementation ofResponse
that wraps around an underlyingHttpServletResponse
.SessionImpl A thin wrapper aroundHttpSession
.TapestrySessionFactoryImpl