NextApp Echo2
v2.1.0

nextapp.echo2.app.componentxml
Interface PropertyXmlPeer

All Known Implementing Classes:
AlignmentPeer, BooleanPeer, BorderPeer, ColorPeer, ExtentPeer, FillImageBorderPeer, FillImagePeer, FontPeer, InsetsPeer, IntegerPeer, LayoutDataPeer, ResourceImageReferencePeer, StringPeer

public interface PropertyXmlPeer

Interface for


Method Summary
 java.lang.Object getValue(java.lang.ClassLoader classLoader, java.lang.Class objectClass, org.w3c.dom.Element propertyElement)
          Translates an property represented as an DOM Element into a property value.
 

Method Detail

getValue

java.lang.Object getValue(java.lang.ClassLoader classLoader,
                          java.lang.Class objectClass,
                          org.w3c.dom.Element propertyElement)
                          throws InvalidPropertyException
Translates an property represented as an DOM Element into a property value.

Parameters:
classLoader - the ClassLoader to use for analyzing component/property data
objectClass - the Class of the object on which the property is being set
propertyElement - the <property> Element
Returns:
the property value
Throws:
InvalidPropertyException

NextApp Echo2
v2.1.0