|
02/28/2005 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Package Summary
| Interface Summary | |
| Formattable | |
| Class Summary | |
| AbstractFormattable | |
| AttributeFormattingContext | A specialized version of the FormattingContext for use in generating attribute values without tags to distrupt them. |
| EmptyFormattable | |
| FormattableBundle | |
| FormattableGroup | |
| FormattableString | |
| FormattableStyle | |
| FormattingContext | |
Enables lazy resolution of a string's locale and style. This package is appropriate only for code that does not need localization and formatting to be applied until later.
This package can be used for the following purposes:
When actually needed, strings can be resolved based on the user, site, locale, and document type. A string that is formatted using this package can serve multiple purposes -- for example, to send a message to an error file based on one locale and to display a message based on the current request.
See:
Discussion
Code Example
com.epicentric.i18n.locale,
com.epicentric.doctype,
com.epicentric.site,
com.epicentric.entity
|
02/28/2005 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||