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

/opengrok-sun/src/org/opensolaris/opengrok/search/context/
H A DHistoryContext.java119 * @param wcontext web context - beginning of url
122 History in, String path, Writer out, List<Hit> hits, String wcontext) {
164 writeMatch(sb, line, start, end, true,path,wcontext,nrev,rev);
167 writeMatch(out, line, start, end, false,path,wcontext,nrev,rev);
196 * @param wcontext web context (begin of url)
202 int start, int end, boolean flatten, String path, String wcontext, String nrev, String rev)
208 if (wcontext!=null && nrev!=null && !wcontext.isEmpty() ) {
210 out.append("<a href="+wcontext+Constants.diffP+path+"?r2="+path+"@"+rev+"&r1="+path+"@"+nrev+" title=\"diff to previous version\">diff</a> ");
121 getHistoryContext( History in, String path, Writer out, List<Hit> hits, String wcontext) argument
201 writeMatch(Appendable out, String line, int start, int end, boolean flatten, String path, String wcontext, String nrev, String rev) argument

Completed in 6 milliseconds