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 voidTagletWriter.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 ContentParamTaglet.getInheritedTagletOutput(boolean isNonTypeParams, Doc holder, TagletWriter writer, Object[] formalParameters, Set<String> alreadyDocumented) Deprecated.Loop through each indivitual parameter.static ContentTagletWriter.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 theTagrepresentation of this custom tag, return its string representation, which is output to the generated page.BaseTaglet.getTagletOutput(Doc holder, TagletWriter writer) Deprecated.Given aDocobject, check if it holds any tags of this type.BaseTaglet.getTagletOutput(Tag tag, TagletWriter writer) Deprecated.Given theTagrepresentation of this custom tag, return its Content representation, which is output to the generated page.CodeTaglet.getTagletOutput(Tag tag, TagletWriter writer) Deprecated.Given theTagrepresentation of this custom tag, return its Content representation, which is output to the generated page.DeprecatedTaglet.getTagletOutput(Doc holder, TagletWriter writer) Deprecated.Given aDocobject, check if it holds any tags of this type.DocRootTaglet.getTagletOutput(Tag tag, TagletWriter writer) Deprecated.Given aDocobject, check if it holds any tags of this type.IndexTaglet.getTagletOutput(Tag tag, TagletWriter writer) Deprecated.Given theTagrepresentation of this custom tag, return its Content representation, which is output to the generated page.InheritDocTaglet.getTagletOutput(Tag tag, TagletWriter tagletWriter) Deprecated.Given theTagrepresentation of this custom tag, return its string representation, which is output to the generated page.LegacyTaglet.getTagletOutput(Doc holder, TagletWriter writer) Deprecated.Given aDocobject, check if it holds any tags of this type.LegacyTaglet.getTagletOutput(Tag tag, TagletWriter writer) Deprecated.Given theTagrepresentation of this custom tag, return its Content representation, which is output to the generated page.LiteralTaglet.getTagletOutput(Tag tag, TagletWriter writer) Deprecated.Given theTagrepresentation of this custom tag, return its Content representation, which is output to the generated page.private ContentParamTaglet.getTagletOutput(boolean isNonTypeParams, Doc holder, TagletWriter writer, Object[] formalParameters, ParamTag[] paramTags) Deprecated.Given an array ofParamTags,return its string representation.ParamTaglet.getTagletOutput(Doc holder, TagletWriter writer) Deprecated.Given an array ofParamTags,return its string representation.ReturnTaglet.getTagletOutput(Doc holder, TagletWriter writer) Deprecated.Given aDocobject, check if it holds any tags of this type.SeeTaglet.getTagletOutput(Doc holder, TagletWriter writer) Deprecated.Given aDocobject, check if it holds any tags of this type.SimpleTaglet.getTagletOutput(Doc holder, TagletWriter writer) Deprecated.Given aDocobject, check if it holds any tags of this type.SimpleTaglet.getTagletOutput(Tag tag, TagletWriter writer) Deprecated.Given theTagrepresentation of this custom tag, return its Content representation, which is output to the generated page.Taglet.getTagletOutput(Doc holder, TagletWriter writer) Deprecated.Given aDocobject, check if it holds any tags of this type.Taglet.getTagletOutput(Tag tag, TagletWriter writer) Deprecated.Given theTagrepresentation of this custom tag, return its Content representation, which is output to the generated page.ThrowsTaglet.getTagletOutput(Doc holder, TagletWriter writer) Deprecated.Given aDocobject, check if it holds any tags of this type.ValueTaglet.getTagletOutput(Tag tag, TagletWriter writer) Deprecated.Given theTagrepresentation of this custom tag, return its Content representation, which is output to the generated page.(package private) abstract StringBasePropertyTaglet.getText(TagletWriter tagletWriter) Deprecated.This method returns the text to be put in the resulting javadoc before the property name.(package private) StringPropertyGetterTaglet.getText(TagletWriter tagletWriter) Deprecated.(package private) StringPropertySetterTaglet.getText(TagletWriter tagletWriter) Deprecated.private ContentThrowsTaglet.inheritThrowsDocumentation(Doc holder, Type[] declaredExceptionTypes, Set<String> alreadyDocumented, TagletWriter writer) Deprecated.Inherit throws documentation for exceptions that were declared but not documented.private ContentThrowsTaglet.linkToUndocumentedDeclaredExceptions(Type[] declaredExceptionTypes, Set<String> alreadyDocumented, TagletWriter writer) Deprecated.Add links for exceptions that are declared but not documented.private ContentParamTaglet.processParamTag(boolean isNonTypeParams, TagletWriter writer, ParamTag paramTag, String name, boolean isFirstParam) Deprecated.Convert the individual ParamTag into Content.private ContentParamTaglet.processParamTags(boolean isNonTypeParams, ParamTag[] paramTags, Map<String, String> rankMap, TagletWriter writer, Set<String> alreadyDocumented) Deprecated.Given an array ofTags representing this custom tag, return its string representation.private ContentInheritDocTaglet.retrieveInheritedDocumentation(TagletWriter writer, ProgramElementDoc ped, Tag holderTag, boolean isFirstSentence) Deprecated.Given aMethodDocitem, aTagin theMethodDocitem and a String, replace all occurrences of @inheritDoc with documentation from it's superclass or superinterface.protected ContentThrowsTaglet.throwsTagsOutput(ThrowsTag[] throwTags, TagletWriter writer, Set<String> alreadyDocumented, boolean allowDups) Deprecated.Given an array ofTags representing this custom tag, return its string representation.