Class CanvasComponentTagHandler

java.lang.Object
com.day.cq.wcm.designimporter.parser.taghandlers.AbstractTagHandler
com.day.cq.wcm.designimporter.parser.taghandlers.CanvasComponentTagHandler
All Implemented Interfaces:
ContainerComponentProvider, EntryTagHandler, HTMLContentProvider, PageComponentProvider, TagHandler

public class CanvasComponentTagHandler extends AbstractTagHandler implements EntryTagHandler, ContainerComponentProvider
The canvas component tag handler is the top level or the "root" tag handler which handles the entry tag <div id="cqcanvas"> The body markup outside the bounds of the #cqcanvas tag is ignored.

This tag handler is registered against the markup of type <div id="cqcanvas">. 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:
  • Constructor Details

    • CanvasComponentTagHandler

      public CanvasComponentTagHandler()
  • Method Details