Class ParsysComponentTagHandler

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

public class ParsysComponentTagHandler extends AbstractTagHandler implements ContainerComponentProvider
The parsys component tag handler is used to translate a parsys component div into the parsys component. Since parsys is a container component, its div is only allowed to contain nested component divs.

This tag handler is registered against the markup of type invalid input: '<' div data-cq-component="parsys" >. 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: