Class MetaTagHandler

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

public class MetaTagHandler extends Object implements TagHandler, HTMLContentProvider
This tag handler is used to parse the metadata associated with the HTML page via the meta tags.

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