Class Constants
java.lang.Object
org.apache.catalina.manager.Constants
Constants used by the manager web application.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe HTML body header section template for manager pages.static final StringThe character set used by the manager application.static final StringThe HTML header section template for manager pages.static final StringThe HTML tail section template for manager pages.static final StringThe HTML manager section template for manager pages.static final StringThe HTML message section template for manager pages.static final StringThe fully qualified name of this package.static final StringThe HTML rel attribute value for external links.static final StringThe HTML server header section template for manager pages.static final StringThe HTML server row section template for manager pages.static final StringThe XML declaration used in manager responses.static final StringThe XML stylesheet processing instruction used in manager responses. -
Method Summary
-
Field Details
-
Package
-
REL_EXTERNAL
-
HTML_HEADER_SECTION
The HTML header section template for manager pages. -
BODY_HEADER_SECTION
The HTML body header section template for manager pages. -
MESSAGE_SECTION
The HTML message section template for manager pages. -
MANAGER_SECTION
The HTML manager section template for manager pages. -
SERVER_HEADER_SECTION
The HTML server header section template for manager pages. -
SERVER_ROW_SECTION
The HTML server row section template for manager pages. -
HTML_TAIL_SECTION
The HTML tail section template for manager pages. -
CHARSET
-
XML_DECLARATION
-
XML_STYLE
The XML stylesheet processing instruction used in manager responses.- See Also:
-