Interface BroadleafVariableExpression

  • All Known Implementing Classes:
    AuthenticationVariableExpression

    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')}`.

    • Method Detail

      • getName

        String getName()
        The name of the implementation exposed to the Thymeleaf expression evaluation context.
        Returns:
        the variable expression's accessor name