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

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DPageConfig.java316 if (getResourcePath().equals("/")) {
336 (prefix == Prefix.XREF_P && getResourcePath().equals("/")
345 if (getResourcePath().equals("/")) {
372 if (isDir() && getResourcePath().length() > 1) {
629 if (isDir() || getResourcePath().equals("/") || !annotate()) {
991 public String getResourcePath() { method in class:PageConfig
1024 * @see #getResourcePath()
1029 return getResourcePath().equals("/") || ignorePath(getPath());
1043 && getResourcePath().equals("/")) // does not exist [anymore]

Completed in 9 milliseconds