- All Implemented Interfaces:
- org.broadleafcommerce.common.web.expression.BroadleafVariableExpression
public class BLCVariableExpression
extends Object
implements org.broadleafcommerce.common.web.expression.BroadleafVariableExpression
Exposes "blc" to expressions to the Thymeleaf expression context.
This class is intended to be augmented using load time weaving by other modules
within Broadleaf.
It provides one function (getDate()) primarily just for testing purposes. This can
be accessed with Thymeleaf as ${#blc.date()}
- Author:
- bpolster