net.sf.jabb.util.web
Class WebApplicationConfiguration
java.lang.Object
net.sf.jabb.util.web.WebApplicationConfiguration
public class WebApplicationConfiguration
- extends Object
Configuration information of a web application
- Author:
- James Hu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mainMenuItems
protected List<String> mainMenuItems
supportedLocales
protected List<StringKeyValueBean> supportedLocales
defaultLocale
protected String defaultLocale
jQueryTheme
protected String jQueryTheme
WebApplicationConfiguration
public WebApplicationConfiguration()
getMainMenuItems
public List<String> getMainMenuItems()
setMainMenuItems
public void setMainMenuItems(List<String> mainMenuItems)
getSupportedLocales
public List<StringKeyValueBean> getSupportedLocales()
setSupportedLocales
public void setSupportedLocales(List<StringKeyValueBean> supportedLocales)
getDefaultLocale
public String getDefaultLocale()
setDefaultLocale
public void setDefaultLocale(String defaultLocale)
getjQueryTheme
public String getjQueryTheme()
setjQueryTheme
public void setjQueryTheme(String jQueryTheme)
Copyright © 2012. All Rights Reserved.