Package org.jboss.portal.common.util

Interface Summary
MapAccessor<K,V> An interface which defines how a map can be accessed.
ResourceLoader A generic interface which define loading capabilities of resources.
Version.Format  
 

Class Summary
Base64 Encodes and decodes to and from Base64 and URL-safe Base64 encodings.
CLResourceLoader  
CollectionBuilder<C extends Collection<V>,V> An helper to build collection of object in a simple manner.
CollectionMap<K,V> A map of collections.
ContentInfo Describe how content should be interpreted.
CopyOnWriteRegistry Implementation of a registry that implements copy on write semantics.
EmptyResourceBundle  
Exceptions  
IteratorStatus An java.util.Iterator wrapper which keep additional state associated with the wrapped iterator.
LazyMap  
ListMap<K,V>  
LoaderResource Represent a resource that may or not exist.
MapBuilder<M extends Map<K,V>,K,V> An helper to build map in a simple manner.
MarkupInfo Extends content to describe markup content.
MediaType This is a immutable wrapper to the activation MimeTpye.
ParameterMap A decorator that enforce the map content to be
ParameterValidation  
ProxyInfo Encapsulate info about a proxy and provide a way to instantiate it.
SetMap<K,V> A map of set.
SimpleMapAccessor<K,V>  
Tools  
TypedMap<EK,EV,IK,IV>  
TypedMap.Converter<E,I>  
UUIDGenerator Adapted from ejb plugin key generated.
Version Version class conforming to JBoss Product Version Conventions post 2006-03-01.
Version.Qualifier Type safe enum for intermediate major.
 

Enum Summary
Version.Qualifier.Prefix  
Version.Qualifier.Suffix  
 

Exception Summary
ConversionException Signals that an error occured during a conversion.
FormatConversionException A non expected format prevents a conversion to happen.
NullConversionException A null pointer prevents a conversion to happen.