org.apache.cocoon.environment |
|
Java Source File Name | Type | Comment |
AbstractEnvironment.java | Class | |
CocoonRunnable.java | Class | A Runnable wrapper or base class that inherits the execution
context of the thread creating it, as it was at the time of creation.
It is meant to be used when processing of a request is to be split across several
cooperating threads (e.g. |
Context.java | Interface | Defines an interface to provide client context information . |
Cookie.java | Interface | Creates a cookie, a small amount of information sent by a servlet to
a Web browser, saved by the browser, and later sent back to the server.
A cookie's value can uniquely
identify a client, so cookies are commonly used for session management.
A cookie has a name, a single value, and optional attributes
such as a comment, path and domain qualifiers, a maximum age, and a
version number. |
Environment.java | Interface | |
ForwardRedirector.java | Class | A base class for Redirector s that handle forward redirects, i.e. |
ModifiableSource.java | Interface | Describes a
Source object whose data content can change. |
ObjectModelHelper.java | Class | A set of constants and methods to access the content of the object model.
The object model is a Map used to pass information about the
calling environment to the sitemap and its components (matchers, actions,
transformers, etc).
This class provides accessors only for the objects in the object model that are
common to every environment and which can thus be used safely. |
PermanentRedirector.java | Interface | |
Redirector.java | Interface | |
Request.java | Interface | Defines an interface to provide client request information . |
Response.java | Interface | Defines an interface to provide client response information . |
Session.java | Interface | Provides a way to identify a user across more than one page
request or visit to a Web site and to store information about that user.
Cocoon uses this interface to create a session
between a client and the "cocoon server". |
Source.java | Interface | Description of a source. |
SourceResolver.java | Interface | Base interface for resolving a source by system identifiers. |
TemplateObjectModelHelper.java | Class | This is an utility class to create an object model which is similar to the one
used in flow, that can be used from every component. |
URLFactorySourceResolver.java | Class | A SourceResolver based on a URLFactory . |
WriteableSource.java | Interface | A
Source that can be written to. |