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

/opengrok/src/org/opensolaris/opengrok/web/
H A DDirectoryListing.java93 * @param contextPath path used for link prefixes
109 public List<String> listTo(String contextPath, File dir, Writer out, argument
181 Util.writeHAD(out, contextPath, path + file, isDir);
H A DSearchHelper.java93 public String contextPath; field in class:SearchHelper
309 * <li>{@link #contextPath}</li> <li>{@link #errorMsg} if an error
347 redirect = contextPath + Prefix.XREF_P
/opengrok/test/org/opensolaris/opengrok/web/
H A DPageConfigTest.java262 * @param contextPath the context path
268 final String contextPath, final String servletPath,
274 return contextPath;
267 createRequest( final String contextPath, final String servletPath, final String pathInfo) argument
/opengrok/web/js/
H A Dutils.js356 contextPath: window.contextPath,
363 url = this.options.contextPath + '/' + url
452 contextPath: browserWindow.contextPath,
798 this.contextPath = browserWindow.contextPath;
835 return this.options.contextPath + '/search?' + query + '=' + this.symbol + '&project=' + this.project;

Completed in 21 milliseconds