Class RenderPageContext

  • All Implemented Interfaces:
    StatefullComponent

    public class RenderPageContext
    extends java.lang.Object
    implements StatefullComponent
    This is a running page context, which contains a list of watched strings and counters. Whenever one of these counters or strings change, a new page context is generated. This page context also contains the special 'page' counter. That counter is maintained by the system, initialized with '1' and is increased by the number of physical pages at every physical split.
    Author:
    Thomas Morgner