Package | Description |
---|---|
org.milyn.cdr |
Smooks Configurations (Content Delivery Resources - CDR) Object Model.
|
org.milyn.cdr.extension |
Smooks Configuration Extension Classes.
|
org.milyn.expression |
Conditional Content Delivery.
|
org.milyn.javabean.expression | |
org.milyn.routing.db |
Modifier and Type | Method and Description |
---|---|
ExpressionEvaluator |
XMLConfigDigester.digestCondition(Element conditionElement) |
ExpressionEvaluator |
SmooksResourceConfiguration.getConditionEvaluator()
Get the condition evaluator used in targeting of this resource.
|
ExpressionEvaluator |
XMLConfigDigester.getConditionEvaluator(String idRef) |
Modifier and Type | Method and Description |
---|---|
void |
XMLConfigDigester.addConditionEvaluator(String id,
ExpressionEvaluator evaluator) |
void |
SmooksResourceConfiguration.setConditionEvaluator(ExpressionEvaluator expressionEvaluator)
Set the condition evaluator to be used in targeting of this resource.
|
Modifier and Type | Method and Description |
---|---|
ExpressionEvaluator |
ExtensionContext.getDefaultConditionEvaluator() |
Constructor and Description |
---|
ExtensionContext(XMLConfigDigester xmlConfigDigester,
String defaultSelector,
String defaultNamespace,
String defaultProfile,
ExpressionEvaluator defaultConditionEvaluator)
Public constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExecutionContextExpressionEvaluator
ExecutionContext based expression evaluator. |
Modifier and Type | Class and Description |
---|---|
class |
MVELExpressionEvaluator
MVEL expression evaluator.
|
Modifier and Type | Method and Description |
---|---|
static ExpressionEvaluator |
ExpressionEvaluator.Factory.createInstance(String className,
String conditionExpression) |
ExpressionEvaluator |
ExpressionEvaluator.setExpression(String expression)
Set the condition expression for the evaluator implementation.
|
ExpressionEvaluator |
MVELExpressionEvaluator.setExpression(String expression) |
Modifier and Type | Class and Description |
---|---|
class |
BeanMapExpressionEvaluator
Javabean Cartridge bean Map expression evaluator.
|
Modifier and Type | Method and Description |
---|---|
ResultsetRowSelector |
ResultsetRowSelector.setWhereEvaluator(ExpressionEvaluator whereEvaluator) |
Copyright © 2020. All rights reserved.