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

/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java113 private String userPage; field in class:Configuration
608 public void setUserPage(String userPage) { argument
609 this.userPage = userPage;
613 return userPage;
H A DRuntimeEnvironment.java826 * @param userPage the URL fragment preceeding the username from history
828 public void setUserPage(String userPage) { argument
829 threadConfig.get().setUserPage(userPage);

Completed in 15 milliseconds