Class TextComponentTagHandlerFactory

  • All Implemented Interfaces:
    TagHandlerFactory

    @Service
    @Property(name="service.ranking",intValue=5000,propertyPrivate=false) @Property(name="tagpattern",value="<(p|span|div)\\s+.*data-cq-component=\"(?i)text\".*?>") @Property(name="component.resourceType",value="foundation/components/text")
    public class TextComponentTagHandlerFactory
    extends java.lang.Object
    implements TagHandlerFactory
    The TagHandlerFactory that rolls out TextComponentTagHandler instances
    • Constructor Detail

      • TextComponentTagHandlerFactory

        public TextComponentTagHandlerFactory()