Package com.mortbay.Util

Interface Summary
Converter Interface for converting classes
 

Class Summary
ArrayConverter Class to convert Vectors and Strings to Arrays.
BlockingQueue Blocking queue XXX temp implementation while waiting for java2 containers.
ContainerIteratorTransformer Class to transform leaves in trees of containers
ConverterBase Class to add support for Converter writers.
ConverterSet Class to handle converting of types from one to another.
ConverterSet.PrimitiveConverter  
DataClass Data class Helper.
DictionaryConverter Deprecated. Use ObjectConverter
DumpFilterOutputStream Filtered OutputStream that summarized throughput on stderr
InetAddrPort InetAddress and Port
InetGateway IP gateway.
IO IO Utilities Provides stream handling utilities in singleton Threadpool implementation accessed by static members.
KeyPairTool Perform simple private key management for keystores.
LineInput  
ObjectConverter Class to convert Dictionary's (including PropertyTrees) to complex object types.
ObjectConverterTest  
ObjectConverterTest.A  
ObjectConverterTest.B  
ObjectConverterTest.TestClass1  
ObjectConverterTest.TestClass2  
Observed Helpful extension to Observable.
Password Get a password This utility class gets a password or pass phrase either by:
PropertyEnumeration Provide an Enumeration over a Classes Properties Optionally, this class allows the user to enumerate over a Classes public fields.
PropertyTree Property map with keys in tree hierarchy.
PropertyTreeConverter Class to convert Objects into PropertyTrees.
PropertyTreeTest  
SmtpMail  
StringUtil  
SummaryFilterOutputStream Filtered OutputStream that summarized throughput on stderr
TestHarness  
ThreadedServer Threaded socket server.
ThreadPool A pool of threads.
URI URI wrapper Wrapper for the results of javax.servlet.http.HttpServletRequest.getRequestURI()
UrlEncoded Handles coding of MIME "x-www-form-urlencoded"
 

Exception Summary
ArrayConverter.ArrayConvertFail  
ContainerIteratorTransformer.ContainerTransformFail  
ConvertFail A Converter error occurred
ObjectConverter.ObjectConvertFail