Package org.springframework.web.servlet.view.script
@NonNullApi
@NonNullFields
package org.springframework.web.servlet.view.script
Support classes for views based on the JSR-223 script engine abstraction.
Contains a
View
implementation for scripted templates.-
ClassDescriptionContext passed to
ScriptTemplateView
render function in order to make the application context, the locale, the template loader and the url available on scripting side.Interface to be implemented by objects that configure and manage a JSR-223ScriptEngine
for automatic lookup in a web environment.An implementation of Spring MVC'sScriptTemplateConfig
for creating aScriptEngine
for use in a web application.AnAbstractUrlBasedView
subclass designed to run any template library based on a JSR-223 script engine.Convenience subclass ofUrlBasedViewResolver
that supportsScriptTemplateView
and custom subclasses of it.