Class RenderQueueImpl
java.lang.Object
org.apache.tapestry5.internal.services.RenderQueueImpl
- All Implemented Interfaces:
RenderQueue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Corresponds toRenderQueue.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.
-
Constructor Details
-
RenderQueueImpl
-
-
Method Details
-
push
Description copied from interface:RenderQueue
Adds the new command to the front of the queue.- Specified by:
push
in interfaceRenderQueue
-
run
-
startComponent
Description copied from interface:RenderQueue
Indicates that a component is starting its render. A stack of active components is used for exception reporting.- Specified by:
startComponent
in interfaceRenderQueue
- Parameters:
resources
- identifies the component that is rendering
-
endComponent
Description copied from interface:RenderQueue
Corresponds toRenderQueue.startComponent(ComponentResources)
, used to denote when the most recently started component finishes rendering.- Specified by:
endComponent
in interfaceRenderQueue
-