See: Description
| Interface | Description | 
|---|---|
| ScriptTemplateConfig | Interface to be implemented by objects that configure and manage a
 JSR-223  ScriptEnginefor automatic lookup in a web environment. | 
| Class | Description | 
|---|---|
| RenderingContext | Context passed to  ScriptTemplateViewrender 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  ScriptTemplateConfigfor creating
 aScriptEnginefor use in a web application. | 
| ScriptTemplateView | An  AbstractUrlBasedViewsubclass designed to run any template library
 based on a JSR-223 script engine. | 
| ScriptTemplateViewResolver | Convenience subclass of  UrlBasedViewResolverthat supportsScriptTemplateViewand custom subclasses of it. |