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

/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java1127 * be included into the body of web app's "Home" page.
1130 private transient String body = null; field in class:Configuration
1132 * Get the contents of the body include file.
1138 if (body == null) {
1139 body = getFileContent(new File(getDataRoot(), BODY_INCLUDE_FILE));
1141 return body;

Completed in 13 milliseconds