CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.run.xml
Class DateFormatAdapter

java.lang.Object
  extended by com.tangosol.util.Base
      extended by com.tangosol.util.BitHelper
          extended by com.tangosol.util.ExternalizableHelper
              extended by com.tangosol.run.xml.PropertyAdapter
                  extended by com.tangosol.run.xml.SimpleAdapter
                      extended by com.tangosol.run.xml.SimpleAdapter.OldDateAdapter
                          extended by com.tangosol.run.xml.DateFormatAdapter
All Implemented Interfaces:
Serializable

public class DateFormatAdapter
extends SimpleAdapter.OldDateAdapter

A property adapter for formatting formatting and parsing dates in a locale-sensitive manner. Following is an example of the adapter description.

 <adapter>com.tangosol.run.xml.DateFormatAdapter</adapter>
 <pattern>yyyy.MM.dd G 'at' hh:mm:ss z</pattern>
 <locale>
   <language>en</language>
   <country>US</country>
 </locale>
 

Version:
1.00 2002.10.11
Author:
gg
See Also:
SimpleDateFormat

Nested Class Summary
 
Nested classes/interfaces inherited from class com.tangosol.run.xml.SimpleAdapter
SimpleAdapter.BigDecimalAdapter, SimpleAdapter.BigIntegerAdapter, SimpleAdapter.BooleanAdapter, SimpleAdapter.ByteAdapter, SimpleAdapter.CharAdapter, SimpleAdapter.DateAdapter, SimpleAdapter.DoubleAdapter, SimpleAdapter.FloatAdapter, SimpleAdapter.IntAdapter, SimpleAdapter.LongAdapter, SimpleAdapter.OldDateAdapter, SimpleAdapter.ShortAdapter, SimpleAdapter.StringAdapter, SimpleAdapter.SystemTimeAdapter, SimpleAdapter.TimeAdapter, SimpleAdapter.TimestampAdapter
 
Field Summary
 
Fields inherited from class com.tangosol.run.xml.PropertyAdapter
m_clzType, m_fAttribute, m_infoBean, m_methodClone, m_methodGet, m_methodSet, m_sName, m_sNmsPrefix, m_sNmsUri, m_sXml, NOPARAMS
 
Constructor Summary
DateFormatAdapter(XmlBean.BeanInfo infoBean, Class clzType, String sName, String sXml, XmlElement xml)
          Construct a DateFormatAdapter.
 
Method Summary
 Object fromXml(XmlElement xml)
          Deserialize an object from an XML element.
 XmlElement toXml(Object o)
          Serialize an object into an XML element.
 
Methods inherited from class com.tangosol.run.xml.SimpleAdapter.OldDateAdapter
fromUri, isCloneRequired, readExternal, toUri, writeExternal
 
Methods inherited from class com.tangosol.run.xml.SimpleAdapter
decodeString, encodeString, parseNumber
 
Methods inherited from class com.tangosol.run.xml.PropertyAdapter
clone, equalsValue, findAttribute, findElement, get, getAccessor, getBeanInfo, getCloner, getElements, getLocalXmlName, getMutator, getName, getNamespacePrefix, getNamespaceUri, getType, getXmlName, hash, isAnonymous, isAttribute, isElementMatch, isEmpty, readXml, set, setNamespacePrefix, toString, writeXml
 
Methods inherited from class com.tangosol.util.BitHelper
countBits, countBits, countBits, indexOfLSB, indexOfLSB, indexOfLSB, indexOfMSB, indexOfMSB, indexOfMSB, toBitString, toBitString, toBitString
 

Constructor Detail

DateFormatAdapter

public DateFormatAdapter(XmlBean.BeanInfo infoBean,
                         Class clzType,
                         String sName,
                         String sXml,
                         XmlElement xml)
Construct a DateFormatAdapter.

Parameters:
infoBean - BeanInfo for a bean containing this property
clzType - the type of the property
sName - the property name
sXml - the XML tag name
xml - additional XML information
Method Detail

fromXml

public Object fromXml(XmlElement xml)
Deserialize an object from an XML element.

Overrides:
fromXml in class SimpleAdapter.OldDateAdapter
Parameters:
xml - the XML element to deserialize from
Returns:
the object deserialized from the XML element

toXml

public XmlElement toXml(Object o)
Serialize an object into an XML element.

Overrides:
toXml in class SimpleAdapter.OldDateAdapter
Parameters:
o - the object to serialize
Returns:
the XML element representing the serialized form of the passed object

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation