public class RenderQueueImpl extends Object implements RenderQueue
Constructor and Description |
---|
RenderQueueImpl(org.slf4j.Logger logger) |
Modifier and Type | Method and Description |
---|---|
void |
endComponent()
Corresponds to
RenderQueue.startComponent(ComponentResources) , used to denote when the most recently started
component finishes
rendering. |
void |
push(RenderCommand command)
Adds the new command to the front of the queue.
|
void |
run(MarkupWriter writer) |
void |
startComponent(ComponentResources resources)
Indicates that a component is starting its render.
|
public RenderQueueImpl(org.slf4j.Logger logger)
public void push(RenderCommand command)
RenderQueue
push
in interface RenderQueue
public void run(MarkupWriter writer)
public void startComponent(ComponentResources resources)
RenderQueue
startComponent
in interface RenderQueue
resources
- identifies the component that is renderingpublic void endComponent()
RenderQueue
RenderQueue.startComponent(ComponentResources)
, used to denote when the most recently started
component finishes
rendering.endComponent
in interface RenderQueue
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.