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

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DPageConfig.java92 private String uriEncodedPath; field in class:PageConfig
1144 if (uriEncodedPath == null) {
1145 uriEncodedPath = Util.uriEncodePath(getPath());
1147 return uriEncodedPath;

Completed in 605 milliseconds