org.geotools.xml.impl.jxpath
Class FeaturePropertyHandler

java.lang.Object
  extended by org.geotools.xml.impl.jxpath.FeaturePropertyHandler
All Implemented Interfaces:
org.apache.commons.jxpath.DynamicPropertyHandler

public class FeaturePropertyHandler
extends java.lang.Object
implements org.apache.commons.jxpath.DynamicPropertyHandler

JXPath property handler for features.

Author:
Justin Deoliveira, The Open Planning Project

Constructor Summary
FeaturePropertyHandler()
           
 
Method Summary
 java.lang.Object getProperty(java.lang.Object object, java.lang.String property)
           
 java.lang.String[] getPropertyNames(java.lang.Object object)
           
 void setProperty(java.lang.Object object, java.lang.String property, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeaturePropertyHandler

public FeaturePropertyHandler()
Method Detail

getPropertyNames

public java.lang.String[] getPropertyNames(java.lang.Object object)
Specified by:
getPropertyNames in interface org.apache.commons.jxpath.DynamicPropertyHandler

getProperty

public java.lang.Object getProperty(java.lang.Object object,
                                    java.lang.String property)
Specified by:
getProperty in interface org.apache.commons.jxpath.DynamicPropertyHandler

setProperty

public void setProperty(java.lang.Object object,
                        java.lang.String property,
                        java.lang.Object value)
Specified by:
setProperty in interface org.apache.commons.jxpath.DynamicPropertyHandler


Copyright © 1996-2010 Geotools. All Rights Reserved.