Java org.springframework.web.servlet.config.annotation ViewResolverRegistry fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

UrlBasedViewResolverRegistrationjsp(String prefix, String suffix)
Register JSP view resolver with the specified prefix and suffix.
voidviewResolver(ViewResolver viewResolver)
Register a ViewResolver bean instance.