Class AnnotationTypeWriterImpl
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.formats.html.markup.HtmlWriter
gw.gosudoc.com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
gw.gosudoc.com.sun.tools.doclets.formats.html.HtmlDocletWriter
gw.gosudoc.com.sun.tools.doclets.formats.html.SubWriterHolderWriter
gw.gosudoc.com.sun.tools.doclets.formats.html.AnnotationTypeWriterImpl
- All Implemented Interfaces:
AnnotationTypeWriter
@Deprecated
public class AnnotationTypeWriterImpl
extends SubWriterHolderWriter
implements AnnotationTypeWriter
Deprecated.
Generate the Class Information Page.
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.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AnnotationTypeDocDeprecated.protected TypeDeprecated.protected TypeDeprecated.Fields inherited from class gw.gosudoc.com.sun.tools.doclets.formats.html.SubWriterHolderWriter
mainTreeFields inherited from class gw.gosudoc.com.sun.tools.doclets.formats.html.HtmlDocletWriter
blockTags, configuration, filename, fixedNavDiv, path, pathToRoot, printedAnnotationFieldHeading, printedAnnotationHeading, utilsFields inherited from class gw.gosudoc.com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
CONTENT_TYPEFields inherited from class gw.gosudoc.com.sun.tools.doclets.formats.html.markup.HtmlWriter
allclassesLabel, allpackagesLabel, annotationTypeDetailsLabel, classLabel, constructorDetailsLabel, defaultPackageLabel, deprecatedLabel, deprecatedPhrase, descfrmClassLabel, descfrmInterfaceLabel, descriptionLabel, detailLabel, enumConstantsDetailsLabel, fieldDetailsLabel, framesLabel, helpLabel, indexLabel, memberDetailsListPrinted, methodDetailsLabel, modifierTypeHeader, nextclassLabel, nextLabel, nextpackageLabel, noframesLabel, overridesLabel, overviewLabel, packageLabel, packagesLabel, packageTableHeader, prevclassLabel, prevLabel, prevpackageLabel, propertyDetailsLabel, script, seeLabel, specifiedByLabel, summaryLabel, treeLabel, useLabel, useTableSummary, winTitle -
Constructor Summary
ConstructorsConstructorDescriptionAnnotationTypeWriterImpl(ConfigurationImpl configuration, AnnotationTypeDoc annotationType, Type prevType, Type nextType) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAnnotationTypeDeprecationInfo(Content annotationInfoTree) Deprecated.If this annotation is deprecated, add the appropriate information.voidaddAnnotationTypeDescription(Content annotationInfoTree) Deprecated.Build the annotation type description.voidaddAnnotationTypeSignature(String modifiers, Content annotationInfoTree) Deprecated.Add the signature of the current annotation type.voidaddAnnotationTypeTagInfo(Content annotationInfoTree) Deprecated.Add the tag information for the current annotation type.voidDeprecated.Add the footer of the page.protected voidDeprecated.Add gap between navigation bar elements.protected voidaddNavSummaryLink(MemberSummaryBuilder builder, String label, int type, Content liNav) Deprecated.Add the navigation summary link.protected voidaddSummaryDetailLinks(Content subDiv) Deprecated.Add summary details to the navigation bar.Deprecated.Get the annotation content header.getAnnotationInfo(Content annotationInfoTree) Deprecated.Get the annotation information.Deprecated.Get the annotation information tree header.Deprecated.Return theAnnotationTypeDocbeing documented.Deprecated.Get the header of the page.protected ContentDeprecated.Get detail links for the navigation bar.protected ContentDeprecated.Get the class link.protected ContentDeprecated.Get the class use link.Deprecated.Get link to next class.protected ContentDeprecated.Get this package link.Deprecated.Get link to previous class.protected ContentDeprecated.Get "Tree" link in the navigation bar.protected ContentDeprecated.Get summary links for navigation bar.voidprintDocument(Content contentTree) Deprecated.Print the document.Methods inherited from class gw.gosudoc.com.sun.tools.doclets.formats.html.SubWriterHolderWriter
addAnnotationContentTree, addClassContentTree, addIndexComment, addIndexComment, addInheritedMemberSummary, addInheritedSummaryHeader, addMemberTree, addSummaryHeader, addSummaryLinkComment, addSummaryLinkComment, addSummaryType, getContentHeader, getMemberDetailsTree, getMemberSummaryTree, getMemberTree, getMemberTree, getMemberTreeHeader, getMethodTypeLinks, getSummaryTableTree, getTableCaptionMethods inherited from class gw.gosudoc.com.sun.tools.doclets.formats.html.HtmlDocletWriter
addAnnotationInfo, addAnnotationInfo, addAnnotationInfo, addBottom, addInlineComment, addInlineComment, addInlineDeprecatedComment, addNavLinks, addPackageDeprecatedAPI, addPreQualifiedClassLink, addPreQualifiedClassLink, addPreQualifiedStrongClassLink, addReceiverAnnotationInfo, addScriptProperties, addSrcLink, addStyleSheetProperties, addSummaryComment, addSummaryComment, addSummaryDeprecatedComment, addTagsInfo, addTop, check, commentTagsToContent, configuration, getAllClassesLinkScript, getAnchor, getAnchor, getAnnotations, getCrossClassLink, getCrossPackageLink, getDocLink, getDocLink, getDocLink, getDocLink, getDocLink, getDocLink, getDocLink, getLink, getMarkerAnchor, getMarkerAnchor, getMarkerAnchor, getMarkerAnchor, getNavHideLists, getNavLinkClassIndex, getNavLinkContents, getNavLinkDeprecated, getNavLinkHelp, getNavLinkIndex, getNavLinkMainTree, getNavLinkNext, getNavLinkPackage, getNavLinkPrevious, getNavShowLists, getNavShowLists, getPackageAnchorName, getPackageLabel, getPackageLink, getPackageLink, getPackageName, getPreQualifiedClassLink, getQualifiedClassLink, getSummaryTableHeader, getTableCaption, getTagletWriterInstance, getTargetPackageLink, getTypeParameterLinks, getUserHeaderFooter, getWindowTitle, hasSerializationOverviewTags, isClassLinkable, isCoreClass, italicsClassName, pathString, pathString, printHtmlDocument, removeNonInlineHtmlTags, replaceDocRootDir, seeTagToContentMethods inherited from class gw.gosudoc.com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
getDocLink, getDocLink, getDocLink, getGeneratedBy, getHyperLink, getHyperLink, getHyperLink, getHyperLink, getHyperLink, getHyperLink, getHyperLink, getHyperLink, getHyperLink, getHyperLink, getMemberDetailsListPrinted, getName, getPkgName, getStyleSheetProperties, printFramesDocumentMethods inherited from class gw.gosudoc.com.sun.tools.doclets.formats.html.markup.HtmlWriter
addStyles, close, codeText, generateMethodTypesScript, getBody, getFramesJavaScript, getModifierTypeHeader, getNonBreakResource, getResource, getResource, getResource, getSpace, getTitle, getWinTitleScript, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gw.gosudoc.com.sun.tools.doclets.internal.toolkit.AnnotationTypeWriter
addAnnotationContentTree, close, getMemberDetailsTree, getMemberSummaryTree, getMemberTree, getMemberTreeHeader
-
Field Details
-
annotationType
Deprecated. -
prev
Deprecated. -
next
Deprecated.
-
-
Constructor Details
-
AnnotationTypeWriterImpl
public AnnotationTypeWriterImpl(ConfigurationImpl configuration, AnnotationTypeDoc annotationType, Type prevType, Type nextType) throws Exception Deprecated.- Parameters:
annotationType- the annotation type being documented.prevType- the previous class that was documented.nextType- the next class being documented.- Throws:
Exception
-
-
Method Details
-
getHeader
Deprecated.Get the header of the page.- Specified by:
getHeaderin interfaceAnnotationTypeWriter- Parameters:
header- the header string to write- Returns:
- a content tree for the header documentation
-
getAnnotationContentHeader
Deprecated.Get the annotation content header.- Specified by:
getAnnotationContentHeaderin interfaceAnnotationTypeWriter- Returns:
- annotation content header that needs to be added to the documentation
-
printDocument
Deprecated.Print the document.- Specified by:
printDocumentin interfaceAnnotationTypeWriter- Parameters:
contentTree- content tree that will be printed as a document- Throws:
IOException
-
getAnnotationInfoTreeHeader
Deprecated.Get the annotation information tree header.- Specified by:
getAnnotationInfoTreeHeaderin interfaceAnnotationTypeWriter- Returns:
- annotation information tree header that needs to be added to the documentation
-
getAnnotationInfo
Deprecated.Get the annotation information.- Specified by:
getAnnotationInfoin interfaceAnnotationTypeWriter- Parameters:
annotationInfoTree- content tree containing the annotation information- Returns:
- a content tree for the annotation
-
addAnnotationTypeSignature
Deprecated.Add the signature of the current annotation type.- Specified by:
addAnnotationTypeSignaturein interfaceAnnotationTypeWriter- Parameters:
modifiers- the modifiers for the signatureannotationInfoTree- the annotation content tree to which the signature will be added
-
addAnnotationTypeDescription
Deprecated.Build the annotation type description.- Specified by:
addAnnotationTypeDescriptionin interfaceAnnotationTypeWriter- Parameters:
annotationInfoTree- content tree to which the description will be added
-
addAnnotationTypeTagInfo
Deprecated.Add the tag information for the current annotation type.- Specified by:
addAnnotationTypeTagInfoin interfaceAnnotationTypeWriter- Parameters:
annotationInfoTree- content tree to which the tag information will be added
-
addAnnotationTypeDeprecationInfo
Deprecated.If this annotation is deprecated, add the appropriate information.- Specified by:
addAnnotationTypeDeprecationInfoin interfaceAnnotationTypeWriter- Parameters:
annotationInfoTree- content tree to which the deprecated information will be added
-
addSummaryDetailLinks
Deprecated.Add summary details to the navigation bar.- Overrides:
addSummaryDetailLinksin classHtmlDocletWriter- Parameters:
subDiv- the content tree to which the summary detail links will be added
-
getAnnotationTypeDoc
Deprecated.Return theAnnotationTypeDocbeing documented.- Specified by:
getAnnotationTypeDocin interfaceAnnotationTypeWriter- Returns:
- the AnnotationTypeDoc being documented.