| Package | Description |
|---|---|
| org.apache.shindig.gadgets.features |
| Modifier and Type | Method and Description |
|---|---|
FeatureRegistry.LookupResult |
FeatureRegistry.getAllFeatures()
Returns all known FeatureResources in dependency order, as described in getFeatureResources.
|
FeatureRegistry.LookupResult |
FeatureRegistry.getFeatureResources(GadgetContext ctx,
Collection<String> needed,
List<String> unsupported)
Helper method retrieving feature resources, including transitive dependencies.
|
FeatureRegistry.LookupResult |
FeatureRegistry.getFeatureResources(GadgetContext ctx,
Collection<String> needed,
List<String> unsupported,
boolean transitive)
For the given list of needed features, retrieves all the FeatureResource objects that
contain their content and, if requested, that of their transitive dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
Cache<String,FeatureRegistry.LookupResult> |
TestFeatureRegistry.getLookupCache() |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.