org.apache.shindig.gadgets.features
Class FeatureResource.Simple
java.lang.Object
org.apache.shindig.gadgets.features.FeatureResource.Default
org.apache.shindig.gadgets.features.FeatureResource.Simple
- All Implemented Interfaces:
- FeatureResource
- Enclosing interface:
- FeatureResource
public static class FeatureResource.Simple
- extends FeatureResource.Default
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FeatureResource.Simple
public FeatureResource.Simple(String content,
String debugContent)
getContent
public String getContent()
- Returns:
- "Normal"-mode content for the feature, eg. obfuscated JS.
getDebugContent
public String getDebugContent()
- Returns:
- Debug-mode content for the feature.
Copyright © 2007-2012. All Rights Reserved.