JavaScript is disabled on your browser.
 
java.lang.Object  
org.springframework.mock.web.MockServletContext 
org.springframework.boot.test.mock.web.SpringBootMockServletContext 
 
 
 
 
 
All Implemented Interfaces: 
ServletContext  
 
 
 
public class SpringBootMockServletContext 
extends org.springframework.mock.web.MockServletContext 
MockServletContext implementation for Spring Boot. Respects well-known Spring
 Boot resource locations and uses an empty directory for "/" if no locations can be
 found.
Since:  
1.4.0 
Author:  
Phillip Webb 
 
 
 
 
 
Method Summary 
 
Methods inherited from class org.springframework.mock.web.MockServletContext 
addFilter, addFilter, addFilter, addInitParameter, addJspFile, addListener, addListener, addListener, addMimeType, addServlet, addServlet, addServlet, createFilter, createListener, createServlet, declareRoles, getAttribute, getAttributeNames, getClassLoader, getContext, getContextPath, getDeclaredRoles, getDefaultServletName, getDefaultSessionTrackingModes, getEffectiveMajorVersion, getEffectiveMinorVersion, getEffectiveSessionTrackingModes, getFilterRegistration, getFilterRegistrations, getInitParameter, getInitParameterNames, getJspConfigDescriptor, getMajorVersion, getMimeType, getMinorVersion, getNamedDispatcher, getRealPath, getRequestCharacterEncoding, getRequestDispatcher, getResourceAsStream, getResourcePaths, getResponseCharacterEncoding, getServerInfo, getServlet, getServletContextName, getServletNames, getServletRegistration, getServletRegistrations, getServlets, getSessionCookieConfig, getSessionTimeout, getVirtualServerName, log, log, log, registerContext, registerNamedDispatcher, removeAttribute, setAttribute, setContextPath, setDefaultServletName, setEffectiveMajorVersion, setEffectiveMinorVersion, setInitParameter, setMajorVersion, setMinorVersion, setRequestCharacterEncoding, setResponseCharacterEncoding, setServletContextName, setSessionTimeout, setSessionTrackingModes, unregisterNamedDispatcher 
 
 
Methods inherited from class java.lang.Object  
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait  
 
 
 
 
 
 
 
Copyright © 2019 Pivotal Software, Inc. . All rights reserved.