| Package | Description |
|---|---|
| org.apache.shindig.gadgets | |
| org.apache.shindig.gadgets.admin | |
| org.apache.shindig.gadgets.spec |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Feature> |
Gadget.getViewFeatures()
Convenience method that returns Map of features to load for gadget's current view
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GadgetAdminStore.isAllowedFeature(Feature feature,
Gadget gadget)
If feature administration is enabled for the given container then check to see if the feature
is allowed.
|
boolean |
BasicGadgetAdminStore.isAllowedFeature(Feature feature,
Gadget gadget) |
| Modifier and Type | Field and Description |
|---|---|
static Feature |
Feature.CORE_FEATURE |
static Feature |
Feature.SECURITY_TOKEN_FEATURE |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
ModulePrefs.getAllFeatures()
All features elements defined in ModulePrefs
|
Map<String,Feature> |
ModulePrefs.getFeatures()
All features are included in ModulePrefs.
|
Map<String,Feature> |
ModulePrefs.getViewFeatures(String view)
Returns Map of features to load for the given View
|
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.