Class ThemeExpression
- java.lang.Object
-
- org.ametys.plugins.linkdirectory.theme.ThemeExpression
-
- All Implemented Interfaces:
Expression
public class ThemeExpression extends Object implements Expression
Build aExpressionfor links themes
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ametys.plugins.repository.query.expression.Expression
Expression.Operator
-
-
Constructor Summary
Constructors Constructor Description ThemeExpression(String value)Build a ThemeExpression from a label.
-
-
-
Constructor Detail
-
ThemeExpression
public ThemeExpression(String value)
Build a ThemeExpression from a label.- Parameters:
value- the theme label.
-
-
Method Detail
-
build
public String build()
Description copied from interface:ExpressionBuild the expression.- Specified by:
buildin interfaceExpression- Returns:
- The XPath view of the expression.
-
-