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

/opengrok-jel/test/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironmentTest.java351 assertEquals(Configuration.DEFAULT_STYLE, cfg.getWebappLAF());
353 assertEquals("foo", cfg.getWebappLAF());
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java897 public String getWebappLAF() { method in class:Configuration
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DPageConfig.java862 * @see Configuration#getWebappLAF()
865 return req.getContextPath() + '/' + getConfig().getWebappLAF();
H A DUtil.java892 printTableRow(out, "Styles", cfg.getWebappLAF());
/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DConfigurationsFrame.java174 webAppLAFField.setText(config.getWebappLAF());

Completed in 219 milliseconds