|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.modules.Assembler
org.apache.turbine.modules.Layout
org.apache.turbine.modules.layouts.DirectResponseLayout
public class DirectResponseLayout
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.
Field Summary |
---|
Fields inherited from class org.apache.turbine.modules.Layout |
---|
CACHE_SIZE_DEFAULT, CACHE_SIZE_KEY, NAME, PREFIX |
Constructor Summary | |
---|---|
DirectResponseLayout()
|
Method Summary | |
---|---|
void |
doBuild(PipelineData pipelineData)
Ensures that a direct response has been declared. |
void |
doBuild(RunData data)
Deprecated. Use PipelineData version instead. |
Methods inherited from class org.apache.turbine.modules.Layout |
---|
build, build, getPrefix |
Methods inherited from class org.apache.turbine.modules.Assembler |
---|
getRunData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectResponseLayout()
Method Detail |
---|
@Deprecated public void doBuild(RunData data) throws java.lang.Exception
doBuild
in class Layout
data
- Turbine information.
TurbineException
- if a direct response has not been declared.
java.lang.Exception
- a generic exception.public void doBuild(PipelineData pipelineData) throws java.lang.Exception
doBuild
in class Layout
data
- Turbine information.
TurbineException
- if a direct response has not been declared.
java.lang.Exception
- a generic exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |