Package org.apache.cocoon.components.flow.javascript
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Classes
JSErrorReporter Implements a Rhino JavaScript ErrorReporter .
LocationTrackingDebugger A Rhino debugger that tracks location information when an exception is raised in some JavaScript code.
ScriptableConnection Wraps a JDBC connection and provides an API similar to JSTL A ScriptableConnection provides two methods:
  • query([String] stmt, [Array] parameters, [Number] startRow, [Number] maxRows, [Function] fun)
  • update([String] stmt, [Array] parameters)
If the fun argument is provided to query it will be called for each row returned (the row object will be passed as its argument).
ScriptableMap Wrap a java.util.Map for JavaScript.
ScriptablePointer No description provided.
ScriptablePointerFactory No description provided.
ScriptablePropertyHandler No description provided.
ScriptablePropertyPointer No description provided.
ScriptableResult No description provided.
ScriptableResult.Row No description provided.