public interface IframeUriManager
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IframeUriManager.Versioner |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Uri> |
makeAllRenderingUris(Gadget gadget)
Generates iframe uris for all views in the gadget.
|
Uri |
makeRenderingUri(Gadget gadget)
Generates iframe urls for meta data service.
|
UriStatus |
validateRenderingUri(Uri uri)
Validates the provided rendering Uri.
|
Uri makeRenderingUri(Gadget gadget)
Map<String,Uri> makeAllRenderingUris(Gadget gadget)
gadget - The gadget to generate the URI for.Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.