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

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

Introduction

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

The text is from its open source code.

Subclass

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

Method

voidaddStaticAttribute(String name, Object value)
Add static data to this view, exposed in each view.
voidafterPropertiesSet()
StringgetUrl()
Return the URL of the resource that this view wraps.
voidsetApplicationContext(@Nullable ApplicationContext context)
voidsetUrl(@Nullable String url)
Set the URL of the resource that this view wraps.