Package org.apache.cocoon.components.flow.javascript

Class Summary
JavaScriptFlowHelper  
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  
ScriptablePointerFactory  
ScriptablePropertyHandler  
ScriptablePropertyPointer  
ScriptableResult  
ScriptableResult.Row  
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.