|
Class Summary |
| CaseInsensitiveMap<K,V> |
Map wrapper that makes a string-keyed map case insensitive while
still preserving case in key collections. |
| ExtendedJavaClass |
|
| ExtendedJavaObject |
|
| JSAdapter |
JSAdapter is java.lang.reflect.Proxy equivalent for JavaScript. |
| RhinoAppender |
A log4j appender that passes log events to a Rhino callback function
named onLogEvent. |
| ScriptableList |
ScriptableList is a wrapper for java.util.List instances that allows developers
to interact with them like it was a native JavaScript array. |
| ScriptableMap |
ScriptableMap is a wrapper for java.util.Map instances that allows developers
to interact with them as if it were a native JavaScript object. |
| ScriptUtils |
A collection of Rhino utility methods. |
| StackUtils |
Utility class to extract pure JavaScript stack trace from Java exceptions |
| StringUtils |
Utility class for String manipulation. |