org.apache.commons.betwixt.expression |
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.
|
Java Source File Name | Type | Comment |
AdderBean.java | Class | |
ClassNameExpression.java | Class | |
CollectionUpdater.java | Class | Updates a Collection by adding the new value to it. |
ConstantExpression.java | Class | ConstantExpression represents a constant expression.
In other words,
ConstantExpression.evaluate returns a value independent of the context. |
Context.java | Class | Context describes the context used to evaluate
bean expressions.
This is mostly a bean together with a number of context variables.
Context variables are named objects.
In other words,
a context variable associates an object with a string.
Logging during expression evaluation is done through the logging
instance held by this class. |
DynaBeanExpression.java | Class | An Expression that gets a property value from a DynaBean. |
DynaBeanUpdater.java | Class | Updates DynaBean 's. |
EmptyExpression.java | Class | EmptyExpression returns the same value as is passed in.
|
Expression.java | Interface | |
IteratorExpression.java | Class | |
MapEntryAdder.java | Class | MapEntryAdder is used to add entries to a map.
MapEntryAdder supplies two updaters:
When both of these updaters have been called, the entry adder method is called. |
MethodExpression.java | Class | |
MethodUpdater.java | Class | |
StringExpression.java | Class | |
TestCollectionUpdater.java | Class | Tests for
CollectionUpdater . |
TestContext.java | Class | |
TestContextOptions.java | Class | |
TestDynaBeanUpdater.java | Class | |
TestUpdaters.java | Class | |
TypedUpdater.java | Class | Abstracts common features for strongly typed Updater 's. |
Updater.java | Interface | |
VariableExpression.java | Class | |