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

/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java1087 * be included into the footer of generated web pages.
1090 private transient String footer = null; field in class:Configuration
1092 * Get the contents of the footer include file.
1099 if (footer == null) {
1100 footer = getFileContent(new File(getDataRoot(), FOOTER_INCLUDE_FILE));
1102 return footer;
1107 * be included into the footer of generated web pages.
1112 * Get the contents of the footer include file.

Completed in 19 milliseconds