Interface IURLResolver

    • Method Detail

      • resolveFriendlyPath

        java.lang.String resolveFriendlyPath​(WebResource resource,
                                             java.lang.String currentPath)
                                      throws PortalException
        Resolves the friendly path for a web resource.
        Parameters:
        resource - the web resource.
        currentPath - the path value resolved by previous IURLResolver in the resolution pipeline, or an empty String if this is the first resolver in the pipeline.
        Returns:
        the resolved friendly path value. The final friendly path for the resolution pipeline must one of the following alternatives:
        • "/" for the root web resource for its website
        • a string value that starts with '/'. If it is a path for a ChannelWebResource, it must not end with '/'. If it is a path for a PageWebResource, it may end with '/', and in this case the friendly path will be a directory and any corresponding HTML cache will be generated as a index file inside such directory.
        • an empty string for no friendly path
        Throws:
        PortalException
        Since:
        5.0.0