Uses of Class
org.springframework.web.servlet.view.AbstractTemplateView
Packages that use AbstractTemplateView Package Description org.springframework.web.servlet.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology.org.springframework.web.servlet.view.groovy Support classes for the integration of Groovy Templates as Spring web view technology.Uses of AbstractTemplateView in org.springframework.web.servlet.view.freemarker
Subclasses of AbstractTemplateView in org.springframework.web.servlet.view.freemarker Modifier and Type Class Description class
FreeMarkerView
View using the FreeMarker template engine.Uses of AbstractTemplateView in org.springframework.web.servlet.view.groovy
Subclasses of AbstractTemplateView in org.springframework.web.servlet.view.groovy Modifier and Type Class Description class
GroovyMarkupView
AnAbstractTemplateView
subclass based on Groovy XML/XHTML markup templates.