> -----Original Message-----
> From: Max Larsson [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 26, 2001 1:18 PM
> To: 'Cocoon Dev'
> Subject: Request interface
> 
> 
> Hi,
> 
> i don't know if it should be the way it is or not,
> but i'describe anyway.
> 
> As much i understand the Requets interface in
> org.apache.cocoon.envirnoment has the same
> function like the HttpRequest object from the
> Servlet API. If that's true where is the 
> setCharacterEncoding method from Servlet API 2.3?

The Request interface is an abstraction for an
arbitrary request-response-cycle. This cycle could
either be based on the servlet api, on a
command line interface, or any other protocol
imaginable.
As a starting point for this abstraction we
used the servlet api 2.2. But this is the
only link between those interfaces. The
Request interfaces is more general and
therefore some methods are not available
in Cocoon.

Carsten
> 

> Max
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to