| 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(com.google.inject.Provider<Set<String>> allowedTags,
com.google.inject.Provider<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 |
protected ProxyUriManager |
StyleTagProxyEmbeddedUrlsRewriter.proxyUriManager |
protected ProxyUriManager |
ImageResizeRewriter.ImageResizeVisitor.proxyUriManager |
protected ProxyUriManager |
CssResponseRewriter.proxyUriManager |
protected ProxyUriManager |
CssResponseRewriter.UriMaker.wrapped |
| Modifier and Type | Method and Description |
|---|---|
static CssResponseRewriter.UriMaker |
CssResponseRewriter.uriMaker(ProxyUriManager wrapped,
ContentRewriterFeature.Config config) |
| Modifier and Type | Field and Description |
|---|---|
protected ProxyUriManager |
GadgetsHandlerService.proxyUriManager |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyServlet.setProxyUriManager(ProxyUriManager proxyUriManager) |
| Constructor and Description |
|---|
CajaContentRewriter(CacheProvider cacheProvider,
RequestPipeline requestPipeline,
HtmlSerializer htmlSerializer,
ProxyUriManager proxyUriManager) |
GadgetsHandlerService(TimeSource timeSource,
Processor processor,
IframeUriManager iframeUriManager,
SecurityTokenCodec securityTokenCodec,
ProxyUriManager proxyUriManager,
JsUriManager jsUriManager,
ProxyHandler proxyHandler,
JsServingPipeline jsPipeline,
JsRequestBuilder jsRequestBuilder,
long specRefreshInterval,
BeanFilter beanFilter,
CajaContentRewriter cajaContentRewriter,
GadgetAdminStore gadgetAdminStore,
FeatureRegistryProvider featureRegistryProvider,
ModuleIdManager moduleIdManager,
ContainerConfig config) |
| 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-2014 The Apache Software Foundation. All Rights Reserved.