|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.web.servlet.i18n.AbstractLocaleResolver org.springframework.web.servlet.i18n.FixedLocaleResolver
public class FixedLocaleResolver
LocaleResolver
implementation
that always returns a fixed default locale. Default is the current
JVM's default locale.
Note: Does not support setLocale
, as the fixed locale
cannot be changed.
AbstractLocaleResolver.setDefaultLocale(java.util.Locale)
Constructor Summary | |
---|---|
FixedLocaleResolver()
Create a default FixedLocaleResolver, exposing a configured default locale (or the JVM's default locale as fallback). |
|
FixedLocaleResolver(Locale locale)
Create a FixedLocaleResolver that exposes the given locale. |
Method Summary | |
---|---|
Locale |
resolveLocale(HttpServletRequest request)
Resolve the current locale via the given request. |
void |
setLocale(HttpServletRequest request,
HttpServletResponse response,
Locale locale)
Set the current locale to the given one. |
Methods inherited from class org.springframework.web.servlet.i18n.AbstractLocaleResolver |
---|
getDefaultLocale, setDefaultLocale |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FixedLocaleResolver()
AbstractLocaleResolver.setDefaultLocale(java.util.Locale)
public FixedLocaleResolver(Locale locale)
locale
- the locale to exposeMethod Detail |
---|
public Locale resolveLocale(HttpServletRequest request)
LocaleResolver
request
- the request to resolve the locale for
null
)public void setLocale(HttpServletRequest request, HttpServletResponse response, Locale locale)
LocaleResolver
request
- the request to be used for locale modificationresponse
- the response to be used for locale modificationlocale
- the new locale, or null
to clear the locale
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |