@Nullable open static fun getTheme(request: HttpServletRequest): Theme
Retrieves the current theme from the given request, using the ThemeResolver and ThemeSource bound to the request by the DispatcherServlet.
request - current HTTP request
Return
the current theme, or null if not found
See Also
#getThemeResolver