Package org.apache.cocoon.environment

Interface Summary
Context Defines an interface to provide client 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
ModifiableSource Describes a Source object whose data content can change.
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.
Source Description of a source.
SourceResolver Base interface for resolving a source by system identifiers.
WriteableSource A Source that can be written to.
 

Class Summary
AbstractEnvironment Base class for any environment
ForwardRedirector A Redirector that handles 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.
URLFactorySourceResolver A SourceResolver based on a URLFactory.
 



Copyright � 1999-2002 Apache Software Foundation. All Rights Reserved.