Class PageRenderQueueImpl

  • All Implemented Interfaces:
    PageRenderQueue

    @Scope("perthread")
    public class PageRenderQueueImpl
    extends java.lang.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.