MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / makePage

Method makePage

src/tsd/HttpQuery.java:914–918  ·  view source on GitHub ↗

Easy way to generate a small, simple HTML page. Equivalent to makePage(null, title, subtitle, body). @param title What should be in the title tag of the page. @param subtitle Small sentence to use next to the TSD logo. @param body The body of the page (excluding the body

(final String title,
                                       final String subtitle,
                                       final String body)

Source from the content-addressed store, hash-verified

912 * @return A full HTML page.
913 */
914 public static StringBuilder makePage(final String title,
915 final String subtitle,
916 final String body) {
917 return makePage(null, title, subtitle, body);
918 }
919
920 /**
921 * Easy way to generate a small, simple HTML page.

Callers 6

internalErrorMethod · 0.95
badRequestMethod · 0.95
HttpQueryClass · 0.95
isDiskCacheHitMethod · 0.95
executeMethod · 0.95
executeMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected