|
||||||||||
| 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. |
| org.apache.commons.betwixt.io.read | Package contains strategy and configuration classes used by reading only. |
| Uses of Updater in org.apache.commons.betwixt |
|---|
| Methods in org.apache.commons.betwixt that return Updater | |
|---|---|
Updater |
BeanProperty.getPropertyUpdater()
Gets the updater used to write to this properyty. |
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(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,
Expression propertyExpression,
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 |
CollectionUpdater
Updates a Collection by adding the new value to it. |
class |
DynaBeanUpdater
Updates DynaBean's. |
class |
MethodUpdater
MethodUpdater updates the current bean context
by calling a WriteMethod with the String value from the XML attribute
or element. |
class |
TypedUpdater
Abstracts common features for strongly typed Updater's. |
| Methods in org.apache.commons.betwixt.expression that return Updater | |
|---|---|
Updater |
MapEntryAdder.getKeyUpdater()
Gets the entry key Updater. |
Updater |
MapEntryAdder.getValueUpdater()
Gets the entry value Updater. |
| Uses of Updater in org.apache.commons.betwixt.io.read |
|---|
| Methods in org.apache.commons.betwixt.io.read that return Updater | |
|---|---|
Updater |
ReadContext.getCurrentUpdater()
Gets the current Updater. |
Updater |
ReadContext.popUpdater()
Pops the top Updater from the stack. |
| Methods in org.apache.commons.betwixt.io.read with parameters of type Updater | |
|---|---|
void |
ReadContext.pushUpdater(Updater updater)
Pushes an Updater onto the stack. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||