public interface BroadleafVariableExpression
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')}`.
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the implementation exposed to the Thymeleaf expression evaluation context.
|
String getName()
Copyright © 2021. All rights reserved.