| Package | Description |
|---|---|
| org.apache.shindig.gadgets.rewrite |
| Modifier and Type | Method and Description |
|---|---|
static CssResponseRewriter.UriMaker |
CssResponseRewriter.uriMaker(ProxyUriManager wrapped,
ContentRewriterFeature.Config config) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
CssResponseRewriter.rewrite(com.google.caja.parser.css.CssTree.StyleSheet styleSheet,
Uri source,
CssResponseRewriter.UriMaker uriMaker,
boolean extractImports,
GadgetContext gadgetContext)
Rewrite the CSS DOM in place.
|
List<String> |
CssResponseRewriter.rewrite(Element styleNode,
Uri source,
CssResponseRewriter.UriMaker uriMaker,
boolean extractImports,
GadgetContext gadgetContext)
Rewrite the CSS content in a style DOM node.
|
List<String> |
CssResponseRewriter.rewrite(Reader content,
Uri source,
CssResponseRewriter.UriMaker uriMaker,
Writer writer,
boolean extractImports,
GadgetContext gadgetContext)
Rewrite the given CSS content and optionally extract the import references.
|
Copyright © 2007-2012. All Rights Reserved.