Package org.ametys.web.repository.site
Class SearchSitesAction.SiteTitleExpression
java.lang.Object
org.ametys.web.repository.site.SearchSitesAction.SiteTitleExpression
- All Implemented Interfaces:
Expression
- Enclosing class:
- SearchSitesAction
Site title expression
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.plugins.repository.query.expression.Expression
Expression.LogicalOperator, Expression.Operator
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SiteTitleExpression
Creates the comparison Expression.- Parameters:
value
- the value to test
-
-
Method Details
-
build
Description copied from interface:Expression
Build the expression.- Specified by:
build
in interfaceExpression
- Returns:
- The XPath view of the expression.
-