Package com.acsinet_solutions.util.text

This package provides text related facilities.

See:
          Description

Interface Summary
DateFormatter Locale specific date formatting interface definition.
MessageFactory This class implements a factory for validation messages
 

Class Summary
AlphaCodec Alphanumeric codec, this method converts an arbitrary String of characters into a String of alphanumeric characters plus '_' and '-'.
BundleMessageFactory This is a validation message factory as a service, so internationalized validation messages can easily be configured and obtained this way.
Code This class implements a code that may ( or may not ) start with an int value, and continue with a String value, and should be ordered according to numeric value first and alphanumeric value later.
Codec Generic and simple encoding and decoding facilities based on java.net encoding, but with an optional prefix that inicates if the decoding is necessary
DateFormatterBundle English and base date formatter bundle.
DateFormatterBundle_en English formatter bundle; it's really the same as the default bundle.
DateFormatterBundle_es English and base date formatter bundle.
DateFormatterBundle_es.SpanishDateFormatter Date formatter for spanish locales
DateFormatterBundle.EnglishDateFormatter Date formatter for english locales
GlobalMessages Utility class that provides messages for utility exception classes.
NoopMessageFactory NOOP message factory for simple and test implementations.
PropertyMessageFactory A ResourceBundle-based message factory implementation.
TextTemplate Class that obtains a customized text from a resource.
TransferableText Implementation of a simple class that implements a serializable text holder that may locally use a stream for storing its value.
URLCodec Basic URL Codec which throws runtime exceptions and not checked ones
 

Package com.acsinet_solutions.util.text Description

This package provides text related facilities.