All Downloads are FREE. Search and download functionalities are using the official Maven repository.

clime.messadmin.providers.spi.LocaleProvider Maven / Gradle / Ivy

Go to download

Notification system and Session administration for J2EE Web Applications

There is a newer version: 4.1.1
Show newest version
/**
 * 
 */
package clime.messadmin.providers.spi;

import java.util.Locale;

import javax.servlet.http.HttpSession;

/**
 * @author Cédrik LIME
 */
public interface LocaleProvider extends BaseProvider {
	/**
	 * @param httpSession
	 * @return user locale for given HttpSession, or null if it can be determined
	 */
	public Locale guessLocaleFromSession(HttpSession httpSession);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy