org.mmbase.bridge.jsp.taglib
Interface Condition
- All Known Implementing Classes:
- BooleanFunctionTag, CompareTag, HasAliasTag, HasFieldTag, HasFunctionTag, HasNodeManagerTag, HasNodeTag, HasPageTag, HasRankTag, HasRelationManagerTag, HasRelationsTag, HasSettingTag, InstanceOfTag, IsEmptyTag, IsGreaterThanTag, IsLessThanTag, IsNotEmptyTag, IsNullTag, ListChangedTag, ListConditionTag, ListEvenTag, ListFirstTag, ListLastTag, ListOddTag, MayChangeContextTag, MayCreateRelationTag, MayCreateTag, MayDeleteTag, MayReadTag, MayTag, MayWriteTag, NotPresentTag, PresentTag, TreeHasPageTag, ValidTag
public interface Condition
Interface for 'condition' tags. ConditionTags are things like
'listcondition' (and descendants like 'first' and 'last'), present,
compare. These tags are similar, therefore all implement this ConditionTag interface.
- Version:
- $Id: Condition.java 37705 2009-08-12 09:30:54Z michiel $
- Author:
- Michiel Meeuwissen
|
Method Summary |
void |
setInverse(String b)
This attribute inverses the sense of the condition. |
setInverse
void setInverse(String b)
throws JspTagException
- This attribute inverses the sense of the condition.
- Throws:
JspTagException
MMBase 2.0-SNAPSHOT - null