Class ZScriptInitiator

  • All Implemented Interfaces:
    Initiator

    public class ZScriptInitiator
    extends java.lang.Object
    implements Initiator
    An initiator used to evaluate a zscript file. Used internally by Parser to evaluate the init directive with zscript:
    <?init zscript="xxx"?>
    Author:
    tomyeh
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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