| 程序包 | 说明 |
|---|---|
| net.gplatform.sudoor.server.cors |
| 限定符和类型 | 方法和说明 |
|---|---|
protected CorsFilter.CORSRequestType |
CorsFilter.checkRequestType(javax.servlet.http.HttpServletRequest request)
Determines the request type.
|
static CorsFilter.CORSRequestType |
CorsFilter.CORSRequestType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CorsFilter.CORSRequestType[] |
CorsFilter.CORSRequestType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected static void |
CorsFilter.decorateCORSProperties(javax.servlet.http.HttpServletRequest request,
CorsFilter.CORSRequestType corsRequestType)
Decorates the
HttpServletRequest, with CORS attributes. |
Copyright © 2013–2014 Shark Xu. All rights reserved.