<?init class="MyInit"?>
Once specified, an instance is created and {@link #doInit} is calledbefore the page is evaluated. Then, {@link #doAfterCompose} is calledafter all components are created, and before any event is processed. In additions, {@link #doFinally} is calledafter the page has been evaluated. If an exception occurs, {@link #doCatch}is called.
A typical usage: starting a transaction in doInit, rolling back it in {@link #doCatch} and commit it in {@link #doFinally}(if {@link #doCatch} is not called). @author tomyeh @see InitiatorExt
|
|
|
|
|
|