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

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DJFlexXref.java121 protected String userPageSuffix; field in class:JFlexXref
183 * {@link #userPageSuffix} using the runtime environment and creates a new
199 userPageSuffix = RuntimeEnvironment.getConfig().getUserPageSuffix();
200 if (userPageSuffix != null && userPageSuffix.length() == 0) {
201 userPageSuffix = null;
446 if (userPageSuffix != null) {
447 out.write(userPageSuffix);
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java130 private String userPageSuffix; field in class:Configuration
811 * @param userPageSuffix the URI encoded URL fragment following the username
814 public void setUserPageSuffix(String userPageSuffix) { argument
815 this.userPageSuffix = userPageSuffix;
823 return userPageSuffix;

Completed in 25 milliseconds