Class HtmlConstants
- java.lang.Object
-
- gw.gosudoc.com.sun.tools.doclets.formats.html.markup.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 Summary
Fields Modifier and Type Field Description static HtmlTag
CLASS_PAGE_HEADING
Deprecated.Html tag for the class page title heading.static HtmlTag
CONTENT_HEADING
Deprecated.Html tag for the content heading.static HtmlTag
DETAILS_HEADING
Deprecated.Html tag for the member details heading.static Content
END_OF_BOTTOM_NAVBAR
Deprecated.Marker to identify end of bottom navigation bar.static Content
END_OF_CLASS_DATA
Deprecated.Marker to identify end of class data.static Content
END_OF_TOP_NAVBAR
Deprecated.Marker to identify end of top navigation bar.static String
HTML_DEFAULT_CHARSET
Deprecated.Default charset for HTML.static HtmlTag
INHERITED_SUMMARY_HEADING
Deprecated.Html tag for the inherited member summary heading.static HtmlTag
MEMBER_HEADING
Deprecated.Html tag for the member heading.static HtmlTag
PACKAGE_HEADING
Deprecated.Html tag for the package name heading.static HtmlTag
SERIALIZED_MEMBER_HEADING
Deprecated.Html tag for the serialized member heading.static Content
START_OF_ANNOTATION_TYPE_DETAILS
Deprecated.Marker to identify start of annotation type details.static Content
START_OF_ANNOTATION_TYPE_FIELD_DETAILS
Deprecated.Marker to identify start of annotation type field details.static Content
START_OF_ANNOTATION_TYPE_FIELD_SUMMARY
Deprecated.Marker to identify start of annotation type required member summary.static Content
START_OF_ANNOTATION_TYPE_OPTIONAL_MEMBER_SUMMARY
Deprecated.Marker to identify start of annotation type optional member summary.static Content
START_OF_ANNOTATION_TYPE_REQUIRED_MEMBER_SUMMARY
Deprecated.Marker to identify start of annotation type required member summary.static Content
START_OF_BOTTOM_NAVBAR
Deprecated.Marker to identify start of bottom navigation bar.static Content
START_OF_CLASS_DATA
Deprecated.Marker to identify start of class data.static Content
START_OF_CONSTRUCTOR_DETAILS
Deprecated.Marker to identify start of constructor details.static Content
START_OF_CONSTRUCTOR_SUMMARY
Deprecated.Marker to identify start of constructor summary.static Content
START_OF_ENUM_CONSTANT_DETAILS
Deprecated.Marker to identify start of enum constants details.static Content
START_OF_ENUM_CONSTANT_SUMMARY
Deprecated.Marker to identify start of enum constants summary.static Content
START_OF_FIELD_DETAILS
Deprecated.Marker to identify start of field details.static Content
START_OF_FIELD_SUMMARY
Deprecated.Marker to identify start of field summary.static Content
START_OF_METHOD_DETAILS
Deprecated.Marker to identify start of method details.static Content
START_OF_METHOD_SUMMARY
Deprecated.Marker to identify start of method summary.static Content
START_OF_NESTED_CLASS_SUMMARY
Deprecated.Marker to identify start of nested class summary.static Content
START_OF_PROPERTY_DETAILS
Deprecated.Marker to identify start of property details.static Content
START_OF_PROPERTY_SUMMARY
Deprecated.Marker to identify start of properties summary.static Content
START_OF_TOP_NAVBAR
Deprecated.Marker to identify start of top navigation bar.static HtmlTag
SUMMARY_HEADING
Deprecated.Html tag for the member summary heading.static HtmlTag
TITLE_HEADING
Deprecated.Html tag for the page title heading.
-
Constructor Summary
Constructors Constructor Description HtmlConstants()
Deprecated.
-
-
-
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
-
-