Class InlineScriptTagHandlerFactory

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

@Service @Property(name="service.ranking",intValue=5000,propertyPrivate=false) @Property(name="tagpattern",value="<script(?!.* src=\\\").*>") public class InlineScriptTagHandlerFactory extends Object implements TagHandlerFactory
The TagHandlerFactory that rolls out InlineScriptTagHandler instances
  • Field Details

  • Constructor Details

    • InlineScriptTagHandlerFactory

      public InlineScriptTagHandlerFactory()
  • Method Details