| Removed Classes |
|
AbstractTagHandler
|
The abstract class that pulls up all the common tag handling functionality. |
|
CanvasComponentBuilder
|
Builds the canvas component script |
|
CanvasComponentTagHandler
|
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. |
|
ClientLibsBuilderImpl
|
|
|
DefaultComponentTagHandler
|
The default component tag handler is used to translate a non-registered component div
into a CQ component. |
|
DefaultTagHandler
|
The default tag handler for handling all the tags the handlers for which don't exist. |
|
HeadTagHandler
|
The head tag handler is used to handle the content specified within the head
section of the input HTML document. |
|
IFrameTagHandler
|
This tag handler is used to transform the src attribute within an iframe tag. |
|
ImageComponentTagHandler
|
The image component tag handler is used to translate the image component div(or an equivalent markup)
into a CQ image component. |
|
ImgTagHandler
|
This tag handler is used to transform the src attribute within an img tag. |
|
InlineScriptTagHandler
|
This tag handler is used to pull out the inline page scripts defined within
the script tag(s) of the input HTML document. |
|
LinkTagHandler
|
The link tag handler is used to extract the name of the stylesheets referenced
within the input HTML document via the < link > element
|
|
MetaTagHandler
|
This tag handler is used to parse the metadata associated with the HTML page
via the meta tags. |
|
NonScriptTagHandler
|
This tag handler is used to bypass the script tags with type attribute defined
different from text/javascript or application/javascript. |
|
ParsysComponentTagHandler
|
The parsys component tag handler is used to translate a parsys component div
into the parsys component. |
|
ScriptTagHandler
|
The script tag handler is used to extract the name of the scripts referenced
within the input HTML document. |
|
StyleTagHandler
|
The style tag handler is used to pull out the inline page styles defined within
the style tag of the input HTML document. |
|
TextComponentTagHandler
|
The text component tag handler is used to translate the text component div(or an equivalent markup)
into a CQ text component. |
|
TitleComponentTagHandler
|
The title component tag handler is used to translate the title component div(or an equivalent markup)
into a CQ title component. |
|
TitleTagHandler
|
The title tag handler is used to extract the page title of the
input HTML document. |