See: Description
Interface | Description |
---|---|
Condition |
A condition used by
ExpressionTagTestBlockFilter . |
Class | Description |
---|---|
AndCondition |
A condition that composes other conditions with a logical AND.
|
ConditionFactory |
A factory to creates
ConditionWrapper . |
ContainsCondition |
A condition that checks if a tag is contains in a collection of tags.
|
ExpressionParser |
This class is responsible to parse an expression tag to a
Condition . |
NotCondition |
A wrapper condition that inverse the wrapped condition.
|
OrCondition |
A condition that composes other conditions with a logical OR.
|