Package org.primefaces.showcase.service
Class CountryService
- java.lang.Object
-
- org.primefaces.showcase.service.CountryService
-
@Named @ApplicationScoped public class CountryService extends Object
-
-
Constructor Summary
Constructors Constructor Description CountryService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Country>getCountries()Map<Integer,Country>getCountriesAsMap()List<Country>getLocales()Map<Integer,Country>getLocalesAsMap()voidinit()static CountrytoCountry(Locale locale)static CountrytoCountry(Locale locale, boolean rtl)static Stream<Country>toCountryStream(String... isoCodes)
-