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

/opengrok/src/org/opensolaris/opengrok/web/
H A DPageConfig.java383 if (isDir() && getResourcePath().length() > 1) {
640 if (isDir() || getResourcePath().equals("/") || !annotate()) {
1013 public String getResourcePath() { method in class:PageConfig
1028 * @see #getResourcePath()
1032 return getResourcePath().equals("/") || ignoredNames.ignore(getPath())

Completed in 1467 milliseconds