public interface TemplateProcessor extends ServerExtension
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
fillModel(NotificationContext context)
Returns the template model extension.
|
@NotNull java.util.Map<java.lang.String,java.lang.Object> fillModel(@NotNull NotificationContext context)
context
.
Note: The keys in the map should not contains dot (".") symbol.
To add "nested" properties, add an element into the map, that itself is a map of the same type.context
- notification context