Class PrototypeBuildingRenderer

  • All Implemented Interfaces:
    Renderer, StatefullComponent

    public class PrototypeBuildingRenderer
    extends java.lang.Object
    implements Renderer
    This renderer does not build real output. This renderer fills in prototype element definitions and is later used to spit them out when requested. Prototypes are filled in in the first stage of the renderering and are reused in all subsequent stages. This class needs to be implemented later.
    Author:
    Thomas Morgner