Searched defs:footer (Results 1 - 1 of 1) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java606 * be included into the footer of generated web pages.
610 private transient String footer = null; field in class:Configuration
613 * Get the contents of the footer include file.
619 if (footer == null) {
620 footer = getFileContent(new File(getDataRoot(), FOOTER_INCLUDE_FILE));
622 return footer;
627 * be included into the footer of generated web pages.
634 * Get the contents of the footer include file.

Completed in 19 milliseconds