com.jcorporate.expresso.kernel.util |
This package contains utility classes that assist in the operation of the
kernel package and any other Expresso classes.
|
Java Source File Name | Type | Comment |
ClassLoaderComparator.java | Class | |
ClassLocator.java | Class | Utility class that first tries to locate a context class loader, and if that
exists, then give that a try. |
DataContextIterator.java | Class | This class is useful for iterating through all data contexts that are
installed at the root level of the Expresso Runtime hierarchy. |
FastStringBuffer.java | Class | A fast string buffer implements a mutable sequence of characters.
Fast string buffers are unsafe for use by multiple threads.
Every string buffer has a capacity. |
LocatorUtils.java | Class | Locator Utils are to allow walking the component hierarchy tree so you
can reference components by a 'path name' instead of walking it manually
yourself
Beacuse there are potentially more than one Runtime Environment in a Virtual
Machine, you must associate a LocatorUtils object with any component within
a tree. |
NameValuePair.java | Class | Object similar to valid values, but it mainly represents the common usage of
a name representing a value. |