| Package | Description |
|---|---|
| org.projectodd.vdx.core | |
| org.projectodd.vdx.core.handlers |
| Modifier and Type | Method and Description |
|---|---|
I18N.Key |
Message.template() |
static I18N.Key |
I18N.Key.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static I18N.Key[] |
I18N.Key.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorHandler.HandledResult |
ErrorHandler.HandledResult.addPrimaryMessage(I18N.Key key,
Object... args) |
ErrorHandler.HandledResult |
ErrorHandler.HandledResult.addSecondaryMessage(I18N.Key key,
Object... args) |
static String |
I18N.format(I18N.Key key,
Object... args) |
static String |
I18N.lookup(I18N.Key key) |
| Constructor and Description |
|---|
Message(I18N.Key template,
Object... values) |
| Constructor and Description |
|---|
RequiredElementMissingHandler(I18N.Key primaryMessageKey,
I18N.Key optionsMessageKey) |
Copyright © 2017. All Rights Reserved.