org.jboss.seam.international.locale
Class LocaleConfiguration

java.lang.Object
  extended by 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

Constructor Summary
LocaleConfiguration()
           
 
Method Summary
 void addSupportedLocaleKey(String supportedLocaleKey)
           
 Set<String> getSupportedLocaleKeys()
           
 void setSupportedLocaleKeys(Set<String> supportedLocaleKeys)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocaleConfiguration

public LocaleConfiguration()
Method Detail

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.