Package org.apache.cocoon.environment

Interface Summary
Context Defines an interface to provide context information.
Cookie 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.
Environment Base interface for an environment abstraction
PermanentRedirector Interface for a permanent redirector abstraction
Redirector Interface for an redirector abstraction
Request Defines an interface to provide client request information .
Response Defines an interface to provide client response information .
Session 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.
SourceResolver Base interface for resolving a source by system identifiers.
 

Class Summary
AbstractEnvironment Base class for any environment
CocoonRunnable A Runnable wrapper or base class that inherits the execution context of the thread creating it, as it was at the time of creation.
ForwardRedirector A base class for Redirectors that handle forward redirects, i.e. internal redirects using the "cocoon:" pseudo-protocol.
ObjectModelHelper A set of constants and methods to access the content of the object model.
TemplateObjectModelHelper 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.
 



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.