public class VelocityCachedLayout extends Layout
PipelineData
. It is used in Jetspeed-1 portal.
By using this layout any view write will immediately call the provided print writer RunData.getOut()
and
the HTTP servlet response will be flushed and set the committed flag. This means of course
no change to the HTTP response header will be possible afterwards. By setting the RunData.setAction(String)
in the request
(not only the model, but also) additional response headers could be set, cft. DefaultPage.doBuild(PipelineData)
.CACHE_SIZE_DEFAULT, CACHE_SIZE_KEY, NAME, PREFIX
Constructor and Description |
---|
VelocityCachedLayout() |
Modifier and Type | Method and Description |
---|---|
void |
doBuild(PipelineData pipelineData)
Method called by LayoutLoader.
|
getRunData
public VelocityCachedLayout()
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.