Class InlineScriptTagHandler

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

public class InlineScriptTagHandler extends Object implements TagHandler, EntryTagHandler, HTMLContentProvider
This tag handler is used to pull out the inline page scripts defined within the script tag(s) of the input HTML document.

This tag handler is registered against the markup of type invalid input: '<' script >. 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.

See Also: