Java org.springframework.web.servlet.view.freemarker FreeMarkerView fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.servlet.view.freemarker FreeMarkerView fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.servlet.view.freemarker FreeMarkerView.

The text is from its open source code.

Subclass

org.springframework.web.servlet.view.freemarker.FreeMarkerView has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidafterPropertiesSet()
voidrender(@Nullable Map model, HttpServletRequest request, HttpServletResponse response)
Prepares the view given the specified model, merging it with static attributes and a RequestContext attribute, if necessary.
voidsetApplicationContext(@Nullable ApplicationContext context)
voidsetBeanName(@Nullable String beanName)
Set the view's name.
voidsetConfiguration(@Nullable Configuration configuration)
Set the FreeMarker Configuration to be used by this view.
voidsetExposeSpringMacroHelpers(boolean exposeSpringMacroHelpers)
Set whether to expose a RequestContext for use by Spring's macro library, under the name "springMacroRequestContext".
voidsetServletContext(ServletContext servletContext)
voidsetUrl(@Nullable String url)
Set the URL of the resource that this view wraps.