Class HtmlSerialMethodWriter
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.formats.html.AbstractMemberWriter
gw.gosudoc.com.sun.tools.doclets.formats.html.AbstractExecutableMemberWriter
gw.gosudoc.com.sun.tools.doclets.formats.html.MethodWriterImpl
gw.gosudoc.com.sun.tools.doclets.formats.html.HtmlSerialMethodWriter
- All Implemented Interfaces:
MemberSummaryWriter,MethodWriter,SerializedFormWriter.SerialMethodWriter
@Deprecated
public class HtmlSerialMethodWriter
extends MethodWriterImpl
implements SerializedFormWriter.SerialMethodWriter
Deprecated.
Generate serialized form for Serializable/Externalizable methods.
Documentation denoted by the
serialData tag is processed.
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.
-
Field Summary
Fields inherited from class gw.gosudoc.com.sun.tools.doclets.formats.html.AbstractMemberWriter
classdoc, configuration, methodTypes, nodepr, printedSummaryHeader, typeMap, utils, writer -
Constructor Summary
ConstructorsConstructorDescriptionHtmlSerialMethodWriter(SubWriterHolderWriter writer, ClassDoc classdoc) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDeprecatedMemberInfo(MethodDoc member, Content methodsContentTree) Deprecated.Add the deprecated information for this member.voidaddMemberDescription(MethodDoc member, Content methodsContentTree) Deprecated.Add the description text for this member.voidaddMemberHeader(MethodDoc member, Content methodsContentTree) Deprecated.Add the member header.voidaddMemberTags(MethodDoc member, Content methodsContentTree) Deprecated.Add the tag information for this member.getMethodsContentHeader(boolean isLastContent) Deprecated.Return the header for serializable methods content section.Deprecated.Return the no customization message.getSerializableMethods(String heading, Content serializableMethodContent) Deprecated.Add serializable methods.Deprecated.Return the header for serializable methods section.Methods inherited from class gw.gosudoc.com.sun.tools.doclets.formats.html.MethodWriterImpl
addComments, addDeprecated, addImplementsInfo, addInheritedSummaryAnchor, addInheritedSummaryLabel, addMemberTree, addNavDetailLink, addOverridden, addReturnType, addSummaryAnchor, addSummaryLabel, addSummaryType, addTags, close, getCaption, getMemberKind, getMemberSummaryHeader, getMethodDetails, getMethodDetailsTreeHeader, getMethodDoc, getMethodDocTreeHeader, getNavSummaryLink, getSignature, getSummaryTableHeader, getTableSummaryMethods inherited from class gw.gosudoc.com.sun.tools.doclets.formats.html.AbstractExecutableMemberWriter
addExceptions, addInheritedSummaryLink, addParam, addParameters, addParameters, addReceiverAnnotations, addSummaryLink, addTypeParameters, getDeprecatedLink, getErasureAnchor, getTypeParameters, implementsMethodInIntfacMethods inherited from class gw.gosudoc.com.sun.tools.doclets.formats.html.AbstractMemberWriter
addComment, addDeprecatedAPI, addDeprecatedInfo, addInheritedMemberSummary, addMemberSummary, addModifierAndType, addModifiers, addName, addNavDetailLink, addNavSummaryLink, addSummaryLink, addUseInfo, eligibleMembers, getHead, getInheritedSummaryHeader, getInheritedSummaryLinksTree, getMemberTree, getMemberTree, getSummaryTableTree, isInherited, makeSpace, modifierString, name, serialWarning, setSummaryColumnStyle, showTabs, typeStringMethods 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.MemberSummaryWriter
addInheritedMemberSummary, addMemberSummary, getInheritedSummaryHeader, getInheritedSummaryLinksTree, getMemberTree, getSummaryTableTree
-
Constructor Details
-
HtmlSerialMethodWriter
Deprecated.
-
-
Method Details
-
getSerializableMethodsHeader
Deprecated.Return the header for serializable methods section.- Specified by:
getSerializableMethodsHeaderin interfaceSerializedFormWriter.SerialMethodWriter- Returns:
- a content tree for the header
-
getMethodsContentHeader
Deprecated.Return the header for serializable methods content section.- Specified by:
getMethodsContentHeaderin interfaceSerializedFormWriter.SerialMethodWriter- Parameters:
isLastContent- true if the cotent being documented is the last content.- Returns:
- a content tree for the header
-
getSerializableMethods
Deprecated.Add serializable methods.- Specified by:
getSerializableMethodsin interfaceSerializedFormWriter.SerialMethodWriter- Parameters:
heading- the heading for the sectionserializableMethodContent- the tree to be added to the serializable methods content tree- Returns:
- a content tree for the serializable methods content
-
getNoCustomizationMsg
Deprecated.Return the no customization message.- Specified by:
getNoCustomizationMsgin interfaceSerializedFormWriter.SerialMethodWriter- Parameters:
msg- the message to be displayed- Returns:
- no customization message content
-
addMemberHeader
Deprecated.Add the member header.- Specified by:
addMemberHeaderin interfaceSerializedFormWriter.SerialMethodWriter- Parameters:
member- the method document to be listedmethodsContentTree- the content tree to which the member header will be added
-
addDeprecatedMemberInfo
Deprecated.Add the deprecated information for this member.- Specified by:
addDeprecatedMemberInfoin interfaceSerializedFormWriter.SerialMethodWriter- Parameters:
member- the method to document.methodsContentTree- the tree to which the deprecated info will be added
-
addMemberDescription
Deprecated.Add the description text for this member.- Specified by:
addMemberDescriptionin interfaceSerializedFormWriter.SerialMethodWriter- Parameters:
member- the method to document.methodsContentTree- the tree to which the deprecated info will be added
-
addMemberTags
Deprecated.Add the tag information for this member.- Specified by:
addMemberTagsin interfaceSerializedFormWriter.SerialMethodWriter- Parameters:
member- the method to document.methodsContentTree- the tree to which the member tags info will be added
-