Package org.apache.tapestry5.http.services
package org.apache.tapestry5.http.services
-
ClassDescriptionStores global information about the application and its environment.Service interface for initializing Tapestry for the application.Filter interface for
ApplicationInitializer
.Used when switching between normal/insecure (HTTP) and secure (HTTPS) mode.Identifies which content types are compressable.An API agnostic version ofServletContext
, used to bridge the gaps between the Servlet API and the Portlet API.Interface implemented by classes handling CORS (Cross-Origin Resource Sharing) in requests.Service that provides useful methods forCorsHandler
implementations.HttpServletRequestFilter that handles CORS.A dispatcher is responsible for recognizing an incoming request.Service that converts the body of an HTTP request to a given target class.Filter interface forHttpServletRequestHandler
.The first step in handing an incoming request to the servlet filter, this constructed as a pipeline.Generic version ofHttpServletRequest
, used to encapsulate the Servlet API version, and to help bridge the differences between Servlet API and Porlet API.Filter interface forRequestHandler
.Service used to store the current request objects, both the Servlet API versions, and the Tapestry generic versions.Service interface for the RequestHandler pipeline service.API agnostic wrapper for generating a response.Used to determine if the client supports GZip compression of the response.Service which provides REST-related utilities.Service interface for initializing a servlet application, as a pipeline.Filter interface forServletApplicationInitializer
.Generic version ofHttpSession
, used to bridge the gaps between the Servlet API and the Portlet API.The type of lock used to access atttributes in theSession
.Analyzes a session-persisted object, specifically to see if it is dirty or not.