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

/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DPageConfig.java722 * @param cookieName name of the cookie.
725 public List<String> getCookieVals(String cookieName) { argument
730 if (cookies[i].getName().equals(cookieName)) {
757 * Same as {@link #getRequestedProjects()}, but with a variable cookieName
763 * @param cookieName name of the cookie which possible contains project
768 String cookieName) {
785 List<String> cookies = getCookieVals(cookieName);
767 getRequestedProjects(String paramName, String cookieName) argument

Completed in 13 milliseconds