| Interfaces | |
|---|---|
| Expression |
|
| Updater |
|
| Classes | |
|---|---|
| ClassNameExpression |
|
| ConstantExpression |
|
| Context |
|
| DynaBeanExpression | An Expression that gets a property value from a DynaBean. |
| DynaBeanUpdater | Updates DynaBean's. |
| EmptyExpression |
|
| IteratorExpression |
|
| MapEntryAdder |
|
| MethodExpression |
|
| MethodUpdater |
|
| StringExpression |
|
| TypedUpdater | Abstracts common features for strongly typed Updater's. |
| VariableExpression |
|
This package contains the system which extracts values from beans.
The mapping is created by class introspection
but the Expression implementations
in this package inspect a particular bean instance and extract the values
used to render the bean as xml.