|
Class Summary |
| CmsFlexLruCache |
Implements an LRU (last recently used) cache. |
| CmsLruHashMap |
A hash table based implementation of the Map interface with limited size
and a "last-recently-used" cache policy of the mapped key/values. |
| CmsMessages |
Reads localized resource Strings from a java.util.ResourceBundle
and provides convenience methods to access the Strings from a template. |
| CmsResourceTranslator |
This class provides a resource name translation facility. |
| CmsStringSubstitution |
Provides a String substitution functionality
with Perl regular expressions. |
| CmsUUID |
Generates a UUID using spatial and temporal uniqueness. |