|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestLocaleManager
Used to determine what is the client-specified locale, if any, for the current request. This may be stored in the request as an HTTP Cookie, or may be interpolated from request headers. Additionally, the "raw" value provided by the client may be filtered down.
Method Summary | |
---|---|
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. |
Method Detail |
---|
Locale extractLocaleForCurrentRequest()
Locale
to be used for this request.void persistLocale()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |