Uses of Enum
org.apache.tapestry5.http.CorsHandlerResult
Packages that use CorsHandlerResult
Package
Description
-
Uses of CorsHandlerResult in org.apache.tapestry5.http
Methods in org.apache.tapestry5.http that return CorsHandlerResultModifier and TypeMethodDescriptionstatic CorsHandlerResult
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 CorsHandlerResultModifier and TypeMethodDescriptionDefaultCorsHandler.handle
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of CorsHandlerResult in org.apache.tapestry5.http.services
Methods in org.apache.tapestry5.http.services that return CorsHandlerResultModifier and TypeMethodDescriptionCorsHandler.handle
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Handles the CORS processing of a request, possibly doing nothing.