Class UrlLinkResolver
- java.lang.Object
-
- com.itextpdf.tool.xml.pipeline.html.UrlLinkResolver
-
public class UrlLinkResolver extends Object
-
-
Constructor Summary
Constructors Constructor Description UrlLinkResolver()
UrlLinkResolver(String localRootPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URL
resolveLocalUrl(String src)
URL
resolveUrl(String src)
void
setLocalRootPath(String rootPath)
-
-
-
Constructor Detail
-
UrlLinkResolver
public UrlLinkResolver(String localRootPath)
-
UrlLinkResolver
public UrlLinkResolver()
-
-
Method Detail
-
resolveUrl
public URL resolveUrl(String src) throws MalformedURLException
- Throws:
MalformedURLException
-
resolveLocalUrl
public URL resolveLocalUrl(String src) throws MalformedURLException
- Throws:
MalformedURLException
-
setLocalRootPath
public void setLocalRootPath(String rootPath)
-
-