Class StyleTagHandlerFactory

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

@Service @Property(name="service.ranking",intValue=5000,propertyPrivate=false) @Property(name="tagpattern",value="<style[\\s>].*>?") public class StyleTagHandlerFactory extends Object implements TagHandlerFactory
The TagHandlerFactory that rolls out StyleTagHandler instances
  • Field Details

  • Constructor Details

    • StyleTagHandlerFactory

      public StyleTagHandlerFactory()
  • Method Details