Package oracle.portal.utils.v1

Interface Summary
Initializable An Initializable object is initialized using parameters passed in the ParameterMap object in its Initializable.init(ParameterMap) method.
ParameterMap A ParameterMap contains a set of parameters whose values are Objects mapped to String names.
Transform Any object implementing the Transform interface provides a method for tarnsforming one object into an object of another type.
 

Class Summary
ConnectionManager The ConnectionManager is a singleton class that manages a set of 'pooled' JDBC database connections.
MultiByteDecoder The class contains a utility method for decoding an arbitrary String encoded using the same scheme as MultiByteEncoder.
MultiByteEncoder The class contains a utility method for encoding an arbitrary String using the set of characters allowed in a URI, as defined in RFC 2396 - "Uniform Resource Identifiers (URI): Generic Syntax".
NameValuePair Utility class for storing and retrieving a name-value pair.
SimpleParameterMap A ParameterMap contains a set of parameters whose values are Objects mapped to String names.
 

Exception Summary
ConnectionManagerException