Package org.apache.tapestry5.http.internal.services
package org.apache.tapestry5.http.internal.services
-
ClassDescriptionService that handles Tapestry's support for asynchronous Servlet API requests.A thin wrapper around
HttpSession
that supports re-storing of mutable session attributes at the end of the request (seeClusteredSessionImpl.restoreDirtyObjects()
).DefaultCorsHandlerHelper
implementation.DefaultCorsHandler
implementation.Default catch-all implementation ofSessionPersistedObjectAnalyzer
.Dumb data holder for per-request data.Basic implementation ofRequest
that wraps around anHttpServletRequest
.Implementation ofResponse
that wraps around an underlyingHttpServletResponse
.Default RestSupport implementation.A thin wrapper aroundHttpSession
.A wrapper aroundReentrantReadWriteLock
used to manage the lock for a session.Encapsulates logic for accessing the TapestrySession
(a wrapper around theHttpSession
).