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

/opengrok/src/org/opensolaris/opengrok/web/
H A DPageConfig.java104 private String uriEncodedPath; field in class:PageConfig
1173 if (uriEncodedPath == null) {
1174 uriEncodedPath = Util.URIEncodePath(getPath());
1176 return uriEncodedPath;

Completed in 11 milliseconds