C

cocoon - Module cocoon - The cocoon module defines the object model used by the Flow system available on Apache Cocoon 2.
Cocoon - Interface cocoon::Cocoon -

The Cocoon interface defines the main Cocoon liaison available to flow scripts.

cocoon - Attribute cocoon::Script::cocoon - The current Cocoon instance associated with this script.
Context - Interface cocoon::Context -

(TODO) The Context object.

Continuation - Interface cocoon::Continuation -

(TODO) The Continuation object.

contxt - Attribute cocoon::Cocoon::contxt - The current Context instance.

D

debug - Operation cocoon::Log::debug - Log a debug message.

E

error - Operation cocoon::Log::error - Log an error message.
Exception - Exception java::Exception -

A Java "native" Exception.

I

info - Operation cocoon::Log::info - Log an informative message.
Iterator - Interface java::Iterator -

A Java "native" Iterator.

J

java - Module java -

This module contains all "native" objects visible from scripting layers available in Cocoon.

JavaObject - Interface java::JavaObject -

A Java "native" Object.

L

log - Attribute cocoon::Cocoon::log - The current Log instance used for logging.
Log - Interface cocoon::Log -

The Log interface defines a way for flow scripts to report messages and errors to the Cocoon logging facility.

log - Attribute cocoon::Script::log - The current Log instance used for logging from this script.

O

OutputStream - Interface java::OutputStream -

A Java "native" OutputStream.

R

request - Attribute cocoon::Cocoon::request - The current Request instance associated with this script.
Request - Interface cocoon::Request -

(TODO) The Request object.

S

Script - Interface cocoon::Script -

The Script object represents the instance of the script currently executed by the Cocoon Flow Layer.

sendPage - Operation cocoon::Cocoon::sendPage -

Passes control to the Cocoon sitemap to generate the output page.

sendPageAndWait - Operation cocoon::Cocoon::sendPageAndWait -

Passes control to the Cocoon sitemap to generate the output page, interrupting the execution until another request comes in.