Interface | Description |
---|---|
BroadleafVariableExpression |
Classes that implement this interface will be exposed to the Thymeleaf expression evaluation context.
|
Class | Description |
---|---|
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 © 2014. All rights reserved.