Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
| Interface | Description |
|---|---|
| BundleLookupMarkup |
The result of a bundle lookup, with possible prefix and suffix values that
represent markup to be added for any in-context translation editors.
|
| Class | Description |
|---|---|
| ApplicationResources |
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
|
| ApplicationResources_ja |
Provides a simplified interface for obtaining localized values from the ApplicationResources.properties files.
|
| ApplicationResourcesAccessor |
Provides a simplified interface for obtaining localized and formatted values
from a
ResourceBundle. |
| BundleLookupThreadContext |
Each thread has a markup context associated with it.
|
| CurrencyComparator |
Compares currencies and orders them by their currency code.
|
| EditableResourceBundle |
Wraps the resources with XHTML and scripts to allow the modification of the
resource bundle contents directly through the web interface.
|
| EditableResourceBundleSet |
Groups resource bundles into a set.
|
| I18nThreadLocalCallable<T> |
Invokes the provided callable in the same internationalization context.
|
| I18nThreadLocalRunnable |
Invokes the provided runnable in the same internationalization context.
|
| LocaleComparator |
Sorts locales by language, country, then variant.
|
| Locales |
Convenience static access to more locales than provided by the stock Locale class.
|
| LocaleString |
Associates a locale with a string.
|
| ModifiablePropertiesResourceBundle |
Wraps the resources with XHTML and scripts to allow the modification of the
resource bundle contents directly through the web interface.
|
| ModifiableResourceBundle |
A modifiable resource bundle allows the resources to be changed during
the execution of the application.
|
| Money |
Stores a monetary value as a combination of currency and amount.
|
| ThreadLocale |
Keeps track of the user's locale on a per-thread basis.
|
| Enum | Description |
|---|---|
| Country |
ISO 3166-1 alpha-2 country codes.
|
| MarkupType |
The different type of markups allowed for translation integration.
|
Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.