| Interface | Description |
|---|---|
| BroadleafVariableExpression |
Classes that implement this interface will be exposed to the Thymeleaf expression evaluation context.
|
| Class | Description |
|---|---|
| BRCVariableExpression |
Exposes the
BroadleafRequestContext to the Thymeleaf expression context |
| BroadleafVariableExpressionEvaluator |
Provides a skeleton to register multiple
BroadleafVariableExpression implementors. |
| NullBroadleafVariableExpression |
A null implementation of
BroadleafVariableExpression |
| PropertiesVariableExpression |
This Thymeleaf variable expression class provides access to runtime configuration properties that are configured
in development.properties, development-shared.properties, etc, for the current environment.
|
Copyright © 2017. All rights reserved.