public interface IContextExecutionInfo
Recommended implementation interface for all classes used as
execution info variables in IContext implementations.
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getNow()
Returns the current date and time (time of template execution).
|
String |
getTemplateName()
Returns the name of the template currently being processed.
|
Copyright © 2016 The THYMELEAF team. All rights reserved.