Package | Description |
---|---|
com.google.gwt.i18n.server |
This package contains server-side i18n classes and interfaces.
|
com.google.gwt.i18n.server.impl | |
com.google.gwt.i18n.server.testing |
Modifier and Type | Class and Description |
---|---|
class |
GwtLocaleFactoryImpl
Creates server-side GwtLocale instances.
|
Modifier and Type | Field and Description |
---|---|
protected GwtLocaleFactory |
AbstractMessageInterface.factory |
protected GwtLocaleFactory |
AbstractParameter.localeFactory |
Modifier and Type | Method and Description |
---|---|
GwtLocaleFactory |
MessageCatalogFactory.Context.getLocaleFactory() |
protected GwtLocaleFactory |
AbstractMessage.getLocaleFactory() |
Constructor and Description |
---|
AbstractMessage(GwtLocaleFactory localeFactory,
MessageInterface msgIntf) |
AbstractMessageInterface(GwtLocaleFactory factory) |
AbstractParameter(GwtLocaleFactory localeFactory,
int index,
Type type) |
Constructor and Description |
---|
ReflectionMessage(GwtLocaleFactory localeFactory,
ReflectionMessageInterface msgIntf,
Method method) |
ReflectionMessageInterface(GwtLocaleFactory factory,
Class<? extends LocalizableResource> msgIntf) |
Modifier and Type | Method and Description |
---|---|
GwtLocaleFactory |
MockMessageCatalogContext.getLocaleFactory() |
Copyright © 2018. All rights reserved.