Class DirectResponseLayout

java.lang.Object
org.apache.turbine.modules.layouts.DirectResponseLayout
All Implemented Interfaces:
Assembler, Layout

public class DirectResponseLayout extends Object implements Layout
This layout allows an action to manipulate the ServletOutputStream directly. It requires that data.declareDirectResponse() has been called to indicate that the OutputStream is being handled elsewhere.
Version:
$Id$
Author:
Peter Courcoux