public class CacheUrlDependenciesParserFilter extends Object implements HtmlTagAttributeTraverser.HtmlTagAttributeVisitor, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
CacheUrlDependenciesParserFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
setUrlResolverFactory(URLResolverFactory urlResolverFactory) |
String |
visit(String value,
RenderContext context,
String tagName,
String attrName,
Resource resource)
Applies the required modifications to the specified attribute if
needed.
|
public String visit(String value, RenderContext context, String tagName, String attrName, Resource resource)
visit in interface HtmlTagAttributeTraverser.HtmlTagAttributeVisitorvalue - the attribute value to be modifiedcontext - current rendering contexttagName - attrName - resource - current resource @returns the modified attribute valuepublic void setUrlResolverFactory(URLResolverFactory urlResolverFactory)
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.