Class PageRenderQueueImpl

java.lang.Object
org.apache.tapestry5.internal.services.PageRenderQueueImpl
All Implemented Interfaces:
PageRenderQueue

@Scope("perthread") public class PageRenderQueueImpl extends Object implements PageRenderQueue
This services keeps track of the page being rendered and the root command for the partial render, it is therefore request/thread scoped. There's a filter pipeline around the rendering, and that gets to be stateless because this service, at the end of the pipeline, is stateful.