public interface StaticVariablesProvider
AbstractThymeleafView
allows to provide static variables.
The aim of this interface is to mimic AbstractThymeleafView
behavior
and to let the possibility to register static variables like in web context.Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getStaticVariables(Context context)
Provide key/value pairs of static variables.
|
Copyright © 2021. All rights reserved.