02/28/2005
 

Package com.epicentric.i18n.format

Enables lazy resolution of a string's locale and style.

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  
 

Package com.epicentric.i18n.format Description

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

See Also:
com.epicentric.i18n.locale, com.epicentric.doctype, com.epicentric.site, com.epicentric.entity

02/28/2005
 

Copyright and Trademark Notices