Interface PageRenderQueue

  • All Known Implementing Classes:
    PageRenderQueueImpl

    public interface PageRenderQueue
    A wrapper around RenderQueue, but referencable as a (per-thread) service. This service is scoped so that we can tell it what to render in one method, then have it do the render in another. Part of an elaborate scheme to keep certain interfaces public and other closely related ones private.