org.mmbase.bridge.jsp.taglib
Interface Condition

All Known Implementing Classes:
BooleanFunctionTag, CompareTag, HasRelationsTag, ListConditionTag, MayChangeContextTag, MayCreateRelationTag, MayCreateTag, MayDeleteTag, MayWriteTag, PresentTag

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,v 1.4 2003/06/06 10:03:06 pierre Exp $
Author:
Michiel Meeuwissen

Method Summary
 void setInverse(java.lang.String b)
          This attribute inverses the sense of the condition.
 

Method Detail

setInverse

public void setInverse(java.lang.String b)
                throws javax.servlet.jsp.JspTagException
This attribute inverses the sense of the condition.

Throws:
javax.servlet.jsp.JspTagException


MMBase build 1.7.1.20041002