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

/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java75 public static final String DEFAULT_STYLE = "static/default"; field in class:Configuration
226 setWebappLAF(DEFAULT_STYLE);
895 * @see #DEFAULT_STYLE
907 * @see #DEFAULT_STYLE
910 this.webappLAF = webappLAF == null ? DEFAULT_STYLE : webappLAF;

Completed in 34 milliseconds