PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
Tree com.ibm.portal.admin
Interface LocaleCapable
- All Known Subinterfaces:
- CorLocalizedContextHome, LocalizedContext, LocalizedContextHome, PortalLocalizedContextHome, PortletLocalizedContext, PortletLocalizedContextHome, TagSpace
public interface LocaleCapableDescribes 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
Method Summary IterableListModel<java.util.Locale> getSupportedLocales()
Return a list of locales that are supported by the implementing resource.
Method Detail getSupportedLocales
IterableListModel<java.util.Locale> getSupportedLocales()
- Return a list of locales that are supported by the implementing resource.
- Returns:
- the supported locales, not null but may be an empty list.
PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
Tree