Class InitiatorInfo


  • public class InitiatorInfo
    extends java.lang.Object
    The init directive in the ZUML page.

    Note: we resolve the class by using Classes.forNameByThread. In other words, it doesn't support the class defined in zscript. Why not? Since there is no way to run zscript before the init directive (and better performance).

    Note: it is not serializable.

    Author:
    tomyeh