@TagLib class CountryTagLib extends java.lang.Object implements TagLibrary
Tags for rendering country selection / display of country names.
Type | Name and description |
---|---|
static java.lang.Object |
COUNTRY_CODES_BY_NAME |
static java.lang.Object |
COUNTRY_CODES_BY_NAME_ORDER |
static java.lang.Object |
ISO3166_3 |
groovy.lang.Closure |
country Take a country code and output the country name, from the internal data. |
groovy.lang.Closure |
countrySelect Display a country selection combo box. |
Constructor and description |
---|
CountryTagLib
() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Take a country code and output the country name, from the internal data.
Note: to use message bundle to resolve name, use g:message tag
Display a country selection combo box.
Groovy Documentation