|
gluu
|

公開メンバ関数 | |
| String | getFilterName () |
| void | setFilterName (String filterName) |
| String | getCorsAllowedOrigins () |
| void | setCorsAllowedOrigins (String corsAllowedOrigins) |
| String | getCorsAllowedMethods () |
| void | setCorsAllowedMethods (String corsAllowedMethods) |
| String | getCorsAllowedHeaders () |
| void | setCorsAllowedHeaders (String corsAllowedHeaders) |
| String | getCorsExposedHeaders () |
| void | setCorsExposedHeaders (String corsExposedHeaders) |
| Boolean | getCorsSupportCredentials () |
| void | setCorsSupportCredentials (Boolean corsSupportCredentials) |
| Boolean | getCorsLoggingEnabled () |
| void | setCorsLoggingEnabled (Boolean corsLoggingEnabled) |
| Integer | getCorsPreflightMaxAge () |
| void | setCorsPreflightMaxAge (Integer corsPreflightMaxAge) |
| Boolean | getCorsRequestDecorate () |
| void | setCorsRequestDecorate (Boolean corsRequestDecorate) |
静的公開変数類 | |
| static final String | DEFAULT_CORS_ALLOWED_ORIGINS = "*" |
| static final String | DEFAULT_CORS_ALLOWED_METHODS = "GET,POST,HEAD,OPTIONS" |
| static final String | DEFAULT_CORS_ALLOWED_HEADERS = "Origin,Accept,X-Requested-With,Content-Type,Access-Control-Request-Method,Access-Control-Request-Headers" |
| static final String | DEFAULT_CORS_EXPOSED_HEADERS = "" |
| static final Boolean | DEFAULT_CORS_SUPPORT_CREDENTIALS = true |
| static final Boolean | DEFAULT_CORS_LOGGING_ENABLED = false |
| static final Integer | DEFAULT_CORS_PREFLIGHT_MAX_AGE = 1800 |
| static final Boolean | DEFAULT_CORS_REQUEST_DECORATE = true |
非公開変数類 | |
| String | filterName |
| String | corsAllowedOrigins |
| String | corsAllowedMethods |
| String | corsAllowedHeaders |
| String | corsExposedHeaders |
| Boolean | corsSupportCredentials |
| Boolean | corsLoggingEnabled |
| Integer | corsPreflightMaxAge |
| Boolean | corsRequestDecorate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
private |
1.8.13