Package | Description |
---|---|
net.sf.jett.expression |
Provides the classes necessary for JETT to interface to JEXL and evaluate
Expressions . |
net.sf.jett.model |
Provides value objects for JETT processing and enumerated objects for
things like style values.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
Expression.evaluate(ExpressionFactory factory,
java.util.Map<java.lang.String,java.lang.Object> beans) |
Evaluate this
Expression using the given Map of
beans as a context. |
static java.lang.Object |
Expression.evaluateString(java.lang.String value,
ExpressionFactory factory,
java.util.Map<java.lang.String,java.lang.Object> beans) |
Find any
Expressions embedded in the given string, evaluate
them, and replace the expressions with the resulting values. |
static java.lang.Object |
Expression.evaluateString(org.apache.poi.ss.usermodel.RichTextString richTextString,
org.apache.poi.ss.usermodel.CreationHelper helper,
ExpressionFactory factory,
java.util.Map<java.lang.String,java.lang.Object> beans) |
Find any
Expressions embedded in the given string, evaluate
them, and replace the expressions with the resulting values. |
Modifier and Type | Method | Description |
---|---|---|
ExpressionFactory |
WorkbookContext.getExpressionFactory() |
Returns the
ExpressionFactory . |
Modifier and Type | Method | Description |
---|---|---|
void |
WorkbookContext.setExpressionFactory(ExpressionFactory factory) |
Sets the
ExpressionFactory . |
Copyright © 2012–2018 Jett Team. All rights reserved.