|
Class Summary |
| JScriptExec |
Simplified representation of a PDP utilizing Mozilla's
Rhino project as a JavaScript
interpreter for policies. |
| JScriptExecHelper |
Random helper functions for dealing with Java - JavaScript
conversion and storage. |
| JScriptHelper |
Random helper functions for dealing with Java - JavaScript
conversion and storage. |
| JScriptObjectImmutableIterator |
Allows single objects to be viewed as an iterator
This is a version of Iterator that overrides the remove
method so that items can't be taken out of the Native Array, and helps
with type mapping. |
| JScriptScope |
Simplified representation of a Rhino
scope for JavaScript evaluation. |
| SingleObjectImmutableIterator |
Allows single objects to be viewed as an iterator
This is a version of Iterator that overrides the remove
method so that items can't be taken out of the bag. |