| Name | Description | Type | Package | Framework |
| ScriptTemplateConfig | Interface to be implemented by objects that configure and manage aJSR-223 ScriptEngine for automatic lookup in a web environment. | Interface | org.springframework.web.servlet.view.script | Spring MVC |
| ScriptTemplateConfigurer | An implementation of Spring MVC's ScriptTemplateConfig for creatinga ScriptEngine for use in a web application. | Class | org.springframework.web.servlet.view.script | Spring MVC |
| ScriptTemplateView | An AbstractUrlBasedView subclass designed to run any template librarybased on a JSR-223 script engine. | Class | org.springframework.web.servlet.view.script | Spring MVC |
| ScriptTemplateViewResolver | Convenience subclass of UrlBasedViewResolver that supportsScriptTemplateView and custom subclasses of it. | Class | org.springframework.web.servlet.view.script | Spring MVC |