net.sf.jabb.util.web
Class WebApplicationConfiguration

java.lang.Object
  extended by net.sf.jabb.util.web.WebApplicationConfiguration

public class WebApplicationConfiguration
extends Object

Configuration information of a web application

Author:
James Hu

Field Summary
protected  String defaultLocale
           
protected  String jQueryTheme
           
protected  List<String> mainMenuItems
           
protected  List<StringKeyValueBean> supportedLocales
           
 
Constructor Summary
WebApplicationConfiguration()
           
 
Method Summary
 String getDefaultLocale()
           
 String getjQueryTheme()
           
 List<String> getMainMenuItems()
           
 List<StringKeyValueBean> getSupportedLocales()
           
 void setDefaultLocale(String defaultLocale)
           
 void setjQueryTheme(String jQueryTheme)
           
 void setMainMenuItems(List<String> mainMenuItems)
           
 void setSupportedLocales(List<StringKeyValueBean> supportedLocales)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mainMenuItems

protected List<String> mainMenuItems

supportedLocales

protected List<StringKeyValueBean> supportedLocales

defaultLocale

protected String defaultLocale

jQueryTheme

protected String jQueryTheme
Constructor Detail

WebApplicationConfiguration

public WebApplicationConfiguration()
Method Detail

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.