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

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DUtil.java205 * @param urlPostfix suffix to add to each url
215 char sep, String urlPostfix, boolean compact)
220 return breadcrumbPath(urlPrefix, path, sep, urlPostfix, compact,
240 * @param urlPostfix
252 char sep, String urlPostfix, boolean compact, boolean isDir)
262 String postfix = urlPostfix == null ? "" : urlPostfix;
214 breadcrumbPath(String urlPrefix, String path, char sep, String urlPostfix, boolean compact) argument
251 breadcrumbPath(String urlPrefix, String path, char sep, String urlPostfix, boolean compact, boolean isDir) argument

Completed in 10 milliseconds