Class CountryController

java.lang.Object
org.imixs.workflow.office.forms.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:
  • Constructor Details

    • CountryController

      public CountryController()
  • Method Details

    • getCountriesSelectItems

      public List<jakarta.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)