| Package | Description |
|---|---|
| com.epimorphics.server.webapi |
| Modifier and Type | Method and Description |
|---|---|
protected 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 |
|---|---|
protected static void |
CorsFilter.decorateCORSProperties(javax.servlet.http.HttpServletRequest request,
CorsFilter.CORSRequestType corsRequestType)
Decorates the
HttpServletRequest, with CORS attributes. |
Copyright © 2014. All rights reserved.