|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.jsp.zul.impl.ComposerHandler
public class ComposerHandler
| Method Summary | |
|---|---|
void |
doAfterCompose(org.zkoss.zk.ui.Component comp)
Fire contained Composer's Composer.doAfterCompose(Component) method. |
void |
doBeforeComposeChildren(org.zkoss.zk.ui.Component comp)
Fire contained ComposerExt's ComposerExt.doBeforeComposeChildren(Component) method. |
boolean |
doCatch(java.lang.Throwable e)
|
void |
doFinally()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void doBeforeComposeChildren(org.zkoss.zk.ui.Component comp)
throws java.lang.Exception
ComposerExt's ComposerExt.doBeforeComposeChildren(Component) method.
comp - the component that should be composed.
java.lang.Exception - if ComposerExt.doBeforeComposeChildren(Component) failed.
public void doAfterCompose(org.zkoss.zk.ui.Component comp)
throws javax.servlet.jsp.JspException
Composer's Composer.doAfterCompose(Component) method.
comp - the component that should be composed.
javax.servlet.jsp.JspException - if Composer.doAfterCompose(Component) failed.public boolean doCatch(java.lang.Throwable e)
e - the error that composer should handled
ComposerExt.doCatch(Throwable) return's true, false otherwise.
public void doFinally()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException - if ComposerExt.doFinally() fail.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||