Package org.weborganic.berlioz.util

A collection of utility classes.

See:
          Description

Interface Summary
EntityInfo Interface to define basic information that can be held about a resource to be served via HTTP.
 

Class Summary
Aeson A utility class allowing Berlioz to produce JSON from the Aeson JSON library.
CharsetUtils A bunch of utility functions for dealing with character sets.
CollectedError<T extends Exception> A simple class to associate an error collected by a parser to a level or seriousness.
ErrorCollector<T extends Exception> An error listener wrapping the XSLT engines default listener and recording occurring errors as XML so that they can be used.
Errors A utility class for the processing of errors.
FileEntityInfo A basic implementation of the Entity info pointing to an existing file and producing entity tags based on length and last modified date.
FileUtils A bunch of utility functions for files.
GenericEntityInfo A basic implementation of the entity info interface.
MD5 A utility class providing a simple method to generate MD5 hash values for text content.
Pair<T,V> An implementation of an object that can be used as a fast key made of two objects for lookup in sets and map.
ProfileFormat A format for the profiling results.
ResourceCompressor A utility class to compress the contents of a resource.
Versions Utility class for versions.
 

Enum Summary
CollectedError.Level The level of collected error.
ISO8601 This class provides methods for date formatting and parsing according to ISO 8601.
 

Exception Summary
CompoundBerliozException A Berlioz exception to includes a list of collected errors.
 

Package org.weborganic.berlioz.util Description

A collection of utility classes.