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

/opengrok-sun/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java105 private String webappLAF; field in class:Configuration
491 return webappLAF;
494 public void setWebappLAF(String webappLAF) { argument
495 this.webappLAF = webappLAF;

Completed in 14 milliseconds