Java org.springframework.web.servlet.i18n LocaleChangeInterceptor fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.servlet.i18n LocaleChangeInterceptor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.servlet.i18n LocaleChangeInterceptor.

The text is from its open source code.

Subclass

org.springframework.web.servlet.i18n.LocaleChangeInterceptor has subclasses.
Click this link to see all its subclasses.

Constructor

Method

StringgetParamName()
Return the name of the parameter that contains a locale specification in a locale change request.
voidsetIgnoreInvalidLocale(boolean ignoreInvalidLocale)
Set whether to ignore an invalid value for the locale parameter.
voidsetParamName(String paramName)
Set the name of the parameter that contains a locale specification in a locale change request.