Class CountryAdapter


  • public class CountryAdapter
    extends Object
    The CountryAdapter replaces country codes with a user specific country name
    Author:
    rsoika
    • Constructor Detail

      • CountryAdapter

        public CountryAdapter()
    • Method Detail

      • onEvent

        public void onEvent​(@Observes
                            org.imixs.workflow.engine.TextEvent event)
        Observer method for CDI TextEvetns to convert a country code into getDisplayCountry

        Example: <countryname>company.country</countryname>

        Optional a locale can be provided to specify the target language Example: <countryname locale="de_DE">company.country</countryname>

        Parameters:
        event -