Package org.ametys.cms.repository
Class LanguageExpression
java.lang.Object
org.ametys.cms.repository.LanguageExpression
- All Implemented Interfaces:
Expression
Constructs an
Expression
corresponding to a language comparison.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.plugins.repository.query.expression.Expression
Expression.LogicalOperator, Expression.Operator
-
Constructor Summary
ConstructorDescriptionLanguageExpression
(Expression.Operator operator, String value) Creates the expression.LanguageExpression
(Expression.Operator operator, String[] values) Creates the expression. -
Method Summary
-
Constructor Details
-
LanguageExpression
Creates the expression.- Parameters:
operator
- the operator to make the comparison (only Operator.EQ and Operator.NE allowed)value
- the tag value
-
LanguageExpression
Creates the expression.- Parameters:
operator
- the operator to make the comparison (only Operator.EQ and Operator.NE allowed)values
- the tags value in a array
-
-
Method Details
-
build
Description copied from interface:Expression
Build the expression.- Specified by:
build
in interfaceExpression
- Returns:
- The XPath view of the expression.
-