Class ScriptTagHandler

java.lang.Object
com.day.cq.wcm.designimporter.parser.taghandlers.ScriptTagHandler
All Implemented Interfaces:
EntryTagHandler, HTMLContentProvider, TagHandler

public class ScriptTagHandler extends Object implements TagHandler, EntryTagHandler, HTMLContentProvider
The script tag handler is used to extract the name of the scripts referenced within the input HTML document.

This tag handler is registered against the markup of type invalid input: '<' script src="myscript.js" >. That implies this tag handler will come into action whenever the design importer framework encounters an HTML tag matching the rule this handler is defined against.

Note: This tag handler does not handle inline script tags.

See Also: