protected class SearchSitesAction.SiteTitleExpression extends Object implements Expression
Expression.Operator
Constructor and Description |
---|
SiteTitleExpression(String value)
Creates the comparison Expression.
|
Modifier and Type | Method and Description |
---|---|
private String |
_escapeValue(String value) |
String |
build()
Build the expression.
|
public SiteTitleExpression(String value)
value
- the value to testpublic String build()
Expression
build
in interface Expression
private String _escapeValue(String value)