org.apache.velocity.util |
|
Java Source File Name | Type | Comment |
ArrayIterator.java | Class |
An Iterator wrapper for an Object[]. |
ClassUtils.java | Class | Simple utility functions for manipulating classes and resources
from the classloader. |
ContextAware.java | Interface | Event handlers implementing this interface will automatically
have the method setContext called before each event. |
EnumerationIterator.java | Class | An Iterator wrapper for an Enumeration. |
ExceptionUtils.java | Class | Use this to create a new Exception. |
RuntimeServicesAware.java | Interface | Use this interface to automatically
have the method setRuntimeServices called at initialization. |
SimplePool.java | Class | Simple object pool. |
SimplePoolTestCase.java | Class | |
StringUtils.java | Class | This class provides some methods for dynamically
invoking methods in objects, and some string
manipulation methods used by torque. |
TemplateNumber.java | Interface | Any object in the context which implements TemplateNumber will be treated
as a number for the purposes of arithmetic operations and comparison. |