Java org.springframework.mock.web MockServletContext fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.mock.web MockServletContext fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

org.springframework.mock.web.MockServletContext has subclasses.
Click this link to see all its subclasses.

Constructor

MockServletContext()
Create a new MockServletContext , using no base path and a DefaultResourceLoader (i.e.
MockServletContext(String resourceBasePath)
Create a new MockServletContext , using a DefaultResourceLoader .
MockServletContext(@Nullable ResourceLoader resourceLoader)
Create a new MockServletContext , using the specified ResourceLoader and no base path.
MockServletContext(String resourceBasePath, @Nullable ResourceLoader resourceLoader)
Create a new MockServletContext using the supplied resource base path and resource loader.

Method