Uses of Class
org.apache.shindig.gadgets.uri.UriStatus

Packages that use UriStatus
org.apache.shindig.gadgets.servlet   
org.apache.shindig.gadgets.uri   
 

Uses of UriStatus in org.apache.shindig.gadgets.servlet
 

Methods in org.apache.shindig.gadgets.servlet that return UriStatus
 UriStatus GadgetRenderingServlet.PostGadgetRenderingParams.getUrlStatus()
           
 

Methods in org.apache.shindig.gadgets.servlet with parameters of type UriStatus
protected  void JsServlet.postJsContentProcessing(javax.servlet.http.HttpServletResponse resp, UriStatus vstatus, boolean isProxyCacheable)
          Provides post JavaScript content processing.
 

Constructors in org.apache.shindig.gadgets.servlet with parameters of type UriStatus
GadgetRenderingServlet.PostGadgetRenderingParams(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, UriStatus urlStatus, GadgetContext context, RenderingResults results)
           
 

Uses of UriStatus in org.apache.shindig.gadgets.uri
 

Methods in org.apache.shindig.gadgets.uri that return UriStatus
 UriStatus ProxyUriBase.getStatus()
           
 UriStatus JsUriManager.JsUri.getStatus()
           
 UriStatus ConcatUriManager.Versioner.validate(List<Uri> resourceUris, String container, String value)
          Validate the version of the resource list.
 UriStatus JsUriManager.Versioner.validate(Uri gadgetUri, String container, Collection<String> extern, String version)
           
 UriStatus DefaultJsVersioner.validate(Uri gadgetUri, String container, Collection<String> extern, String version)
           
 UriStatus ProxyUriManager.Versioner.validate(Uri resource, String container, String value)
          Validate the version of the resource.
 UriStatus IframeUriManager.Versioner.validate(Uri gadgetUri, String container, String value)
           
 UriStatus AllJsIframeVersioner.validate(Uri gadgetUri, String container, String value)
           
 UriStatus IframeUriManager.validateRenderingUri(Uri uri)
          Validates the provided rendering Uri.
 UriStatus DefaultIframeUriManager.validateRenderingUri(Uri inUri)
           
static UriStatus UriStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UriStatus[] UriStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.shindig.gadgets.uri with parameters of type UriStatus
ConcatUriManager.ConcatUri(UriStatus status, List<Uri> uris, String splitParam, ConcatUriManager.Type type, Uri origUri)
           
JsUriManager.JsUri(UriStatus status, Collection<String> libs)
           
ProxyUriBase(UriStatus status, Integer refresh, boolean debug, boolean noCache, String container, String gadget)
           
ProxyUriBase(UriStatus status, Uri origUri)
           
ProxyUriManager.ProxyUri(UriStatus status, Uri resource, Uri base)
           
 



Copyright © 2007-2012. All Rights Reserved.