Class TitleComponentTagHandler

  • All Implemented Interfaces:
    HTMLContentProvider, PageComponentProvider, TagHandler

    public class TitleComponentTagHandler
    extends AbstractTagHandler
    The title component tag handler is used to translate the title component div(or an equivalent markup) into a CQ title component.

    This tag handler is registered against the markup of type < div|h1-6 data-cq-component="title" > (Read as a div, h1, h2,.., h6 tag with the attribute data-cq-component equal to "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:
    TitleComponentTagHandlerFactory