Class LocaleConverter

java.lang.Object
org.broadleafcommerce.common.locale.util.LocaleConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<String,Locale>

public class LocaleConverter extends Object implements org.springframework.core.convert.converter.Converter<String,Locale>
  • Constructor Details

    • LocaleConverter

      public LocaleConverter()
  • Method Details

    • convert

      public Locale convert(String localeString)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<String,Locale>