Package | Description |
---|---|
org.overlord.rtgov.activity.processor | |
org.overlord.rtgov.activity.processor.mvel | |
org.overlord.rtgov.activity.processor.xpath |
Modifier and Type | Method and Description |
---|---|
ExpressionEvaluator |
TypeProcessor.PropertyEvaluator.getEvaluator()
This method gets the context value
expression evaluator.
|
ExpressionEvaluator |
TypeProcessor.ContextEvaluator.getEvaluator()
This method gets the context value
expression evaluator.
|
Modifier and Type | Method and Description |
---|---|
void |
TypeProcessor.PropertyEvaluator.setEvaluator(ExpressionEvaluator evaluator)
This method sets the context value's
expression evaluator.
|
void |
TypeProcessor.ContextEvaluator.setEvaluator(ExpressionEvaluator evaluator)
This method sets the context value's
expression evaluator.
|
Modifier and Type | Class and Description |
---|---|
class |
MVELExpressionEvaluator
This class represents a MVEL based expression evaluator.
|
Modifier and Type | Class and Description |
---|---|
class |
XPathExpressionEvaluator
This class represents a XPath based expression evaluator.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.