Class ParsysComponentTagHandlerFactory

java.lang.Object
com.day.cq.wcm.designimporter.parser.taghandlers.factory.ParsysComponentTagHandlerFactory
All Implemented Interfaces:
TagHandlerFactory

@Service @Property(name="service.ranking",intValue=5000,propertyPrivate=false) @Property(name="tagpattern",value="<div\\s+.*?data-cq-component=\"(?i)parsys\".*?>") @Property(name="component.resourceType",value="foundation/components/parsys") public class ParsysComponentTagHandlerFactory extends Object implements TagHandlerFactory
The TagHandlerFactory that rolls out ParsysComponentTagHandler instances
  • Field Details

  • Constructor Details

    • ParsysComponentTagHandlerFactory

      public ParsysComponentTagHandlerFactory()
  • Method Details