groupe-sii / ogham

Sending email, sms or whatever is a piece of cake
https://groupe-sii.github.io/ogham/
Apache License 2.0
21 stars 15 forks source link

Better Spring integration for Thymeleaf #38

Closed aurelien-baudet closed 4 years ago

aurelien-baudet commented 8 years ago

For the moment, only SpringTemplateEngine is used to render templates.

This is not enough to benefit from all possibilities of Spring in thymeleaf templates. For example, it is not possible to access Spring beans from the template. There are several additional features like shortcuts for handling urls, access current request parameters, errors handling...

All those features should be automatically enabled if Thymeleaf starter is used