Class LinkTagHandler

  • All Implemented Interfaces:
    EntryTagHandler, HTMLContentProvider, TagHandler

    public class LinkTagHandler
    extends Object
    implements TagHandler, EntryTagHandler, HTMLContentProvider
    The link tag handler is used to extract the name of the stylesheets referenced within the input HTML document via the < link > element

    This tag handler is registered against the markup of type < link rel="stylesheet" >. That implies this tag handler will come into action whenever the design importer framework encounters an HTML tag matching the rule this handler is defined against.

    Note: This tag handler does not handle inline script tags. {@see InlineScriptTagHandler}

    See Also:
    LinkTagHandlerFactory