Uses of Class
org.nustaq.kontraktor.webapp.javascript.KUrl

Packages that use KUrl 
Package Description
org.nustaq.kontraktor.webapp.javascript  
  • Uses of KUrl in org.nustaq.kontraktor.webapp.javascript

    Methods in org.nustaq.kontraktor.webapp.javascript that return KUrl 
    Modifier and Type Method Description
    protected KUrl HtmlImportShim.computeAssetPath​(KUrl containingFileUrl, java.lang.String href)  
    KUrl KUrl.concat​(java.lang.String url)  
    KUrl KUrl.concat​(KUrl url)  
    KUrl HtmlImportShim.getBaseUrl()  
    KUrl KUrl.getParentURL()  
    KUrl KUrl.prepend​(java.lang.String name)  
    KUrl KUrl.unified()
    removes www, protocol and country
    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)