Package | Description |
---|---|
com.gentics.api.lib.expressionparser |
Package for classes and interfaces related to parsing and evaluating
of expressions.
|
com.gentics.api.lib.rule |
Package for classes and interfaces related rule parsing and interpretation.
|
com.gentics.api.portalnode.connector |
Package containing a factory to create all initial objects you need, and some helper classes.
|
Modifier and Type | Method and Description |
---|---|
Expression |
ExpressionParser.parse(java.lang.String expressionString)
Parse the given expression string into an Expression.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleTree.parse(java.lang.String ruleString)
Deprecated.
Parse the given string into a ruletree.
|
Modifier and Type | Method and Description |
---|---|
static Expression |
PortalConnectorFactory.createExpression(java.lang.String rule)
Parse the given expression string into an Expression.
|
static RuleTree |
PortalConnectorFactory.createRuleTree(java.lang.String rule)
Deprecated.
deprecated, replaced by
PortalConnectorFactory.createExpression(String) |
Copyright © 2020 Gentics Software. All Rights Reserved.