net.contextfw.web.commons.i18n.LocaleService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of web-commons Show documentation
Show all versions of web-commons Show documentation
Context Web Application Framework
The newest version!
package net.contextfw.web.commons.i18n;
import java.util.Locale;
import net.contextfw.web.application.DocumentProcessor;
import org.dom4j.Document;
public interface LocaleService extends DocumentProcessor {
void setCurrentLocale(Locale current);
void reset();
void process(Document document);
LocaleMessage getMessage(String name);
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy