Uses of Class
org.apache.tapestry5.http.CorsHandlerResult
-
Packages that use CorsHandlerResult Package Description org.apache.tapestry5.http org.apache.tapestry5.http.internal.services org.apache.tapestry5.http.services -
-
Uses of CorsHandlerResult in org.apache.tapestry5.http
Methods in org.apache.tapestry5.http that return CorsHandlerResult Modifier and Type Method Description static CorsHandlerResult
CorsHandlerResult. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CorsHandlerResult[]
CorsHandlerResult. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CorsHandlerResult in org.apache.tapestry5.http.internal.services
Methods in org.apache.tapestry5.http.internal.services that return CorsHandlerResult Modifier and Type Method Description CorsHandlerResult
DefaultCorsHandler. handle(HttpServletRequest request, HttpServletResponse response)
-
Uses of CorsHandlerResult in org.apache.tapestry5.http.services
Methods in org.apache.tapestry5.http.services that return CorsHandlerResult Modifier and Type Method Description CorsHandlerResult
CorsHandler. handle(HttpServletRequest request, HttpServletResponse response)
Handles the CORS processing of a request, possibly doing nothing.
-