Class 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 < 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:
    MetaTagHandlerFactory