Uses of Class
org.ebaysf.web.cors.CORSFilter.CORSRequestType
-
-
Uses of CORSFilter.CORSRequestType in org.ebaysf.web.cors
Methods in org.ebaysf.web.cors that return CORSFilter.CORSRequestType Modifier and Type Method Description CORSFilter.CORSRequestType
CORSFilter. checkRequestType(javax.servlet.http.HttpServletRequest request)
Determines the request type.static CORSFilter.CORSRequestType
CORSFilter.CORSRequestType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CORSFilter.CORSRequestType[]
CORSFilter.CORSRequestType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ebaysf.web.cors with parameters of type CORSFilter.CORSRequestType Modifier and Type Method Description static void
CORSFilter. decorateCORSProperties(javax.servlet.http.HttpServletRequest request, CORSFilter.CORSRequestType corsRequestType)
Decorates theHttpServletRequest
, with CORS attributes.
-