Class CountryController

  • All Implemented Interfaces:
    Serializable

    @Named
    @RequestScoped
    public class CountryController
    extends Object
    implements Serializable
    The CountryController provides select lists for countries.
    Author:
    rsoika,gheinle
    See Also:
    Serialized Form
    • Constructor Detail

      • CountryController

        public CountryController()
    • Method Detail

      • getCountriesSelectItems

        public List<javax.faces.model.SelectItem> getCountriesSelectItems()
        Retuns a list of select items with all country codes and country display names
        Returns:
      • getCountryName

        public String getCountryName​(String countryCode)
      • getCountryNames

        public String getCountryNames​(List<String> countryCodes)