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

/opengrok/src/org/opensolaris/opengrok/web/
H A DUtil.java215 * @param urlPostfix suffix to add to each url
224 char sep, String urlPostfix, boolean compact) {
228 return breadcrumbPath(urlPrefix, path, sep, urlPostfix, compact,
245 * @param urlPostfix what should be append to the constructed URL
254 char sep, String urlPostfix, boolean compact, boolean isDir) {
263 String postfix = urlPostfix == null ? "" : urlPostfix;
223 breadcrumbPath(String urlPrefix, String path, char sep, String urlPostfix, boolean compact) argument
253 breadcrumbPath(String urlPrefix, String path, char sep, String urlPostfix, boolean compact, boolean isDir) argument

Completed in 10 milliseconds