See: Description
Interface | Description |
---|---|
ScriptTemplateConfig |
Interface to be implemented by objects that configure and manage a
JSR-223
ScriptEngine for automatic lookup in a web environment. |
Class | Description |
---|---|
RenderingContext |
Context passed to
ScriptTemplateView render function in order to make
the application context, the locale, the template loader and the url available on
scripting side. |
ScriptTemplateConfigurer |
An implementation of Spring MVC's
ScriptTemplateConfig for creating
a ScriptEngine for use in a web application. |
ScriptTemplateView |
An
AbstractUrlBasedView subclass designed to run any template library
based on a JSR-223 script engine. |
ScriptTemplateViewResolver |
Convenience subclass of
UrlBasedViewResolver that supports
ScriptTemplateView and custom subclasses of it. |