Package org.imixs.workflow.office.forms
Class CountryAdapter
- java.lang.Object
-
- org.imixs.workflow.office.forms.CountryAdapter
-
public class CountryAdapter extends Object
The CountryAdapter replaces country codes with a user specific country name- Author:
- rsoika
-
-
Constructor Summary
Constructors Constructor Description CountryAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonEvent(org.imixs.workflow.engine.TextEvent event)Observer method for CDI TextEvetns to convert a country code into getDisplayCountry
-
-
-
Method Detail
-
onEvent
public void onEvent(@Observes org.imixs.workflow.engine.TextEvent event)Observer method for CDI TextEvetns to convert a country code into getDisplayCountryExample:
<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-
-
-