Package lumis.portal

Class PortalContext.RelativePath

  • Enclosing class:
    PortalContext

    @Deprecated
    public static class PortalContext.RelativePath
    extends Object
    Deprecated.
    Since 4.1.0, replaced by PortalFilePath.
    Represents a relative file path.
    Since:
    4.0.11
    Version:
    $Revision: 24030 $ $Date: 2020-08-14 13:52:18 -0300 (Fri, 14 Aug 2020) $
    • Method Detail

      • convertAbsolutePath

        public static PortalContext.RelativePath convertAbsolutePath​(String absolutePath)
        Deprecated.
        Converts the given absolute file path to a relative file path, of one of the known tipes (WWW, Def or Data). If the absolute path does not correspond to any of there relative path types, null is returned.
        Parameters:
        absolutePath - absolute path to be converted to relative
        Returns:
        RelativePath object containing the corresponding relative path, or null is the conversion is not possible.
      • getPath

        public String getPath()
        Deprecated.
      • setPath

        public void setPath​(String path)
        Deprecated.