public class DirectResponseLayout extends Layout(Code)
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.
author: Peter Courcoux version: $Id: DirectResponseLayout.java 534527 2007-05-02 16:10:59Z tv $
Method Summary
public void
doBuild(RunData data) Ensures that a direct response has been declared.
Ensures that a direct response has been declared.
Parameters: data - Turbine information. exception: TurbineException - if a direct response has not been declared.
Methods inherited from org.apache.turbine.modules.Layout