com.ibm.portal.admin
Interface LocaleCapable
- All Known Subinterfaces:
- CorLocalizedContextHome, LocalizedContext, LocalizedContextHome, PortalLocalizedContextHome, PortletLocalizedContext, PortletLocalizedContextHome, TagSpace
public interface LocaleCapable
Describes resources that support a list of locales. The nature of this
support is not further defined. This is different from
Localized.getLocales()
in that the Localized
interface
describes locales for titles and description whereas the
LocaleCapable
interface describes general locale support (e.g. for
rendering).
- Since:
- 7.0.0
getSupportedLocales
IterableListModel<java.util.Locale> getSupportedLocales()
- Returns a list of locales that are supported by the implementing
resource.
- Returns:
- the supported locales, not
null
but may be an empty
list.