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

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

Introduction

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

The text is from its open source code.

Subclass

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

Field

StringDEFAULT_CONTENT_TYPE
Default content type.

Constructor

Method

StringgetContentType()
Return the content type for this view.
voidsetBeanName(@Nullable String beanName)
Set the view's name.