| Interface | Description |
|---|---|
| DomFormatter<T> |
interface for classes that format an object into XML
|
| ValueFormatter<F> |
An interface that denotes the implementing object is capable of converting
objects of a certain type into strings.
|
| Class | Description |
|---|---|
| DateFormatter | |
| DateTimeFormatter | |
| DefaultFormatter |
A simple default formatting object.
|
| DetailedPercentFormatter | |
| DomFormat<T> | |
| DomValueFormatter<T> | |
| EmailFormatter | |
| EndDateFormatter<T extends uk.ac.ed.epcc.webapp.time.TimePeriod> | |
| IdFormatter | |
| NameFormatter | |
| PercentFormatter | |
| ReferenceFormatter | |
| ShortTextPeriodFormatter |
Formats a period as concise human readable text.
|
| StartDateFormatter<T extends uk.ac.ed.epcc.webapp.time.TimePeriod> | |
| TextPeriodFormatter |
Formats a period a an inclusive date range
|
| WebNameFormatter | |
| XMLDateTimeFormatter |
Formats a
Date object so that it is represented as an XML dataTime. |
| XMLDurationFormatter |
Formats
Duration object so that it is represented as an XML duration. |