|
||||||||||
| 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
public class AbstractTag
The skeletal class for implementing the generic JSP tags.
| Constructor Summary | |
|---|---|
AbstractTag()
|
|
| Method Summary | |
|---|---|
boolean |
getIf()
Returns the if condition. |
boolean |
getUnless()
Returns the unless condition. |
boolean |
isEffective()
Returns whether this tag is effecive. |
void |
setIf(boolean ifcond)
Sets the if condition. |
void |
setUnless(boolean unless)
Sets the unless condition. |
| Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
|---|
doTag, findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractTag()
| Method Detail |
|---|
public boolean isEffective()
public boolean getIf()
getUnless()) is true, this tag is
ignored, too.
Tags deriving from this class shall invoke isEffective() to
know the result.
Default: true.
public void setIf(boolean ifcond)
public boolean getUnless()
getIf()) is true, this tag is ignored, too.
Tags deriving from this class shall invoke isEffective() to
know the result.
Default: false.
public void setUnless(boolean unless)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||