Package org.opencms.util

Utility functions for String manipulation and other often used tasks.

See:
          Description

Interface Summary
I_CmsIdentifiableObjectContainer Container for identifiable objects.
I_CmsMacroResolver Describes a macro mapper, which is used to efficiently resolve macros in the form of ${key} in an input String.
 

Class Summary
CmsDateUtil Utilities to get and set formated dates in OpenCms.
CmsFileUtil Provides File utility functions.
CmsHtmlConverter Html cleaner, used to clean up html code (e.g.
CmsHtmlExtractor Extracts plain text from HTML.
CmsIdentifiableObjectContainer Default implementation of a named object container.
CmsMacroResolver Resolves macros in the form of ${key} in an input String.
CmsPropertyUtils Utilities to access property files.
CmsRequestUtil Provides utility functions for dealing with values a HttpServletRequest.
CmsResourceTranslator This class provides a resource name translation facility.
CmsRfsFileViewer The representation of a RFS file along with the settings to provide access to certain portions (amount of lines) of it.
CmsStringUtil Provides String utility functions.
CmsUriSplitter Splits an URI String into separate components.
CmsUUID Generates a UUID using spatial and temporal uniqueness.
CmsXmlSaxWriter Simple SAX event handler that generates a XML file from the events caught.
Messages Convenience class to access the localized messages of this OpenCms package.
PrintfFormat PrintfFormat allows the formatting of an array of objects embedded within a string.
 

Exception Summary
CmsRfsException Used to signal issues with the real local file system (RFS), for example during file access.
 

Package org.opencms.util Description

Utility functions for String manipulation and other often used tasks.

Since:
6.0.0
Version:
$Revision: 1.6 $