org.broadleafcommerce.common.locale.util
Class LocaleConverter

java.lang.Object
  extended by 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 Summary
LocaleConverter()
           
 
Method Summary
 Locale convert(String localeString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocaleConverter

public LocaleConverter()
Method Detail

convert

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


Copyright © 2013. All Rights Reserved.