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

/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DPageConfig.java425 return getIntParam("n", getEnv().getHitsPerPage());
492 File f = getEnv().getConfiguration().getDtagsEftar();
770 List<Project> projects = getEnv().getProjects();
829 return req.getContextPath() + '/' + getEnv().getWebappLAF();
839 public RuntimeEnvironment getEnv() { method in class:PageConfig
854 ignoredNames = getEnv().getIgnoredNames();
868 String srcpath = getEnv().getSourceRootPath();
1055 File dir = new File(getEnv().getDataRootPath() + Prefix.XREF_P + path);
1058 boolean compressed = getEnv().isCompressXref();
1076 return checkFile(new File(getEnv()
[all...]

Completed in 758 milliseconds