Interface BroadleafVariableExpression

All Known Subinterfaces:
CreditCardTypesExpression
All Known Implementing Classes:
AssetURLVariableExpression, BRCVariableExpression, BreadcrumbVariableExpression, CreditCardTypesProcessor, DataDrivenEnumVariableExpression, ModuleVariableExpression, NullBroadleafVariableExpression, PaymentGatewayFieldVariableExpression, PropertiesVariableExpression

public interface BroadleafVariableExpression
Classes that implement this interface will be exposed to the Thymeleaf expression evaluation context. If an implementing class defines its name as "theme" and has a method called attr(String name), that method could then be invoked by ${#theme.attr('someName')}.
Author:
Andre Azzolini (apazzolini)
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details