Class GenericInitiator

  • All Implemented Interfaces:
    Initiator, InitiatorExt

    public abstract class GenericInitiator
    extends java.lang.Object
    implements Initiator, InitiatorExt
    A skeletal implementation that provides does-nothing for all methods, such that the deriving class needs only to implement the required method.
    Since:
    5.0.5
    Author:
    tomyeh
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doAfterCompose​(Page page)
      It is used only for backward compatibility.
      void doAfterCompose​(Page page, Component[] comps)
      Called after all components are created (a.k.a., composed), and before any event is processed.
      boolean doCatch​(java.lang.Throwable ex)
      Does nothing but returns false so the exception will be thrown.
      void doFinally()
      Do the cleanup after the page has been evaluated.
      void doInit​(Page page, java.util.Map<java.lang.String,​java.lang.Object> args)
      Does the initializes before the page is evaluated.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait