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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

JstlView(String url)
Create a new JstlView with the given URL.

Method

MapgetStaticAttributes()
Return the static attributes for this view.
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)
voidsetUrl(@Nullable String url)
Set the URL of the resource that this view wraps.