| Class | Description |
|---|---|
| AbstractExecutor |
Abstract class that is used to execute an arbitrary
method that is in introspected.
|
| ArrayIterator |
An Iterator wrapper for an Object[].
|
| ArrayListWrapper |
A class that wraps an array with a List interface.
|
| 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.
|
| MapGetExecutor |
GetExecutor that is smart about Maps.
|
| PropertyExecutor |
Returned the value of object property when executed.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.