Searched refs:queryAsURI (Results 1 - 1 of 1) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/search/context/
H A DContext.java54 String queryAsURI; field in class:Context
90 * Build the {@code queryAsURI} string that holds the query in a form
97 queryAsURI = "";
111 queryAsURI = sb.toString();
267 out.write("<a href=\"" + Util.URIEncodePath(morePrefix) + pathE + "?" + queryAsURI + "\">[all...]</a>");

Completed in 36 milliseconds