Class HtmlConstants


  • @Deprecated
    public class HtmlConstants
    extends Object
    Deprecated.
    Stores constants for Html Doclet.

    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:
    Bhavesh Patel
    • Field Detail

      • START_OF_TOP_NAVBAR

        public static final Content START_OF_TOP_NAVBAR
        Deprecated.
        Marker to identify start of top navigation bar.
      • START_OF_BOTTOM_NAVBAR

        public static final Content START_OF_BOTTOM_NAVBAR
        Deprecated.
        Marker to identify start of bottom navigation bar.
      • END_OF_TOP_NAVBAR

        public static final Content END_OF_TOP_NAVBAR
        Deprecated.
        Marker to identify end of top navigation bar.
      • END_OF_BOTTOM_NAVBAR

        public static final Content END_OF_BOTTOM_NAVBAR
        Deprecated.
        Marker to identify end of bottom navigation bar.
      • START_OF_CLASS_DATA

        public static final Content START_OF_CLASS_DATA
        Deprecated.
        Marker to identify start of class data.
      • END_OF_CLASS_DATA

        public static final Content END_OF_CLASS_DATA
        Deprecated.
        Marker to identify end of class data.
      • START_OF_NESTED_CLASS_SUMMARY

        public static final Content START_OF_NESTED_CLASS_SUMMARY
        Deprecated.
        Marker to identify start of nested class summary.
      • START_OF_ANNOTATION_TYPE_OPTIONAL_MEMBER_SUMMARY

        public static final Content START_OF_ANNOTATION_TYPE_OPTIONAL_MEMBER_SUMMARY
        Deprecated.
        Marker to identify start of annotation type optional member summary.
      • START_OF_ANNOTATION_TYPE_REQUIRED_MEMBER_SUMMARY

        public static final Content START_OF_ANNOTATION_TYPE_REQUIRED_MEMBER_SUMMARY
        Deprecated.
        Marker to identify start of annotation type required member summary.
      • START_OF_ANNOTATION_TYPE_FIELD_SUMMARY

        public static final Content START_OF_ANNOTATION_TYPE_FIELD_SUMMARY
        Deprecated.
        Marker to identify start of annotation type required member summary.
      • START_OF_CONSTRUCTOR_SUMMARY

        public static final Content START_OF_CONSTRUCTOR_SUMMARY
        Deprecated.
        Marker to identify start of constructor summary.
      • START_OF_ENUM_CONSTANT_SUMMARY

        public static final Content START_OF_ENUM_CONSTANT_SUMMARY
        Deprecated.
        Marker to identify start of enum constants summary.
      • START_OF_FIELD_SUMMARY

        public static final Content START_OF_FIELD_SUMMARY
        Deprecated.
        Marker to identify start of field summary.
      • START_OF_PROPERTY_SUMMARY

        public static final Content START_OF_PROPERTY_SUMMARY
        Deprecated.
        Marker to identify start of properties summary.
      • START_OF_METHOD_SUMMARY

        public static final Content START_OF_METHOD_SUMMARY
        Deprecated.
        Marker to identify start of method summary.
      • START_OF_ANNOTATION_TYPE_DETAILS

        public static final Content START_OF_ANNOTATION_TYPE_DETAILS
        Deprecated.
        Marker to identify start of annotation type details.
      • START_OF_ANNOTATION_TYPE_FIELD_DETAILS

        public static final Content START_OF_ANNOTATION_TYPE_FIELD_DETAILS
        Deprecated.
        Marker to identify start of annotation type field details.
      • START_OF_METHOD_DETAILS

        public static final Content START_OF_METHOD_DETAILS
        Deprecated.
        Marker to identify start of method details.
      • START_OF_FIELD_DETAILS

        public static final Content START_OF_FIELD_DETAILS
        Deprecated.
        Marker to identify start of field details.
      • START_OF_PROPERTY_DETAILS

        public static final Content START_OF_PROPERTY_DETAILS
        Deprecated.
        Marker to identify start of property details.
      • START_OF_CONSTRUCTOR_DETAILS

        public static final Content START_OF_CONSTRUCTOR_DETAILS
        Deprecated.
        Marker to identify start of constructor details.
      • START_OF_ENUM_CONSTANT_DETAILS

        public static final Content START_OF_ENUM_CONSTANT_DETAILS
        Deprecated.
        Marker to identify start of enum constants details.
      • TITLE_HEADING

        public static final HtmlTag TITLE_HEADING
        Deprecated.
        Html tag for the page title heading.
      • CLASS_PAGE_HEADING

        public static final HtmlTag CLASS_PAGE_HEADING
        Deprecated.
        Html tag for the class page title heading.
      • CONTENT_HEADING

        public static final HtmlTag CONTENT_HEADING
        Deprecated.
        Html tag for the content heading.
      • PACKAGE_HEADING

        public static final HtmlTag PACKAGE_HEADING
        Deprecated.
        Html tag for the package name heading.
      • SUMMARY_HEADING

        public static final HtmlTag SUMMARY_HEADING
        Deprecated.
        Html tag for the member summary heading.
      • INHERITED_SUMMARY_HEADING

        public static final HtmlTag INHERITED_SUMMARY_HEADING
        Deprecated.
        Html tag for the inherited member summary heading.
      • DETAILS_HEADING

        public static final HtmlTag DETAILS_HEADING
        Deprecated.
        Html tag for the member details heading.
      • SERIALIZED_MEMBER_HEADING

        public static final HtmlTag SERIALIZED_MEMBER_HEADING
        Deprecated.
        Html tag for the serialized member heading.
      • MEMBER_HEADING

        public static final HtmlTag MEMBER_HEADING
        Deprecated.
        Html tag for the member heading.
      • HTML_DEFAULT_CHARSET

        public static final String HTML_DEFAULT_CHARSET
        Deprecated.
        Default charset for HTML.
        See Also:
        Constant Field Values
    • Constructor Detail

      • HtmlConstants

        public HtmlConstants()
        Deprecated.