|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.jsf.zul.impl.Initiators
public class Initiators
A helper class used to handle Initiator in ZULJSF Component.
| Constructor Summary | |
|---|---|
Initiators()
|
|
| Method Summary | |
|---|---|
void |
addInitiator(org.zkoss.zk.ui.util.Initiator init,
java.util.List args)
Add new initiator and it's args into this handler. |
void |
doAfterCompose(org.zkoss.zk.ui.Page page)
Handle all doAfterCompose of Initiator. |
void |
doCatch(java.lang.Throwable t)
Invokes Initiator.doCatch(java.lang.Throwable). |
void |
doFinally()
Invokes Initiator.doFinally(). |
void |
doInit(org.zkoss.zk.ui.Page page)
Invokes Initiator.doInit(org.zkoss.zk.ui.Page, java.lang.Object[]), if any, and returns
an instance ofInitiators. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Initiators()
| Method Detail |
|---|
public void addInitiator(org.zkoss.zk.ui.util.Initiator init,
java.util.List args)
init - the initiatorargs - the argspublic void doInit(org.zkoss.zk.ui.Page page)
Initiator.doInit(org.zkoss.zk.ui.Page, java.lang.Object[]), if any, and returns
an instance ofInitiators.
public void doAfterCompose(org.zkoss.zk.ui.Page page)
throws java.lang.Exception
page -
java.lang.Exceptionpublic void doCatch(java.lang.Throwable t)
Initiator.doCatch(java.lang.Throwable).
It eats all exception without throwing one (but logging).
Caller has to re-throw the exception.
public void doFinally()
Initiator.doFinally().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||