org.apache.shindig.gadgets.rewrite
Class ContentRewriterFeature.DefaultConfig

java.lang.Object
  extended by org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Config
      extended by org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.DefaultConfig
Enclosing class:
ContentRewriterFeature

public static class ContentRewriterFeature.DefaultConfig
extends ContentRewriterFeature.Config


Constructor Summary
ContentRewriterFeature.DefaultConfig(String includeUrls, String excludeUrls, String expires, String includeTags, boolean onlyAllowExcludes, boolean enableSplitJsConcat)
           
 
Method Summary
 
Methods inherited from class org.apache.shindig.gadgets.rewrite.ContentRewriterFeature.Config
getExpires, getFingerprint, getIncludedTags, isRewriteEnabled, isSplitJsEnabled, shouldExclude, shouldInclude, shouldRewriteTag, shouldRewriteURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentRewriterFeature.DefaultConfig

@Inject
public ContentRewriterFeature.DefaultConfig(String includeUrls,
                                                   String excludeUrls,
                                                   String expires,
                                                   String includeTags,
                                                   boolean onlyAllowExcludes,
                                                   boolean enableSplitJsConcat)


Copyright © 2007-2012. All Rights Reserved.