|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Formatter | |
| com.arsdigita.domain | Domain Objects provide an application logic tier between the persistent storage and presentation tiers. |
| com.arsdigita.xml | A set of wrapper classes around the DOM API that emulate the critical-path elements of the JDOM API. |
| com.arsdigita.xml.formatters | |
| Uses of Formatter in com.arsdigita.domain |
| Methods in com.arsdigita.domain with parameters of type Formatter | |
void |
SimpleDomainObjectXMLFormatter.addFormatter(String property,
Formatter formatter)
|
| Uses of Formatter in com.arsdigita.xml |
| Methods in com.arsdigita.xml that return Formatter | |
static Formatter |
XML.getFormatter(Class klass)
Gets a directly registered formatter for a class. |
static Formatter |
XML.findFormatter(Class klass)
Looks for the best matching formatter. |
| Methods in com.arsdigita.xml with parameters of type Formatter | |
static void |
XML.registerFormatter(Class klass,
Formatter formatter)
Registers a formatter for serializing objects of a class to a String suitable for XML output. |
| Uses of Formatter in com.arsdigita.xml.formatters |
| Classes in com.arsdigita.xml.formatters that implement Formatter | |
class |
DateFormatter
An alternate formatter for java.util.Date objects, outputing the date in 'medium' format. |
class |
DateTimeFormatter
The default formatter for java.util.Date objects, outputing the date in 'medium' format and the time in 'short' format. |
class |
TimeFormatter
An alternate formatter for java.util.Date objects, outputing the date in 'medium' format. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||