| Modifier and Type | Method and Description |
|---|---|
protected String |
LightTable.evaluateAndReplaceExpressionValues(String row,
int index,
Object model,
Map<String,Object> expandedContext,
Pattern expressionPattern,
ExpressionEvaluator expressionEvaluator)
Evaluate expressions and replace content found by the expressionPattern in the row
|
protected String |
LightTable.evaluateRenderExpressions(String row,
int index,
Object model,
Map<String,Object> expandedContext,
ExpressionEvaluator expressionEvaluator)
Evaluates the render expressions for the row and removes the content if render is evaluated false
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CollectionLayoutManagerBase.addEnterKeyDataAttributeToGroup(Group group,
Map<String,Object> lineContext,
ExpressionEvaluator expressionEvaluator,
String enterKeyAction)
Method to add and enter key add to the given Group.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionEvaluator |
ViewLifecycleProcessor.getExpressionEvaluator()
Returns an instance of
ExpressionEvaluator that can be
used for evaluating expressions contained on the view. |
static ExpressionEvaluator |
ViewLifecycle.getExpressionEvaluator()
Return an instance of
ExpressionEvaluator that can be used for evaluating
expressions contained on the view |
ExpressionEvaluator |
SynchronousViewLifecycleProcessor.getExpressionEvaluator()
Returns an instance of
ExpressionEvaluator that can be
used for evaluating expressions contained on the view. |
ExpressionEvaluator |
AsynchronousViewLifecycleProcessor.getExpressionEvaluator()
Returns an instance of
ExpressionEvaluator that can be
used for evaluating expressions contained on the view. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExpressionEvaluator
Evaluates expression language statements using the Spring EL engine
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionEvaluator |
ExpressionEvaluatorFactory.createExpressionEvaluator()
Creates a new instance of
ExpressionEvaluator. |
ExpressionEvaluator |
DefaultExpressionEvaluatorFactory.createExpressionEvaluator()
Creates a new instance of
ExpressionEvaluator. |
| Modifier and Type | Method and Description |
|---|---|
static String |
KRADUtils.generateRowCssClassString(Map<String,String> conditionalRowCssClasses,
int lineIndex,
boolean isOdd,
Map<String,Object> lineContext,
ExpressionEvaluator expressionEvaluator)
Get the rowCss for the line specified, by evaluating the conditionalRowCssClasses map for that row
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.