Module ilusr.core

Class InternalURLProvider


  • public class InternalURLProvider
    extends Object
    Author:
    Jeff Riggle
    • Method Detail

      • prepareURL

        public String prepareURL​(String content,
                                 String resource)
        Prepares a URL to be used internally.
        Parameters:
        content - The data associated with the URL.
        resource - The location of the data (URL).
        Returns:
        The formatted URL including protocol.
      • removeURL

        public void removeURL​(String resource)
        Removes an internal URL.
        Parameters:
        resource - The URL to remove.