Package | Description |
---|---|
com.google.gwt.i18n.server |
This package contains server-side i18n classes and interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultVisitor
A default visitor implementation which does nothing and returns itself
for sub-visitors.
|
Modifier and Type | Method and Description |
---|---|
MessageInterfaceVisitor |
MessageCatalogFactory.Writer.visitClass()
Returns a visitor for visiting classes that should be written to this
catalog.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageInterface.accept(MessageInterfaceVisitor cv)
Visit this class and all messages within it, using the default locale.
|
void |
AbstractMessageInterface.accept(MessageInterfaceVisitor cv) |
void |
MessageInterface.accept(MessageInterfaceVisitor cv,
GwtLocale locale)
Visit this class and all messages within it.
|
void |
AbstractMessageInterface.accept(MessageInterfaceVisitor cv,
GwtLocale locale) |
Copyright © 2018. All rights reserved.