public interface RequestLocaleManager
Modifier and Type | Method and Description |
---|---|
java.util.Locale |
extractLocaleForCurrentRequest()
Determines the locale to use for processing the current request.
|
void |
persistLocale()
Stores the thread's locale as a cookie for later use.
|
java.util.Locale extractLocaleForCurrentRequest()
org.apache.tapestry.services.RequestGlobals#setIncomingLocale(Locale)
.void persistLocale()