Class ImgTagHandlerFactory

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

@Service @Property(name="service.ranking",intValue=5000,propertyPrivate=false) @Property(name="tagpattern",value="<img(?!.* data-cq-component=\"(?i)image\").*>") @Property(name="service.factoryPid",value="com.day.cq.wcm.designimporter.api.TagHandler") public class ImgTagHandlerFactory extends Object implements TagHandlerFactory
The TagHandlerFactory that rolls out ImgTagHandler instances
  • Field Details

  • Constructor Details

    • ImgTagHandlerFactory

      public ImgTagHandlerFactory()
  • Method Details