|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RenderQueue
A stateful object that manages the process of rendering a page. Rending a page in Tapestry is based on a command queue.
| Method Summary | |
|---|---|
void |
endComponent()
Corresponds to 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 |
startComponent(ComponentResources resources)
Indicates that a component is starting its render. |
| Method Detail |
|---|
void push(RenderCommand command)
void startComponent(ComponentResources resources)
resources - identifies the component that is renderingvoid endComponent()
startComponent(ComponentResources), used to denote when the most recently started
component finishes
rendering.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||