ImageTypeManager maintains a set of ImageType objects, each of which defines a type of image component (eg. button, tab bar, etc...) which can be generated (and cached). Each ImageType is identified by a name and namespace. ImageType instances provide the type-specific information needed to generate (and cache) images through a set of properties which can be accessed via the ImageType inteface.
Clients can use the default ImageTypeManager, which can be obtained via the getDefaultImageTypeManager(), or create their own.
@see org.apache.myfaces.trinidadinternal.image.ImageType
@see org.apache.myfaces.trinidadinternal.image.ImageConstants
@version $Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/image/ImageTypeManager.java#0 $) $Date: 10-nov-2005.19:03:57 $
@author The Oracle ADF Faces Team