| Package | Description |
|---|---|
| org.apache.shindig.gadgets.uri |
| Modifier and Type | Method and Description |
|---|---|
static UriUtils.DisallowedHeaders |
UriUtils.DisallowedHeaders.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UriUtils.DisallowedHeaders[] |
UriUtils.DisallowedHeaders.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 |
UriUtils.copyRequestHeaders(HttpRequest origRequest,
HttpRequest req,
UriUtils.DisallowedHeaders... disallowedRequestHeaders)
Copies headers from HttpServletRequest object to HttpRequest object.
|
static void |
UriUtils.copyResponseHeadersAndStatusCode(HttpResponse data,
HttpResponseBuilder resp,
boolean remapInternalServerError,
boolean setHeaders,
UriUtils.DisallowedHeaders... disallowedResponseHeaders)
Copies the http response headers and status code to the final servlet
response.
|
Copyright © 2007-2012. All Rights Reserved.