Uses of Class
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.TagletWriter
Packages that use TagletWriter
Package
Description
-
Uses of TagletWriter in gw.gosudoc.com.sun.tools.doclets.formats.html
Subclasses of TagletWriter in gw.gosudoc.com.sun.tools.doclets.formats.htmlMethods in gw.gosudoc.com.sun.tools.doclets.formats.html that return TagletWriterModifier and TypeMethodDescriptionHtmlDocletWriter.getTagletWriterInstance
(boolean isFirstSentence) Deprecated.Returns a TagletWriter that knows how to write HTML. -
Uses of TagletWriter in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets with parameters of type TagletWriterModifier and TypeMethodDescriptionstatic void
TagletWriter.genTagOuput
(TagletManager tagletManager, Doc doc, Taglet[] taglets, TagletWriter writer, Content output) Deprecated.Given an output object, append to it the tag documentation for the given member.private Content
ParamTaglet.getInheritedTagletOutput
(boolean isNonTypeParams, Doc holder, TagletWriter writer, Object[] formalParameters, Set<String> alreadyDocumented) Deprecated.Loop through each indivitual parameter.static Content
TagletWriter.getInlineTagOuput
(TagletManager tagletManager, Tag holderTag, Tag inlineTag, TagletWriter tagletWriter) Deprecated.Given an inline tag, return its output.BasePropertyTaglet.getTagletOutput
(Tag tag, TagletWriter tagletWriter) Deprecated.Given theTag
representation of this custom tag, return its string representation, which is output to the generated page.BaseTaglet.getTagletOutput
(Doc holder, TagletWriter writer) Deprecated.Given aDoc
object, check if it holds any tags of this type.BaseTaglet.getTagletOutput
(Tag tag, TagletWriter writer) Deprecated.Given theTag
representation of this custom tag, return its Content representation, which is output to the generated page.CodeTaglet.getTagletOutput
(Tag tag, TagletWriter writer) Deprecated.Given theTag
representation of this custom tag, return its Content representation, which is output to the generated page.DeprecatedTaglet.getTagletOutput
(Doc holder, TagletWriter writer) Deprecated.Given aDoc
object, check if it holds any tags of this type.DocRootTaglet.getTagletOutput
(Tag tag, TagletWriter writer) Deprecated.Given aDoc
object, check if it holds any tags of this type.IndexTaglet.getTagletOutput
(Tag tag, TagletWriter writer) Deprecated.Given theTag
representation of this custom tag, return its Content representation, which is output to the generated page.InheritDocTaglet.getTagletOutput
(Tag tag, TagletWriter tagletWriter) Deprecated.Given theTag
representation of this custom tag, return its string representation, which is output to the generated page.LegacyTaglet.getTagletOutput
(Doc holder, TagletWriter writer) Deprecated.Given aDoc
object, check if it holds any tags of this type.LegacyTaglet.getTagletOutput
(Tag tag, TagletWriter writer) Deprecated.Given theTag
representation of this custom tag, return its Content representation, which is output to the generated page.LiteralTaglet.getTagletOutput
(Tag tag, TagletWriter writer) Deprecated.Given theTag
representation of this custom tag, return its Content representation, which is output to the generated page.private Content
ParamTaglet.getTagletOutput
(boolean isNonTypeParams, Doc holder, TagletWriter writer, Object[] formalParameters, ParamTag[] paramTags) Deprecated.Given an array ofParamTag
s,return its string representation.ParamTaglet.getTagletOutput
(Doc holder, TagletWriter writer) Deprecated.Given an array ofParamTag
s,return its string representation.ReturnTaglet.getTagletOutput
(Doc holder, TagletWriter writer) Deprecated.Given aDoc
object, check if it holds any tags of this type.SeeTaglet.getTagletOutput
(Doc holder, TagletWriter writer) Deprecated.Given aDoc
object, check if it holds any tags of this type.SimpleTaglet.getTagletOutput
(Doc holder, TagletWriter writer) Deprecated.Given aDoc
object, check if it holds any tags of this type.SimpleTaglet.getTagletOutput
(Tag tag, TagletWriter writer) Deprecated.Given theTag
representation of this custom tag, return its Content representation, which is output to the generated page.Taglet.getTagletOutput
(Doc holder, TagletWriter writer) Deprecated.Given aDoc
object, check if it holds any tags of this type.Taglet.getTagletOutput
(Tag tag, TagletWriter writer) Deprecated.Given theTag
representation of this custom tag, return its Content representation, which is output to the generated page.ThrowsTaglet.getTagletOutput
(Doc holder, TagletWriter writer) Deprecated.Given aDoc
object, check if it holds any tags of this type.ValueTaglet.getTagletOutput
(Tag tag, TagletWriter writer) Deprecated.Given theTag
representation of this custom tag, return its Content representation, which is output to the generated page.(package private) abstract String
BasePropertyTaglet.getText
(TagletWriter tagletWriter) Deprecated.This method returns the text to be put in the resulting javadoc before the property name.(package private) String
PropertyGetterTaglet.getText
(TagletWriter tagletWriter) Deprecated.(package private) String
PropertySetterTaglet.getText
(TagletWriter tagletWriter) Deprecated.private Content
ThrowsTaglet.inheritThrowsDocumentation
(Doc holder, Type[] declaredExceptionTypes, Set<String> alreadyDocumented, TagletWriter writer) Deprecated.Inherit throws documentation for exceptions that were declared but not documented.private Content
ThrowsTaglet.linkToUndocumentedDeclaredExceptions
(Type[] declaredExceptionTypes, Set<String> alreadyDocumented, TagletWriter writer) Deprecated.Add links for exceptions that are declared but not documented.private Content
ParamTaglet.processParamTag
(boolean isNonTypeParams, TagletWriter writer, ParamTag paramTag, String name, boolean isFirstParam) Deprecated.Convert the individual ParamTag into Content.private Content
ParamTaglet.processParamTags
(boolean isNonTypeParams, ParamTag[] paramTags, Map<String, String> rankMap, TagletWriter writer, Set<String> alreadyDocumented) Deprecated.Given an array ofTag
s representing this custom tag, return its string representation.private Content
InheritDocTaglet.retrieveInheritedDocumentation
(TagletWriter writer, ProgramElementDoc ped, Tag holderTag, boolean isFirstSentence) Deprecated.Given aMethodDoc
item, aTag
in theMethodDoc
item and a String, replace all occurrences of @inheritDoc with documentation from it's superclass or superinterface.protected Content
ThrowsTaglet.throwsTagsOutput
(ThrowsTag[] throwTags, TagletWriter writer, Set<String> alreadyDocumented, boolean allowDups) Deprecated.Given an array ofTag
s representing this custom tag, return its string representation.