Class XMLFieldHandler<T>

java.lang.Object
All Implemented Interfaces:
ConfigurableFieldHandler<T>, FieldHandler<T>
Direct Known Subclasses:
CollectionFieldHandler, DateFieldHandler

public class XMLFieldHandler<T> extends AbstractFieldHandler<T>
This FieldHandler is used in the generated descriptors.

A field handler knows how to perform various operations on the field that require access to the field value.

Version:
$Revision$ $Date: 2006-04-14 04:14:43 -0600 (Fri, 14 Apr 2006) $
Author:
Assaf Arkin, Keith Visco
See Also: