Package | Description |
---|---|
com.google.gwt.i18n.server |
This package contains server-side i18n classes and interfaces.
|
com.google.gwt.i18n.server.impl |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageInterface
Base implementation of
MessageInterface . |
Modifier and Type | Method and Description |
---|---|
MessageInterface |
AbstractMessage.getMessageInterface() |
MessageInterface |
Message.getMessageInterface()
Return the
MessageInterface this message is associated with. |
Modifier and Type | Method and Description |
---|---|
void |
MessageInterfaceVisitor.endMessageInterface(MessageInterface msgIntf)
Called after processing a message interface is complete.
|
void |
DefaultVisitor.endMessageInterface(MessageInterface msgIntf) |
void |
MessageInterfaceVisitor.visitMessageInterface(MessageInterface msgIntf,
GwtLocale sourceLocale)
Called at the start of processing a new message interface.
|
void |
DefaultVisitor.visitMessageInterface(MessageInterface msgIntf,
GwtLocale sourceLocale) |
Constructor and Description |
---|
AbstractMessage(GwtLocaleFactory localeFactory,
MessageInterface msgIntf) |
Modifier and Type | Class and Description |
---|---|
class |
ReflectionMessageInterface
Reflection-based implementation of
MessageInterface . |
Copyright © 2018. All rights reserved.