Class VolatilePage

  • All Implemented Interfaces:
    java.io.Serializable, ClassResolver, Scope, IdSpace, Page, PageCtrl
    Direct Known Subclasses:
    VolatileIPage

    public class VolatilePage
    extends PageImpl
    A page that does not really exist at the client. Its existence is temporary. It is usually used by UiEngine to create components from a ZUML page that eventually shall not be attached to the desktop.

    Notice that all components attached to this page won't be output to the client.

    Since:
    6.0.0
    Author:
    tomyeh
    See Also:
    Serialized Form
    • Constructor Detail

      • VolatilePage

        public VolatilePage​(PageDefinition pgdef)
        Constructs a page by giving the page definition.
        Parameters:
        pgdef - the page definition (never null).
      • VolatilePage

        public VolatilePage​(Page ref)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class PageImpl