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

/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DJFlexXref.java67 protected String userPageLink; field in class:JFlexXref
138 userPageLink = RuntimeEnvironment.getInstance().getUserPage();
139 if (userPageLink != null && userPageLink.length() == 0) {
140 userPageLink = null;
337 Util.readableLine(line, out, annotation, userPageLink, userPageSuffix);
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DUtil.java463 * @param userPageLink see {@link RuntimeEnvironment#getUserPage()}
468 String userPageLink, String userPageSuffix)
510 if (userPageLink == null) {
519 out.write(userPageLink);
467 readableLine(int num, Writer out, Annotation annotation, String userPageLink, String userPageSuffix) argument

Completed in 16 milliseconds