org.jboss.seam.international.locale
Class LocaleConfiguration
java.lang.Object
org.jboss.seam.international.locale.LocaleConfiguration
@Veto
public class LocaleConfiguration
- extends Object
The locale configuration provides a list of locales defined in the seam-beans.xml.
- Author:
- Sebastian Sachtleben, Ken Finnigan
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocaleConfiguration
public LocaleConfiguration()
getSupportedLocaleKeys
public Set<String> getSupportedLocaleKeys()
addSupportedLocaleKey
public void addSupportedLocaleKey(String supportedLocaleKey)
setSupportedLocaleKeys
public void setSupportedLocaleKeys(Set<String> supportedLocaleKeys)
Copyright © 2009-2011 Seam Framework. All Rights Reserved.