PropertiesVariableExpression instead@Deprecated @Component(value="blConfigVariableProcessor") @ConditionalOnTemplating public class ConfigVariableProcessor extends Object implements DataDrivenEnumerationExpression
Looks up the value of a configuration variable and adds the value to the model.
While this adds the configuration value onto the model, you might want to use the value of this in larger expression. In
that instance you may want to use PropertiesVariableExpression instead with #props.get('property').
PropertiesVariableExpression}| Constructor and Description |
|---|
ConfigVariableProcessor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Deprecated.
|
int |
getPrecedence()
Deprecated.
|
Map<String,Object> |
populateModelVariables(String tagName,
Map<String,String> tagAttributes,
org.broadleafcommerce.presentation.model.BroadleafTemplateContext context)
Deprecated.
|
public String getName()
getName in interface DataDrivenEnumerationExpressionpublic int getPrecedence()
getPrecedence in interface DataDrivenEnumerationExpressionpublic Map<String,Object> populateModelVariables(String tagName, Map<String,String> tagAttributes, org.broadleafcommerce.presentation.model.BroadleafTemplateContext context)
populateModelVariables in interface DataDrivenEnumerationExpressionCopyright © 2023. All rights reserved.