Class TitleTagHandler

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

public class TitleTagHandler extends AbstractTagHandler
The title tag handler is used to extract the page title of the input HTML document.

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