public class BlockImpl extends BaseLocatable implements Block, BodyPageElement, RenderCommand
Constructor and Description |
---|
BlockImpl(Location location,
String description) |
Modifier and Type | Method and Description |
---|---|
void |
addToBody(RenderCommand element)
Used during the construction of the page.
|
void |
render(MarkupWriter writer,
RenderQueue queue)
Pushes all the elements of the body of this block onto the queue in appropriate order.
|
String |
toString() |
getLocation
public void addToBody(RenderCommand element)
BodyPageElement
addToBody
in interface BodyPageElement
public void render(MarkupWriter writer, RenderQueue queue)
render
in interface RenderCommand
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.