org.apache.shindig.gadgets.uri
Interface IframeUriManager

All Known Implementing Classes:
DefaultIframeUriManager

public interface IframeUriManager

Interface defining methods needed to generate iframe URL for the /ifr servlet.


Nested Class Summary
static interface IframeUriManager.Versioner
           
 
Method Summary
 Uri makeRenderingUri(Gadget gadget)
          Generates iframe urls for meta data service.
 UriStatus validateRenderingUri(Uri uri)
          Validates the provided rendering Uri.
 

Method Detail

makeRenderingUri

Uri makeRenderingUri(Gadget gadget)
Generates iframe urls for meta data service. Use this rather than generating your own urls by hand.

Returns:
The generated iframe url.

validateRenderingUri

UriStatus validateRenderingUri(Uri uri)
Validates the provided rendering Uri. May include locked-domain, version param, and/or other checks.



Copyright © 2007-2012. All Rights Reserved.