org.mmbase.bridge.jsp.taglib
Interface Condition
- All Known Implementing Classes:
- ListConditionTag, PresentTag, CompareTag, MayWriteTag, MayLinkTag, MayChangeContextTag, MayDeleteTag, MayCreateTag, MayCreateRelationTag
- 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.
- Author:
- Michiel Meeuwissen
|
Method Summary |
void |
setInverse(java.lang.Boolean b)
This attribute inverses the sense of the condition. |
setInverse
public void setInverse(java.lang.Boolean b)
- This attribute inverses the sense of the condition.
MMBase 2002