Uses of Interface
org.apache.tapestry5.http.services.CorsHandler
-
Packages that use CorsHandler Package Description org.apache.tapestry5.http.internal.services org.apache.tapestry5.http.modules org.apache.tapestry5.http.services -
-
Uses of CorsHandler in org.apache.tapestry5.http.internal.services
Classes in org.apache.tapestry5.http.internal.services that implement CorsHandler Modifier and Type Class Description class
DefaultCorsHandler
DefaultCorsHandler
implementation. -
Uses of CorsHandler in org.apache.tapestry5.http.modules
Method parameters in org.apache.tapestry5.http.modules with type arguments of type CorsHandler Modifier and Type Method Description static void
TapestryHttpModule. contributeCorsHttpServletRequestFilter(OrderedConfiguration<CorsHandler> configuration)
-
Uses of CorsHandler in org.apache.tapestry5.http.services
Constructor parameters in org.apache.tapestry5.http.services with type arguments of type CorsHandler Constructor Description CorsHttpServletRequestFilter(java.util.List<CorsHandler> handlers)
-