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

/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java119 private String webappLAF; field in class:Configuration
657 return webappLAF;
660 public void setWebappLAF(String webappLAF) { argument
661 this.webappLAF = webappLAF;

Completed in 26 milliseconds