| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTOR_DEFAULT_FILE_NAME |
"rewrite.xml" |
public static final String |
DESCRIPTOR_DEFAULT_LOCATION |
"/WEB-INF/rewrite.xml" |
public static final String |
DESCRIPTOR_LOCATION_INIT_PARAM_NAME |
"rewriteDescriptorLocation" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
REQUEST_BODY_FILTER_PARAM |
"request.body" |
public static final String |
REQUEST_COOKIES_FILTER_PARAM |
"request.cookies" |
public static final String |
REQUEST_HEADERS_FILTER_PARAM |
"request.headers" |
public static final String |
REQUEST_URL_RULE_PARAM |
"request.url" |
public static final String |
RESPONSE_BODY_FILTER_PARAM |
"response.body" |
public static final String |
RESPONSE_COOKIES_FILTER_PARAM |
"response.cookies" |
public static final String |
RESPONSE_HEADERS_FILTER_PARAM |
"response.headers" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
APPLY |
"apply" |
public static final String |
BUFFER |
"buffer" |
public static final String |
CONTENT |
"content" |
public static final String |
DETECT |
"detect" |
public static final String |
FILTER |
"filter" |
public static final String |
FUNCTIONS |
"functions" |
public static final String |
ROOT |
"rules" |
public static final String |
RULE |
"rule" |
public static final String |
SCOPE |
"scope" |
Copyright © 2015 Apache Software Foundation. All rights reserved.