You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we want to use our own Thymeleaf dialect with spark-template-thymeleaf, there is no point we can add them... I think it would be nice to be able to add dialects in the ThymeleafTemplateEngine.
Problem
If we want to use our own Thymeleaf dialect with
spark-template-thymeleaf
, there is no point we can add them... I think it would be nice to be able to add dialects in theThymeleafTemplateEngine
.Coding Point
Way 1 : adding constructor and
initialize
methodWay 2 : chahge accessibility of the
templateEngine
field andinitialize
method toprotected
The user extends and uses this.
Please consider according to your implementation policy, thanks.
The text was updated successfully, but these errors were encountered: