|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ProxyUriManager in org.apache.shindig.gadgets.parse.caja |
|---|
| Methods in org.apache.shindig.gadgets.parse.caja with parameters of type ProxyUriManager | |
|---|---|
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. |
| Uses of ProxyUriManager in org.apache.shindig.gadgets.render |
|---|
| Classes in org.apache.shindig.gadgets.render that implement ProxyUriManager | |
|---|---|
class |
SanitizingProxyUriManager
Forcible rewrite the link through the proxy and force sanitization with an expected mime type. |
| Constructors in org.apache.shindig.gadgets.render with parameters of type ProxyUriManager | |
|---|---|
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)
|
|
| Uses of ProxyUriManager in org.apache.shindig.gadgets.rewrite |
|---|
| Fields in org.apache.shindig.gadgets.rewrite declared as ProxyUriManager | |
|---|---|
protected ProxyUriManager |
StyleTagProxyEmbeddedUrlsVisitor.proxyUriManager
|
| Methods in org.apache.shindig.gadgets.rewrite with parameters of type ProxyUriManager | |
|---|---|
static CssResponseRewriter.UriMaker |
CssResponseRewriter.uriMaker(ProxyUriManager wrapped,
ContentRewriterFeature.Config config)
|
| Uses of ProxyUriManager in org.apache.shindig.gadgets.servlet |
|---|
| Methods in org.apache.shindig.gadgets.servlet with parameters of type ProxyUriManager | |
|---|---|
void |
ProxyServlet.setProxyUriManager(ProxyUriManager proxyUriManager)
|
| Uses of ProxyUriManager in org.apache.shindig.gadgets.uri |
|---|
| Classes in org.apache.shindig.gadgets.uri that implement ProxyUriManager | |
|---|---|
class |
DefaultProxyUriManager
Generates URIs for use by the Shindig proxy service. |
| Constructors in org.apache.shindig.gadgets.uri with parameters of type ProxyUriManager | |
|---|---|
DefaultAccelUriManager(ContainerConfig config,
ProxyUriManager proxyUriManager)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||