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

/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java794 * be included into the footer of generated web pages.
798 private transient String footer = null; field in class:Configuration
801 * Get the contents of the footer include file.
807 if (footer == null) {
808 footer = getFileContent(new File(getDataRoot(), FOOTER_INCLUDE_FILE));
810 return footer;

Completed in 11 milliseconds