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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method