Class Tags.TagVersionInfo

  • Enclosing class:
    Tags

    protected static class Tags.TagVersionInfo
    extends Object
    Find the value of "href" or "src". If there is such a value, and it doesn't have a query string already, and it represents a local URL, and we can locate the file that is served by the URL and get the last modified date, then we have found a "version number" that we can add to the attribute value. Reference for parsing attributes: https://www.w3.org/TR/html/syntax.html#elements-attributes
    • Constructor Detail

      • TagVersionInfo

        public TagVersionInfo​(String rawTag)