| java.lang.Object org.apache.turbine.util.uri.URIUtils
URIUtils | abstract public class URIUtils (Code) | | Bundles a few static routines concerning URIs, that you
will need all the time.
author: Henning P. Schmiedehausen version: $Id: URIUtils.java 534527 2007-05-02 16:10:59Z tv $ |
getAbsoluteLink | public static String getAbsoluteLink(String path)(Code) | | 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 the absolute path for the request. |
|
|