Class UrlResource

    • Constructor Detail

      • UrlResource

        public UrlResource​(String url)
    • Method Detail

      • getPath

        public String getPath​(javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response)
        Description copied from interface: IUrlResource
        Returns the final path to the URL resource including the context path and additional parameters.
        Specified by:
        getPath in interface IUrlResource
        Parameters:
        request - the involved request.
        response - the involved response.
        Returns:
        the final path to the URL resource.