Modifier and Type | Method and Description |
---|---|
CORSFilter.CORSRequestType |
CORSFilter.checkRequestType(javax.servlet.http.HttpServletRequest request)
Determines the request type.
|
static CORSFilter.CORSRequestType |
CORSFilter.CORSRequestType.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static void |
CORSFilter.decorateCORSProperties(javax.servlet.http.HttpServletRequest request,
CORSFilter.CORSRequestType corsRequestType)
Decorates the
HttpServletRequest , with CORS attributes. |
Copyright © 2017. All rights reserved.