| Package | Description |
|---|---|
| org.melati.poem |
Persistent Object Engine for Melati.
|
| Modifier and Type | Field and Description |
|---|---|
static PoemLocale |
PoemLocale.HERE
Default Locale: GB.
|
| Modifier and Type | Method and Description |
|---|---|
static PoemLocale |
PoemLocale.from(Locale locale) |
static PoemLocale |
PoemLocale.fromLanguageTag(String tag)
Creates a melati locale from a language tag as defined in RFC3066.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Persistent.displayString(PoemLocale locale)
Defaults to DateFormat.MEDIUM.
|
String |
JdbcPersistent.displayString(PoemLocale locale)
Defaults to DateFormat.MEDIUM.
|
String |
Persistent.displayString(PoemLocale locale,
int style)
A string describing the object for the purposes of rendering it in lists
presented to the user.
|
String |
JdbcPersistent.displayString(PoemLocale locale,
int style)
A string describing the object for the purposes of rendering it in lists
presented to the user.
|
String |
Field.getCookedString(PoemLocale locale,
int style) |
String |
Persistent.getCookedString(String name,
PoemLocale locale,
int style)
A string representation of the `true value' of one of the object's fields.
|
String |
JdbcPersistent.getCookedString(String name,
PoemLocale locale,
int style)
A string representation of the `true value' of one of the object's fields.
|
String |
PoemType.stringOfCooked(Object cooked,
PoemLocale locale,
int style)
A localised String representation of the oject.
|
String |
BasePoemType.stringOfCooked(Object cooked,
PoemLocale locale,
int style)
A localised String representation of the oject.
|
Copyright © 2000–2021 PanEris. All rights reserved.