Class URIUtils


  • public abstract class URIUtils
    extends Object
    Bundles a few static routines concerning URIs, that you will need all the time.
    Version:
    $Id: URIUtils.java 615328 2008-01-25 20:25:05Z tv $
    Author:
    Henning P. Schmiedehausen
    • Method Detail

      • getAbsoluteLink

        public static String getAbsoluteLink​(String path)
        Convert a given Path into a Turbine Data URI. The resulting path contains no path_info or query data. If you have a current runData object around, you should use DataURI and setScriptName()!.
        Parameters:
        path - A relative path
        Returns:
        the absolute path for the request.