|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Updater | |
| org.apache.commons.betwixt | |
| org.apache.commons.betwixt.expression | |
| Uses of Updater in org.apache.commons.betwixt |
| Methods in org.apache.commons.betwixt that return Updater | |
org.apache.commons.betwixt.expression.Updater |
BeanProperty.getPropertyUpdater()
Gets the updater used to write to this properyty. |
org.apache.commons.betwixt.expression.Updater |
Descriptor.getUpdater()
Gets the Updater used to update a Context from the text value
corresponding to this node in an xml document |
| Methods in org.apache.commons.betwixt with parameters of type Updater | |
void |
Descriptor.setUpdater(org.apache.commons.betwixt.expression.Updater updater)
Sets the Updater used to update a Context from the text value
corresponding to this node in an xml document |
| Constructors in org.apache.commons.betwixt with parameters of type Updater | |
BeanProperty(java.lang.String propertyName,
java.lang.Class propertyType,
org.apache.commons.betwixt.expression.Expression propertyExpression,
org.apache.commons.betwixt.expression.Updater propertyUpdater)
Construct a BeanProperty. |
|
| Uses of Updater in org.apache.commons.betwixt.expression |
| Classes in org.apache.commons.betwixt.expression that implement Updater | |
class |
MethodUpdater
MethodUpdater updates the current bean context
by calling a WriteMethod with the String value from the XML attribute
or element. |
| Methods in org.apache.commons.betwixt.expression that return Updater | |
org.apache.commons.betwixt.expression.Updater |
MapEntryAdder.getKeyUpdater()
Gets the entry key Updater. |
org.apache.commons.betwixt.expression.Updater |
MapEntryAdder.getValueUpdater()
Gets the entry value Updater. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||