org.apache.myfaces.tobago.example.demo.clientConfig
Class ClientConfigController
java.lang.Object
org.apache.myfaces.tobago.example.demo.clientConfig.ClientConfigController
public class ClientConfigController
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientConfigController
public ClientConfigController()
submit
public String submit()
storeInClientProperties
public void storeInClientProperties()
loadFromClientProperties
public void loadFromClientProperties()
getLocaleItems
public List<SelectItem> getLocaleItems()
getCurrentInstance
public static ClientConfigController getCurrentInstance(FacesContext facesContext,
String beanName)
isDebugMode
public boolean isDebugMode()
setDebugMode
public void setDebugMode(boolean debugMode)
getTheme
public org.apache.myfaces.tobago.context.Theme getTheme()
getLocalizedTheme
public String getLocalizedTheme()
setTheme
public void setTheme(org.apache.myfaces.tobago.context.Theme theme)
getThemeItems
public SelectItem[] getThemeItems()
setThemeItems
public void setThemeItems(SelectItem[] themeItems)
getLocale
public Locale getLocale()
getLocalizedLocale
public String getLocalizedLocale()
setLocale
public void setLocale(Locale locale)
getContentType
public String getContentType()
setContentType
public void setContentType(String contentType)
getContentTypeItems
public SelectItem[] getContentTypeItems()
setContentTypeItems
public void setContentTypeItems(SelectItem[] contentTypeItems)
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.