| Modifier and Type | Method and Description |
|---|---|
void |
CajaCssSanitizer.sanitize(com.google.caja.parser.css.CssTree css,
Uri linkContext,
GadgetContext gadgetContext,
ProxyUriManager importRewriter,
ProxyUriManager imageRewriter)
Sanitize the given CSS tree in-place by removing all non-whitelisted function calls
|
void |
CajaCssSanitizer.sanitize(Element styleElem,
Uri linkContext,
GadgetContext gadgetContext,
ProxyUriManager importRewriter,
ProxyUriManager imageRewriter)
Sanitize the CSS content of a style tag.
|
String |
CajaCssSanitizer.sanitize(String content,
Uri linkContext,
GadgetContext gadgetContext,
ProxyUriManager importRewriter,
ProxyUriManager imageRewriter)
Sanitize the CSS content of a style tag.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SanitizingProxyUriManager
Forcible rewrite the link through the proxy and force sanitization with
an expected mime type.
|
| Constructor and Description |
|---|
SanitizingGadgetRewriter(Set<String> allowedTags,
Set<String> allowedAttributes,
ContentRewriterFeature.Factory rewriterFeatureFactory,
CajaCssSanitizer cssSanitizer,
ProxyUriManager proxyUriManager) |
SanitizingProxyUriManager(ProxyUriManager wrapped,
String expectedMime) |
SanitizingResponseRewriter(ContentRewriterFeature.Factory featureConfigFactory,
CajaCssSanitizer cssSanitizer,
ProxyUriManager proxyUriManager) |
| Modifier and Type | Field and Description |
|---|---|
protected ProxyUriManager |
StyleTagProxyEmbeddedUrlsVisitor.proxyUriManager |
| Modifier and Type | Method and Description |
|---|---|
static CssResponseRewriter.UriMaker |
CssResponseRewriter.uriMaker(ProxyUriManager wrapped,
ContentRewriterFeature.Config config) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyServlet.setProxyUriManager(ProxyUriManager proxyUriManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProxyUriManager
Generates URIs for use by the Shindig proxy service.
|
| Constructor and Description |
|---|
DefaultAccelUriManager(ContainerConfig config,
ProxyUriManager proxyUriManager) |
Copyright © 2007-2012. All Rights Reserved.