Uses of Class
org.apache.shindig.gadgets.uri.UriUtils.DisallowedHeaders

Packages that use UriUtils.DisallowedHeaders
org.apache.shindig.gadgets.uri   
 

Uses of UriUtils.DisallowedHeaders in org.apache.shindig.gadgets.uri
 

Methods in org.apache.shindig.gadgets.uri that return UriUtils.DisallowedHeaders
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.
 

Methods in org.apache.shindig.gadgets.uri with parameters of type UriUtils.DisallowedHeaders
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.