Class TextComponentTagHandler

  • All Implemented Interfaces:
    HTMLContentProvider, PageComponentProvider, TagHandler

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

    This tag handler is registered against the markup of type < div|span|p data-cq-component="text" > (Read as a div, span, p tag with the attribute data-cq-component equal to "text"). 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:
    TextComponentTagHandlerFactory