Interface ExecutionInit

  • All Known Implementing Classes:
    OpenEntityManagerInViewListener

    public interface ExecutionInit
    Used to initialize an execution when it is created.

    How this interface is used.

    1. First, you specify a class that implements this interface in WEB-INF/zk.xml as a listener.
    2. Then, even time ZK loader creates a new execution, an instance of the specified class is instantiated and init(org.zkoss.zk.ui.Execution, org.zkoss.zk.ui.Execution) is called.
    Author:
    tomyeh