Class ThemeExpression
- java.lang.Object
-
- org.ametys.plugins.linkdirectory.theme.ThemeExpression
-
- All Implemented Interfaces:
Expression
public class ThemeExpression extends Object implements Expression
Build aExpression
for 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:Expression
Build the expression.- Specified by:
build
in interfaceExpression
- Returns:
- The XPath view of the expression.
-
-