| Package | Description |
|---|---|
| org.apache.shindig.gadgets.features | |
| org.apache.shindig.gadgets.js | |
| org.apache.shindig.gadgets.rewrite.js |
| Modifier and Type | Class and Description |
|---|---|
class |
BrowserSpecificFeatureResource
A FeatureResource that supports being supplied only to certain browsers.
|
static class |
FeatureResource.Attribute |
static class |
FeatureResource.Default
Helper base class to avoid having to implement rarely-overridden isExternal/isProxyCacheable
functionality in FeatureResource.
|
static class |
FeatureResource.Simple |
| Modifier and Type | Method and Description |
|---|---|
FeatureResource |
FeatureResourceLoader.load(Uri uri,
Map<String,String> attribs)
Primary, and only public, method of FeatureResourceLoader.
|
FeatureResource |
BrowserSpecificFeatureResource.Loader.load(Uri uri,
Map<String,String> attribs) |
protected FeatureResource |
FeatureResourceLoader.loadFile(String path,
Map<String,String> attribs) |
protected FeatureResource |
FeatureResourceLoader.loadResource(String path,
Map<String,String> attribs) |
protected FeatureResource |
FeatureResourceLoader.loadUri(Uri uri,
Map<String,String> attribs) |
| Modifier and Type | Method and Description |
|---|---|
List<FeatureResource> |
FeatureRegistry.LookupResult.getResources() |
List<FeatureResource> |
FeatureRegistry.FeatureBundle.getResources() |
| Constructor and Description |
|---|
BrowserSpecificFeatureResource(com.google.inject.Provider<UserAgent> uaProvider,
FeatureResource delegate,
String browserKey) |
| Constructor and Description |
|---|
FeatureRegistry.FeatureBundle(FeatureParser.ParsedFeature.Bundle bundle,
List<FeatureResource> resources) |
| Modifier and Type | Method and Description |
|---|---|
FeatureResource |
JsContent.getFeatureResource() |
| Modifier and Type | Method and Description |
|---|---|
static JsContent |
JsContent.fromFeature(String content,
String source,
FeatureRegistry.FeatureBundle bundle,
FeatureResource resource) |
static JsContent |
JsContent.fromFeature(String content,
String source,
FeatureRegistry.FeatureBundle bundle,
FeatureResource resource,
boolean noCompile) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
DefaultJsCompiler.getFeatureContent(JsUriManager.JsUri jsUri,
FeatureResource resource) |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.