Uses of Package
com.acsinet_solutions.util.text

Packages that use com.acsinet_solutions.util.text
com.acsinet_solutions.cetia4.service This package defines some basic services and facilities that are used at some point on the framework. 
com.acsinet_solutions.cetia4.service.impl Simple generic implementations of services whose interfaces are defined in the parent package. 
com.acsinet_solutions.util.exception This package defines some useful generic exception classes that are used in utilities and classes over the framework, or may be used in user-defined classes if desired. 
com.acsinet_solutions.util.text This package provides text related facilities. 
com.acsinet_solutions.util.validator This package provides a simple validation facility; unlike another validation aproximations, this is code-based and not xml-based in it's aproximation to validation tasks. 
 

Classes in com.acsinet_solutions.util.text used by com.acsinet_solutions.cetia4.service
TransferableText
          Implementation of a simple class that implements a serializable text holder that may locally use a stream for storing its value.
 

Classes in com.acsinet_solutions.util.text used by com.acsinet_solutions.cetia4.service.impl
TransferableText
          Implementation of a simple class that implements a serializable text holder that may locally use a stream for storing its value.
 

Classes in com.acsinet_solutions.util.text used by com.acsinet_solutions.util.exception
MessageFactory
          This class implements a factory for validation messages
 

Classes in com.acsinet_solutions.util.text used by com.acsinet_solutions.util.text
DateFormatter
          Locale specific date formatting interface definition.
DateFormatterBundle
          English and base date formatter bundle.
MessageFactory
          This class implements a factory for validation messages
TextTemplate
          Class that obtains a customized text from a resource.
 

Classes in com.acsinet_solutions.util.text used by com.acsinet_solutions.util.validator
MessageFactory
          This class implements a factory for validation messages