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

/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java129 private String userPage; field in class:Configuration
794 * @param userPage the URI encoded URL fragment preceeding the username from
797 public void setUserPage(String userPage) { argument
798 this.userPage = userPage;
806 return userPage;

Completed in 12 milliseconds