public interface JsUriManager
| Modifier and Type | Interface and Description |
|---|---|
static class |
JsUriManager.JsUri |
static interface |
JsUriManager.Versioner |
| Modifier and Type | Method and Description |
|---|---|
Uri |
makeExternJsUri(Gadget gadget,
Collection<String> extern) |
JsUriManager.JsUri |
processExternJsUri(Uri uri)
Processes the inbound URL, for use by serving code in determining which JS to serve
and with what caching properties.
|
Uri makeExternJsUri(Gadget gadget, Collection<String> extern)
gadget - The gadget in which the requested JS will be externed.extern - The list of features that js is needed for.JsUriManager.JsUri processExternJsUri(Uri uri) throws GadgetException
uri - Generated extern JS UriGadgetExceptionCopyright © 2007-2012. All Rights Reserved.