PropertiesVariableExpression instead@Deprecated @Component(value="blConfigVariableProcessor") @ConditionalOnTemplating public class ConfigVariableProcessor extends org.broadleafcommerce.presentation.dialect.AbstractBroadleafVariableModifierProcessor
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()
public int getPrecedence()
getPrecedence in interface org.broadleafcommerce.presentation.dialect.BroadleafProcessorgetPrecedence in class org.broadleafcommerce.presentation.dialect.AbstractBroadleafVariableModifierProcessorCopyright © 2016. All rights reserved.