Class NonScriptTagHandler

  • All Implemented Interfaces:
    HTMLContentProvider, PageComponentProvider, TagHandler

    public class NonScriptTagHandler
    extends AbstractTagHandler
    This tag handler is used to bypass the script tags with type attribute defined different from text/javascript or application/javascript. This is useful for preserving client templates that are often specified within tags like < script type="text/x-template" >

    This tag handler is registered against the markup of type < script type="text/template" >. 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:
    NonScriptTagHandlerFactory
    • Constructor Detail

      • NonScriptTagHandler

        public NonScriptTagHandler()