Interface IGlobalNames
public interface IGlobalNames
A list of named constants which allows you to obtain references from the
IGlobalProvider
via IComponentProvider.getComponent(java.lang.String)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The name for theILanguagePackManager
static final String
The name for theIMessageFormatter
static final String
The name for theIResourceLoader
-
Field Details
-
MESSAGE_FORMATTER
The name for theIMessageFormatter
- See Also:
-
RESOURCE_LOADER
The name for theIResourceLoader
- See Also:
-
LANGUAGE_PACK_MANAGER
The name for theILanguagePackManager
- See Also:
-