Class TagletWriterImpl
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
gw.gosudoc.com.sun.tools.doclets.formats.html.TagletWriterImpl
Deprecated.
The taglet writer that writes HTML.
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
- Since:
- 1.5
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ConfigurationImplDeprecated.private final HtmlDocletWriterDeprecated.private final UtilsDeprecated.Fields inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
isFirstSentence -
Constructor Summary
ConstructorsConstructorDescriptionTagletWriterImpl(HtmlDocletWriter htmlWriter, boolean isFirstSentence) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprivate voidDeprecated.protected ContentcodeTagOutput(Tag tag) Deprecated.Return the output for a{@code ...}tag.commentTagsToOutput(Doc holderDoc, Tag[] tags) Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way.commentTagsToOutput(Tag holderTag, Doc holderDoc, Tag[] tags, boolean isFirstSentence) Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way.commentTagsToOutput(Tag holderTag, Tag[] tags) Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way.Deprecated.deprecatedTagOutput(Doc doc) Deprecated.Return the deprecated tag output.Deprecated.Returns the output for the DocRoot inline tag.Deprecated.ReturnsMessageRetrieverfor output purposes.Deprecated.getParamHeader(String header) Deprecated.Return the header for the param tags.Deprecated.Return the header for the throws tag.protected ContentindexTagOutput(Tag tag) Deprecated.Return the output for a tag.protected ContentliteralTagOutput(Tag tag) Deprecated.Return the output for a{@literal ...}tag.paramTagOutput(ParamTag paramTag, String paramName) Deprecated.Return the output for param tags.propertyTagOutput(Tag tag, String prefix) Deprecated.Return the output for property tags.returnTagOutput(Tag returnTag) Deprecated.Return the return tag output.seeTagOutput(Doc holder, SeeTag[] seeTags) Deprecated.Return the see tag output.simpleTagOutput(Tag[] simpleTags, String header) Deprecated.Return the output for a simple tag.simpleTagOutput(Tag simpleTag, String header) Deprecated.Return the output for a simple tag.throwsTagOutput(ThrowsTag throwsTag) Deprecated.Return the header for the throws tag.throwsTagOutput(Type throwsType) Deprecated.Return the output for the throws tag.valueTagOutput(FieldDoc field, String constantVal, boolean includeLink) Deprecated.Return the output for the value tag.Methods inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
genTagOuput, getInlineTagOuput
-
Field Details
-
htmlWriter
Deprecated. -
configuration
Deprecated. -
utils
Deprecated.
-
-
Constructor Details
-
TagletWriterImpl
Deprecated.
-
-
Method Details
-
getOutputInstance
Deprecated.- Specified by:
getOutputInstancein classTagletWriter- Returns:
- an instance of an output object.
-
codeTagOutput
Deprecated.Return the output for a{@code ...}tag.- Specified by:
codeTagOutputin classTagletWriter- Parameters:
tag- the tag.- Returns:
- the output of the taglet.
-
indexTagOutput
Deprecated.Description copied from class:TagletWriterReturn the output for a tag.- Specified by:
indexTagOutputin classTagletWriter- Parameters:
tag- the tag.- Returns:
- the output of the taglet.
-
getDocRootOutput
Deprecated.Returns the output for the DocRoot inline tag.- Specified by:
getDocRootOutputin classTagletWriter- Returns:
- the output for the DocRoot inline tag.
-
deprecatedTagOutput
Deprecated.Return the deprecated tag output.- Specified by:
deprecatedTagOutputin classTagletWriter- Parameters:
doc- the doc to write deprecated documentation for.- Returns:
- the output of the deprecated tag.
-
literalTagOutput
Deprecated.Return the output for a{@literal ...}tag.- Specified by:
literalTagOutputin classTagletWriter- Parameters:
tag- the tag.- Returns:
- the output of the taglet.
-
getMsgRetriever
Deprecated.ReturnsMessageRetrieverfor output purposes.- Specified by:
getMsgRetrieverin classTagletWriter- Returns:
MessageRetrieverfor output purposes.
-
getParamHeader
Deprecated.Return the header for the param tags.- Specified by:
getParamHeaderin classTagletWriter- Parameters:
header- the header to display.- Returns:
- the header for the param tags.
-
paramTagOutput
Deprecated.Return the output for param tags.- Specified by:
paramTagOutputin classTagletWriter- Parameters:
paramTag- the parameter to document.paramName- the name of the parameter.- Returns:
- the output of the param tag.
-
propertyTagOutput
Deprecated.Return the output for property tags.- Specified by:
propertyTagOutputin classTagletWriter- Parameters:
tag- the parameter to document.prefix- the text with which to prefix the property name.- Returns:
- the output of the param tag.
-
returnTagOutput
Deprecated.Return the return tag output.- Specified by:
returnTagOutputin classTagletWriter- Parameters:
returnTag- the return tag to output.- Returns:
- the output of the return tag.
-
seeTagOutput
Deprecated.Return the see tag output.- Specified by:
seeTagOutputin classTagletWriterseeTags- the array of See tags.- Returns:
- the output of the see tags.
-
appendSeparatorIfNotEmpty
Deprecated. -
simpleTagOutput
Deprecated.Return the output for a simple tag.- Specified by:
simpleTagOutputin classTagletWriter- Parameters:
simpleTags- the array of simple tags.- Returns:
- the output of the simple tags.
-
simpleTagOutput
Deprecated.Return the output for a simple tag.- Specified by:
simpleTagOutputin classTagletWriter- Parameters:
simpleTag- the simple tag.- Returns:
- the output of the simple tag.
-
getThrowsHeader
Deprecated.Return the header for the throws tag.- Specified by:
getThrowsHeaderin classTagletWriter- Returns:
- the header for the throws tag.
-
throwsTagOutput
Deprecated.Return the header for the throws tag.- Specified by:
throwsTagOutputin classTagletWriter- Parameters:
throwsTag- the throws tag.- Returns:
- the output of the throws tag.
-
throwsTagOutput
Deprecated.Return the output for the throws tag.- Specified by:
throwsTagOutputin classTagletWriter- Parameters:
throwsType- the throws type.- Returns:
- the output of the throws type.
-
valueTagOutput
Deprecated.Return the output for the value tag.- Specified by:
valueTagOutputin classTagletWriter- Parameters:
field- the constant field that holds the value tag.constantVal- the constant value to document.includeLink- true if we should link the constant text to the constant field itself.- Returns:
- the output of the value tag.
-
commentTagsToOutput
Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way. Called wherever text can contain an inline tag, such as in comments or in free-form text arguments to non-inline tags.- Specified by:
commentTagsToOutputin classTagletWriter- Parameters:
holderTag- the tag that holds the documentation.tags- array of text tags and inline tags (often alternating) present in the text of interest for this doc.- Returns:
- the
Contentrepresenting the comments.
-
commentTagsToOutput
Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way. Called wherever text can contain an inline tag, such as in comments or in free-form text arguments to non-inline tags.- Specified by:
commentTagsToOutputin classTagletWriter- Parameters:
holderDoc- specific doc where comment resides.tags- array of text tags and inline tags (often alternating) present in the text of interest for this doc.- Returns:
- the
Contentrepresenting the comments.
-
commentTagsToOutput
public Content commentTagsToOutput(Tag holderTag, Doc holderDoc, Tag[] tags, boolean isFirstSentence) Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way. Called wherever text can contain an inline tag, such as in comments or in free-form text arguments to non-inline tags.- Specified by:
commentTagsToOutputin classTagletWriter- Parameters:
holderTag- the tag that holds the documentation.holderDoc- specific doc where comment resides.tags- array of text tags and inline tags (often alternating) present in the text of interest for this doc.isFirstSentence- true if this is the first sentence.- Returns:
- the
Contentrepresenting the comments.
-
configuration
Deprecated.- Specified by:
configurationin classTagletWriter- Returns:
- an instance of the configuration used for this doclet.
-