Package org.jboss.seam.util

Utils - you knew they were here somewhere.

See:
          Description

Interface Summary
Conversions.Converter<Z>  
Conversions.PropertyValue  
 

Class Summary
Base64 Encodes and decodes to and from Base64 notation.
Base64.InputStream A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Conversions  
Conversions.ArrayConverter  
Conversions.AssociativePropertyValue  
Conversions.BigDecimalConverter  
Conversions.BigIntegerConverter  
Conversions.BooleanConverter  
Conversions.CharacterConverter  
Conversions.ClassConverter  
Conversions.DoubleConverter  
Conversions.EnumConverter  
Conversions.FlatPropertyValue  
Conversions.FloatConverter  
Conversions.IntegerConverter  
Conversions.ListConverter  
Conversions.LongConverter  
Conversions.MapConverter  
Conversions.MultiPropertyValue  
Conversions.PropertiesConverter  
Conversions.SetConverter  
Conversions.StringArrayConverter  
Conversions.StringConverter  
DTDEntityResolver An EntityResolver implementation which attempts to resolve various systemId URLs to local classpath lookups Any systemId URL beginning with http://jboss.com/products/seam/ is searched for as a classpath resource in the classloader which loaded the Seam classes. Any systemId URL using classpath as the scheme (i.e.
EJB  
EnumerationEnumeration<T>  
EnumerationIterator<T>  
FacesResources  
Hex Hex encoder and decoder, ripped off from commons-codec.
Id  
IteratorEnumeration  
JSF  
Naming  
ProxyFactory Factory of dynamic proxy classes.
RandomStringUtils Operations for random Strings.
Reflections  
Resources  
Sorter<T>  
SortItem<T>  
Strings  
Work<T> Performs work in a JTA transaction.
XML  
XML.NullEntityResolver  
 

Annotation Types Summary
EJB.Dummy  
 

Package org.jboss.seam.util Description

Utils - you knew they were here somewhere. Now where did I put that String splitter...?