Package com.day.cq.wcm.designimporter.parser.taghandlers


package com.day.cq.wcm.designimporter.parser.taghandlers
Provides a design importer API.
  • Classes
    Class
    Description
    The abstract class that pulls up all the common tag handling functionality.
    Builds the canvas component script
    The canvas component tag handler is the top level or the "root" tag handler which handles the entry tag <div id="cqcanvas"> The body markup outside the bounds of the #cqcanvas tag is ignored.
     
    The default component tag handler is used to translate a non-registered component div into a CQ component.
    The default tag handler for handling all the tags the handlers for which don't exist.
    The head tag handler is used to handle the content specified within the head section of the input HTML document.
    This tag handler is used to transform the src attribute within an iframe tag.
    The image component tag handler is used to translate the image component div(or an equivalent markup) into a CQ image component.
    This tag handler is used to transform the src attribute within an img tag.
    This tag handler is used to pull out the inline page scripts defined within the script tag(s) of the input HTML document.
    The link tag handler is used to extract the name of the stylesheets referenced within the input HTML document via the invalid input: '<' link > element
    This tag handler is used to parse the metadata associated with the HTML page via the meta tags.
    This tag handler is used to bypass the script tags with type attribute defined different from text/javascript or application/javascript.
    The parsys component tag handler is used to translate a parsys component div into the parsys component.
    The script tag handler is used to extract the name of the scripts referenced within the input HTML document.
    The style tag handler is used to pull out the inline page styles defined within the style tag of the input HTML document.
    The text component tag handler is used to translate the text component div(or an equivalent markup) into a CQ text component.
    The title component tag handler is used to translate the title component div(or an equivalent markup) into a CQ title component.
    The title tag handler is used to extract the page title of the input HTML document.