|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
org.zkoss.jsp.zul.impl.AbstractTag
org.zkoss.jsp.zul.impl.LeafTag
org.zkoss.jsp.zul.impl.BranchTag
public abstract class BranchTag
The skeletal class used to implement the JSP tag for ZK components that might have child tags (and/or components).
Remember to declare the following in the TLD file: <body-content>scriptless</body-content>
| Field Summary |
|---|
| Fields inherited from class org.zkoss.jsp.zul.impl.LeafTag |
|---|
_attrMap, _comp, _eventListenerMap, _forward, _parenttag, _roottag, _use, composeHandle |
| Constructor Summary | |
|---|---|
BranchTag()
|
|
| Method Summary | |
|---|---|
void |
addChildTag(ComponentTag child)
Adds a child tag. |
void |
doTag()
To process this page tag. |
| Methods inherited from class org.zkoss.jsp.zul.impl.LeafTag |
|---|
evaluateDynaAttributes, getComponent, getComponents, getForward, getJspTagName, getParentTag, getRootTag, getUse, isInline, setDynamicAttribute, setForward, setParent, setUse |
| Methods inherited from class org.zkoss.jsp.zul.impl.AbstractTag |
|---|
getIf, getUnless, isEffective, setIf, setUnless |
| Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
|---|
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BranchTag()
| Method Detail |
|---|
public void addChildTag(ComponentTag child)
child - Adds a child tag.
public void doTag()
throws javax.servlet.jsp.JspException,
java.io.IOException
doTag in interface javax.servlet.jsp.tagext.SimpleTagdoTag in class LeafTagjavax.servlet.jsp.JspException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||