org.apache.shindig.gadgets.features
Class FeatureResource.Simple

java.lang.Object
  extended by org.apache.shindig.gadgets.features.FeatureResource.Default
      extended by org.apache.shindig.gadgets.features.FeatureResource.Simple
All Implemented Interfaces:
FeatureResource
Enclosing interface:
FeatureResource

public static class FeatureResource.Simple
extends FeatureResource.Default


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.shindig.gadgets.features.FeatureResource
FeatureResource.Default, FeatureResource.Simple
 
Constructor Summary
FeatureResource.Simple(String content, String debugContent)
           
 
Method Summary
 String getContent()
           
 String getDebugContent()
           
 
Methods inherited from class org.apache.shindig.gadgets.features.FeatureResource.Default
isExternal, isProxyCacheable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureResource.Simple

public FeatureResource.Simple(String content,
                              String debugContent)
Method Detail

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.