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

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

Introduction

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

The text is from its open source code.

Implementation

org.springframework.web.servlet.View has the following implementations.
Click this link to see all its implementation.

Field

StringRESPONSE_STATUS_ATTRIBUTE
Name of the HttpServletRequest attribute that contains the response status code.
StringPATH_VARIABLES
Name of the HttpServletRequest attribute that contains a Map with path variables.
StringSELECTED_CONTENT_TYPE
The org.springframework.http.MediaType selected during content negotiation, which may be more specific than the one the View is configured with.

Constructor

Method

ClassgetClass()
Returns the runtime class of this Object .
StringgetContentType()
Return the content type of the view, if predetermined.
voidrender(@Nullable Map model, HttpServletRequest request, HttpServletResponse response)
Render the view given the specified model.