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
SpEL allows to register custom TypeLocators for use with T() operator. It would be very convenient if there was an easy way to register custom type locators in Thymeleaf-Spring and be able to write T(Example).method() instead of T(com.example.Example).method()
The text was updated successfully, but these errors were encountered:
SpEL allows to register custom TypeLocators for use with T() operator. It would be very convenient if there was an easy way to register custom type locators in Thymeleaf-Spring and be able to write T(Example).method() instead of T(com.example.Example).method()
The text was updated successfully, but these errors were encountered: