Package org.apache.tiles.locale
Interface LocaleResolver
-
- All Known Implementing Classes:
DefaultLocaleResolver
public interface LocaleResolver
It represents an object able to resolve the current locale for the current request, where its strategy depends on its implementation.- Version:
- $Rev: 833737 $ $Date: 2009-11-08 06:17:09 +1100 (Sun, 08 Nov 2009) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Locale
resolveLocale(org.apache.tiles.request.Request request)
Resolves the locale.
-