| Class | Description |
|---|---|
| AbstractExecutor |
Abstract class that is used to execute an arbitrary
method that is in introspected.
|
| ArrayIterator |
An Iterator wrapper for an Object[].
|
| BooleanPropertyExecutor |
Handles discovery and valuation of a
boolean object property, of the
form public boolean is<Property> when executed.
|
| Coercion |
Coercion utilities for the JSTL EL-like coercion.
|
| EnumerationIterator |
An Iterator wrapper for an Enumeration.
|
| GetExecutor |
Executor that simply tries to execute a get(key)
operation.
|
| Introspector |
Little class to manage a Velocity uberspector (Vel 1.4+) for instrospective
services.
|
| PropertyExecutor |
Returned the value of object property when executed.
|