Class TitleTagHandler

  • All Implemented Interfaces:
    HTMLContentProvider, PageComponentProvider, TagHandler

    public class TitleTagHandler
    extends AbstractTagHandler
    The title tag handler is used to extract the page title of the input HTML document.

    This tag handler is registered against the markup of type < title >. 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.

    See Also:
    TitleTagHandlerFactory