Class LinkTagHandler

java.lang.Object
com.day.cq.wcm.designimporter.parser.taghandlers.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 invalid input: '<' link > element

This tag handler is registered against the markup of type invalid input: '<' 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 Also: