Module java

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.

Authors:
Pier Fumagalli.
Copyright:
Copyright © 2002-2003 The Apache Software Foundation. All rights reserved.
Java Platform and libraries copyright © Sun Microsystems, Inc. All rights reserved.




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

Exception


A Java "native" Exception.

Reference to a java.lang.Exception object.