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
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:
-
Field Summary
Fields inherited from class com.day.cq.wcm.designimporter.parser.taghandlers.AbstractTagHandler
NAME_HINT_PROPERTY_KEY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.day.cq.wcm.designimporter.parser.taghandlers.AbstractTagHandler
beginHandling, characters, endElement, endHandling, getContent, getPageComponents, setDesignImporterContext, setPageBuilder, setTagHandlerProvider, startElement, supportsContent
-
Constructor Details
-
HeadTagHandler
public HeadTagHandler()
-