Uses of Class
uk.org.ogsadai.common.properties.DynamicProperty

Packages that use DynamicProperty
uk.org.ogsadai.common.properties This package provides classes and interfaces provide for the use of properties, both those where the property value is static and those where its value is provided on-demand via callbacks. 
 

Uses of DynamicProperty in uk.org.ogsadai.common.properties
 

Methods in uk.org.ogsadai.common.properties that return DynamicProperty
static DynamicProperty DynamicProperty.createDynamicProperty(javax.xml.namespace.QName name, java.lang.String callback)
          Creates a dynamic resource property.