Class SerializedFormWriterImpl

  • All Implemented Interfaces:
    SerializedFormWriter

    @Deprecated
    public class SerializedFormWriterImpl
    extends SubWriterHolderWriter
    implements SerializedFormWriter
    Deprecated.
    Generate the Serialized Form 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.

    Author:
    Atul M Dambalkar
    • Method Detail

      • getHeader

        public Content getHeader​(String header)
        Deprecated.
        Get the given header.
        Specified by:
        getHeader in interface SerializedFormWriter
        Parameters:
        header - the header to write
        Returns:
        the body content tree
      • getPackageHeader

        public Content getPackageHeader​(String packageName)
        Deprecated.
        Get the given package header.
        Specified by:
        getPackageHeader in interface SerializedFormWriter
        Parameters:
        packageName - the package header to write
        Returns:
        a content tree for the package header
      • isVisibleClass

        public boolean isVisibleClass​(ClassDoc classDoc)
        Deprecated.
        Checks if a class is generated and is visible.
        Parameters:
        classDoc - the class being processed.
        Returns:
        true if the class, that is being processed, is generated and is visible.
      • getClassHeader

        public Content getClassHeader​(ClassDoc classDoc)
        Deprecated.
        Get the serializable class heading.
        Specified by:
        getClassHeader in interface SerializedFormWriter
        Parameters:
        classDoc - the class being processed
        Returns:
        a content tree for the class header
      • addSerialUIDInfo

        public void addSerialUIDInfo​(String header,
                                     String serialUID,
                                     Content serialUidTree)
        Deprecated.
        Adds the serial UID info.
        Specified by:
        addSerialUIDInfo in interface SerializedFormWriter
        Parameters:
        header - the header that will show up before the UID.
        serialUID - the serial UID to print.
        serialUidTree - the serial UID content tree to which the serial UID content will be added
      • getClassContentHeader

        public Content getClassContentHeader()
        Deprecated.
        Get the class serialize content header.
        Specified by:
        getClassContentHeader in interface SerializedFormWriter
        Returns:
        a content tree for the class serialize content header
      • getSerializedContent

        public Content getSerializedContent​(Content serializedTreeContent)
        Deprecated.
        Get the serialized content tree section.
        Specified by:
        getSerializedContent in interface SerializedFormWriter
        Parameters:
        serializedTreeContent - the serialized content tree to be added
        Returns:
        a div content tree
      • addPackageSerializedTree

        public void addPackageSerializedTree​(Content serializedSummariesTree,
                                             Content packageSerializedTree)
        Deprecated.
        Add the serialized tree per package to the serialized summaries tree.
        Specified by:
        addPackageSerializedTree in interface SerializedFormWriter
        Parameters:
        serializedSummariesTree - the serialized tree to which the package serialized tree will be added
        packageSerializedTree - the serialized tree per package that needs to be added
      • addFooter

        public void addFooter​(Content serializedTree)
        Deprecated.
        Add the footer.
        Specified by:
        addFooter in interface SerializedFormWriter
        Parameters:
        serializedTree - the serialized tree to be added