Package org.thymeleaf.expression
Class Bools
java.lang.Object
org.thymeleaf.expression.Bools
Expression Object for performing boolean operations inside Thymeleaf Standard Expressions.
An object of this class is usually available in variable evaluation expressions with the name
#bools.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBoolean[]arrayIsFalse(Object[] target) Boolean[]arrayIsTrue(Object[] target) listIsFalse(List<?> target) listIsTrue(List<?> target) setIsFalse(Set<?> target)
-
Constructor Details
-
Bools
public Bools()
-
-
Method Details
-
isTrue
-
arrayIsTrue
-
listIsTrue
-
setIsTrue
-
isFalse
-
arrayIsFalse
-
listIsFalse
-
setIsFalse
-
arrayAnd
-
listAnd
-
setAnd
-
arrayOr
-
listOr
-
setOr
-