|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
This module contains all "native" objects visible from scripting layers available in Cocoon.
In languages such as JavaScript there is no need to implement wrapper for those object, as commodity ones are usually provided by the scripting framework.
It is required, though, to provide the definition of all Java "native" objects accessible from the Apache Cocoon scripting layers, because if any of the future scripting environment implemented does not support automatic wrapping, developers will have to implement those manually.
| Interface Summary | |
| Iterator | A Java "native" Iterator. |
| JavaObject | A Java "native" Object. |
| OutputStream | A Java "native" OutputStream. |
| Exception Summary | |
| Exception | A Java "native" Exception. |
| Exception Details |
A Java "native" Exception.
Reference to a java.lang.Exception object.