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
 
protected class SearchSitesAction.SiteTitleExpression extends Object implements Expression
Site title expression 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.ametys.plugins.repository.query.expression.Expression
Expression.Operator 
 - 
 
- 
Constructor Summary
Constructors Constructor Description SiteTitleExpression(String value)Creates the comparison Expression. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private String_escapeValue(String value)Stringbuild()Build the expression. 
 - 
 
- 
- 
Constructor Detail
- 
SiteTitleExpression
public SiteTitleExpression(String value)
Creates the comparison Expression.- Parameters:
 value- the value to test
 
 - 
 
- 
Method Detail
- 
build
public String build()
Description copied from interface:ExpressionBuild the expression.- Specified by:
 buildin interfaceExpression- Returns:
 - The XPath view of the expression.
 
 
- 
_escapeValue
private String _escapeValue(String value)
 
 - 
 
 -