| Package | Description |
|---|---|
| org.nustaq.kontraktor.webapp.javascript |
| Modifier and Type | Method and Description |
|---|---|
protected KUrl |
HtmlImportShim.computeAssetPath(KUrl containingFileUrl,
String href) |
KUrl |
KUrl.concat(KUrl url) |
KUrl |
KUrl.concat(String url) |
KUrl |
HtmlImportShim.getBaseUrl() |
KUrl |
KUrl.getParentURL() |
KUrl |
KUrl.prepend(String name) |
KUrl |
KUrl.unified()
removes www, protocol and country
|
| Modifier and Type | Method and Description |
|---|---|
protected KUrl |
HtmlImportShim.computeAssetPath(KUrl containingFileUrl,
String href) |
KUrl |
KUrl.concat(KUrl url) |
void |
HtmlImportShim.inlineScripts(KUrl containingFileUrl,
HashSet<KUrl> visited,
List<Runnable> changes,
org.jsoup.nodes.Element doc) |
void |
HtmlImportShim.inlineScripts(KUrl containingFileUrl,
HashSet<KUrl> visited,
List<Runnable> changes,
org.jsoup.select.Elements scripts) |
File |
HtmlImportShim.locateResource(KUrl urlPath) |
org.jsoup.nodes.Element |
HtmlImportShim.shimImports(KUrl containingFileUrl,
HashSet<KUrl> visited,
List<List<org.jsoup.nodes.Node>> bodyContent) |
void |
HtmlImportShim.shimLink(KUrl containingFileUrl,
HashSet<KUrl> visited,
List<List<org.jsoup.nodes.Node>> bodyContent,
List<Runnable> changes,
org.jsoup.nodes.Element link) |
boolean |
KUrl.startsWith(KUrl base) |
| Modifier and Type | Method and Description |
|---|---|
void |
HtmlImportShim.inlineScripts(KUrl containingFileUrl,
HashSet<KUrl> visited,
List<Runnable> changes,
org.jsoup.nodes.Element doc) |
void |
HtmlImportShim.inlineScripts(KUrl containingFileUrl,
HashSet<KUrl> visited,
List<Runnable> changes,
org.jsoup.select.Elements scripts) |
org.jsoup.nodes.Element |
HtmlImportShim.shimImports(KUrl containingFileUrl,
HashSet<KUrl> visited,
List<List<org.jsoup.nodes.Node>> bodyContent) |
void |
HtmlImportShim.shimLink(KUrl containingFileUrl,
HashSet<KUrl> visited,
List<List<org.jsoup.nodes.Node>> bodyContent,
List<Runnable> changes,
org.jsoup.nodes.Element link) |
Copyright © 2017. All rights reserved.