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

/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java135 private String webappLAF; field in class:Configuration
898 return webappLAF;
905 * @param webappLAF the name of the web app LAF. If {@code null} the default
909 public void setWebappLAF(String webappLAF) { argument
910 this.webappLAF = webappLAF == null ? DEFAULT_STYLE : webappLAF;

Completed in 11 milliseconds