|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Updater | |
org.apache.commons.betwixt | This package contains the main betwixt introspection code. |
org.apache.commons.betwixt.expression | This package contains the system which extracts values from beans. |
Uses of Updater in org.apache.commons.betwixt |
Fields in org.apache.commons.betwixt declared as Updater | |
private Updater |
NodeDescriptor.updater
the updater used to update the current bean from the text value of this node |
Methods in org.apache.commons.betwixt that return Updater | |
Updater |
NodeDescriptor.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 |
NodeDescriptor.setUpdater(Updater updater)
Sets the Updater used to update a Context from the text value
corresponding to this node in an xml document |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |