
br.com.caelum.vraptor.boilerplate.i18n.MessageBundleConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vraptor-boilerplate-utils Show documentation
Show all versions of vraptor-boilerplate-utils Show documentation
VRaptor Boilerplate utility classes.
The newest version!
package br.com.caelum.vraptor.boilerplate.i18n;
import java.util.Locale;
/**
* Configurations for internationalized MessageBundle.
* @author Renato R. R. de Oliveira
*
*/
public interface MessageBundleConfig {
public Locale getDefaultLocale();
public String getBundleResourceName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy