-
Methods in org.nustaq.kontraktor.webapp.javascript with parameters of type KUrl
| Modifier and Type |
Method |
Description |
protected KUrl |
HtmlImportShim.computeAssetPath(KUrl containingFileUrl,
java.lang.String href) |
|
KUrl |
KUrl.concat(KUrl url) |
|
void |
HtmlImportShim.inlineScripts(KUrl containingFileUrl,
java.util.HashSet<KUrl> visited,
java.util.List<java.lang.Runnable> changes,
org.jsoup.nodes.Element doc) |
|
void |
HtmlImportShim.inlineScripts(KUrl containingFileUrl,
java.util.HashSet<KUrl> visited,
java.util.List<java.lang.Runnable> changes,
org.jsoup.select.Elements scripts) |
|
java.io.File |
HtmlImportShim.locateResource(KUrl urlPath) |
|
org.jsoup.nodes.Element |
HtmlImportShim.shimImports(KUrl containingFileUrl,
java.util.HashSet<KUrl> visited,
java.util.List<java.util.List<org.jsoup.nodes.Node>> bodyContent) |
|
void |
HtmlImportShim.shimLink(KUrl containingFileUrl,
java.util.HashSet<KUrl> visited,
java.util.List<java.util.List<org.jsoup.nodes.Node>> bodyContent,
java.util.List<java.lang.Runnable> changes,
org.jsoup.nodes.Element link) |
|
boolean |
KUrl.startsWith(KUrl base) |
|
Method parameters in org.nustaq.kontraktor.webapp.javascript with type arguments of type KUrl
| Modifier and Type |
Method |
Description |
void |
HtmlImportShim.inlineScripts(KUrl containingFileUrl,
java.util.HashSet<KUrl> visited,
java.util.List<java.lang.Runnable> changes,
org.jsoup.nodes.Element doc) |
|
void |
HtmlImportShim.inlineScripts(KUrl containingFileUrl,
java.util.HashSet<KUrl> visited,
java.util.List<java.lang.Runnable> changes,
org.jsoup.select.Elements scripts) |
|
org.jsoup.nodes.Element |
HtmlImportShim.shimImports(KUrl containingFileUrl,
java.util.HashSet<KUrl> visited,
java.util.List<java.util.List<org.jsoup.nodes.Node>> bodyContent) |
|
void |
HtmlImportShim.shimLink(KUrl containingFileUrl,
java.util.HashSet<KUrl> visited,
java.util.List<java.util.List<org.jsoup.nodes.Node>> bodyContent,
java.util.List<java.lang.Runnable> changes,
org.jsoup.nodes.Element link) |
|