Class HeadTagHandler

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

public class HeadTagHandler extends AbstractTagHandler implements EntryTagHandler
The head tag handler is used to handle the content specified within the head section of the input HTML document.

This head handler is registered against the markup of type invalid input: '<' head >. 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:
  • Constructor Details

    • HeadTagHandler

      public HeadTagHandler()