Package com.opencms.flex.util

Helper functions for the JSP integration and OpenCms in general.

See:
          Description

Interface Summary
I_CmsFlexLruCacheObject Defines the methods which an object being cached by CmsFlexLruCache must implement.
 

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.
 

Package com.opencms.flex.util Description

Helper functions for the JSP integration and OpenCms in general.

Since:
5.0 beta 2