Uses of Class
org.apache.tapestry5.http.services.CorsHttpServletRequestFilter
Packages that use CorsHttpServletRequestFilter
-
Uses of CorsHttpServletRequestFilter in org.apache.tapestry5.http.modules
Methods in org.apache.tapestry5.http.modules with parameters of type CorsHttpServletRequestFilterModifier and TypeMethodDescriptionvoid
TapestryHttpModule.contributeHttpServletRequestHandler
(OrderedConfiguration<HttpServletRequestFilter> configuration, boolean gzipCompressionEnabled, boolean corsEnabled, CorsHttpServletRequestFilter corsHttpServletRequestFilter, GZipFilter gzipFilter) StoreIntoGlobals Stores the request and response intoRequestGlobals
at the start of the pipeline IgnoredPaths Identifies requests that are known (via the IgnoredPathsFilter service's configuration) to be mapped to other applications GZip Handles GZIP compression of response streams (if supported by client)