|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocaleResolver
An interface for user locale resolution.
Note: You are free to implement this interface the way you need it, in other words your return values can be global, regardless of the request, or on a per-request basis.
Method Summary | |
---|---|
Locale |
resolveLocale(HttpServletRequest request)
Returns the locale of a given request. |
Method Detail |
---|
Locale resolveLocale(HttpServletRequest request)
request
- the current request instance
null
if the locale
couldn't be resolved
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |