org.codehaus.waffle.i18n
Interface MessageResourcesConfiguration

All Known Implementing Classes:
DefaultMessageResourcesConfiguration

public interface MessageResourcesConfiguration

Allows to configure the URI and locale for message resources.

Author:
Michael Ward, Mauro Talevi

Method Summary
 java.util.Locale geDefaultLocale()
          Deprecated. Use getLocale()
 java.lang.String getDefaultResource()
          Deprecated. Use getURI()
 java.util.Locale getLocale()
           
 java.lang.String getURI()
           
 

Method Detail

getDefaultResource

java.lang.String getDefaultResource()
Deprecated. Use getURI()


getURI

java.lang.String getURI()

geDefaultLocale

java.util.Locale geDefaultLocale()
Deprecated. Use getLocale()


getLocale

java.util.Locale getLocale()


Copyright © 2008. All Rights Reserved.