Package | Description |
---|---|
com.tridion.tcdl | |
com.tridion.tcdl.renderer | |
com.tridion.tcdl.tags |
Modifier and Type | Field and Description |
---|---|
static Tag |
Tag.EMPTY_TAG
Empty tag.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.getEnclosingTag()
Returns enclosing Tag of this Tag, if present.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TagDispatcher.afterBody(Tag tag) |
boolean |
TCDLParserEventListener.afterBody(Tag tag)
Called by the TCDLParser if body of a Tag require reevaluation.
|
int |
IterationTagSupport.doAfterBody(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target)
Processes TCDL body for (re)evaluation.
|
String |
TagHandlerBase.doEndTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target)
Called whenever an ending Tag that is associated with the handler is encountered in TCDL content.
|
int |
TagHandlerBase.doStartTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target)
Called whenever as starting Tag that is associated with the handler is encountered in TCDL content.
|
boolean |
TagDispatcher.endTag(Tag tag)
Entry point called by the TCDL Parser.
|
boolean |
TCDLParserEventListener.endTag(Tag tag)
Called by the TCDLParser as soon as it encounters a tcdl closing tag.It also gets called if the tag
uses short notation (e.g.
|
boolean |
TagHandlerRegistry.hasHandlerForTag(Tag tag)
Returns true if the registry has at least one TagHandler for the tag.
|
boolean |
TagHandlerRegistry.hasIterationSupportForTag(Tag tag)
Returns true if the registry has at least one TagHandler for the tag
that provides IterationTag support.
|
boolean |
Tag.isSameNameSpace(Tag tag)
Check if the namespace of a tag matches this tags namespace.
|
boolean |
Tag.isSameTag(Tag tag)
Check if the passed tag has the same name and namespace as this tag.
|
Collection<TagHandlerBase> |
TagHandlerRegistry.newHandlerChain(Tag tag)
Returns a Collection of TagHandlers (e.g.
|
boolean |
TagHandlerBase.requiresCodeBlock(TransformContext context,
OutputDocument target,
Tag tag)
This method is called right before doStartTag and its return value indicates
if the engine must wrap the result of doEndTag inside a code block.
|
boolean |
TagDispatcher.startTag(Tag tag)
Entry point called by the TCDL Parser.
|
boolean |
TCDLParserEventListener.startTag(Tag tag)
Called by the TCDLParser as soon as it encounters a tcdl opening tag.
|
Modifier and Type | Method and Description |
---|---|
String |
TaxonomyTagRenderer.doEndTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target) |
String |
PositionMarkerTagRenderer.doEndTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target) |
String |
LinkTagRenderer.doEndTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target) |
String |
FirstLineTagRenderer.doEndTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target) |
String |
DefaultTagRenderer.doEndTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target) |
String |
ContextPropertyTagRenderer.doEndTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target) |
String |
ContentHeaderTagRenderer.doEndTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target) |
String |
ComponentPresentationTagRenderer.doEndTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target) |
String |
CommentTagRenderer.doEndTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target) |
int |
TaxonomyTagRenderer.doStartTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target)
Processes and retrieves a Taxonomy for the given TaxonomyURI which is displayed as a simple tree.
|
int |
PositionMarkerTagRenderer.doStartTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target) |
int |
LinkTagRenderer.doStartTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target) |
int |
FirstLineTagRenderer.doStartTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target) |
int |
DefaultTagRenderer.doStartTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target) |
int |
ContextPropertyTagRenderer.doStartTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target) |
int |
ContentHeaderTagRenderer.doStartTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target) |
int |
ComponentPresentationTagRenderer.doStartTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target) |
int |
CommentTagRenderer.doStartTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target) |
protected String |
LinkTagRenderer.generateBinaryLink(String binaryURI,
String theVariantId,
String linkAnchor,
String linkText,
String theLinkAttributes,
boolean linkTextOnFail,
boolean relativeLink,
Tag tag)
Creating binary HTML link content based on input parameters.
|
boolean |
TaxonomyTagRenderer.requiresCodeBlock(TransformContext context,
OutputDocument target,
Tag tag) |
boolean |
PositionMarkerTagRenderer.requiresCodeBlock(TransformContext context,
OutputDocument target,
Tag tag) |
boolean |
LinkTagRenderer.requiresCodeBlock(TransformContext context,
OutputDocument target,
Tag tag) |
boolean |
FirstLineTagRenderer.requiresCodeBlock(TransformContext context,
OutputDocument target,
Tag tag) |
boolean |
DefaultTagRenderer.requiresCodeBlock(TransformContext context,
OutputDocument target,
Tag tag) |
boolean |
ContextPropertyTagRenderer.requiresCodeBlock(TransformContext context,
OutputDocument target,
Tag tag) |
boolean |
ContentHeaderTagRenderer.requiresCodeBlock(TransformContext context,
OutputDocument target,
Tag tag) |
boolean |
ComponentPresentationTagRenderer.requiresCodeBlock(TransformContext context,
OutputDocument target,
Tag tag) |
boolean |
CommentTagRenderer.requiresCodeBlock(TransformContext context,
OutputDocument target,
Tag tag) |
Modifier and Type | Method and Description |
---|---|
String |
DefaultTagHandler.doEndTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target) |
int |
DefaultTagHandler.doStartTag(Tag tag,
StringBuffer tagBody,
TransformContext context,
OutputDocument target) |
boolean |
DefaultTagHandler.requiresCodeBlock(TransformContext context,
OutputDocument target,
Tag tag) |
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries