Java org.springframework.web.context.support AbstractRefreshableWebApplicationContext fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.context.support AbstractRefreshableWebApplicationContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.context.support AbstractRefreshableWebApplicationContext.

The text is from its open source code.

Subclass

org.springframework.web.context.support.AbstractRefreshableWebApplicationContext has subclasses.
Click this link to see all its subclasses.

Constructor

Method

ConfigurableEnvironmentgetEnvironment()
Return the Environment for this application context in configurable form, allowing for further customization.
ServletContextgetServletContext()
voidrefresh()
voidsetServletConfig(@Nullable ServletConfig servletConfig)
voidsetServletContext(@Nullable ServletContext servletContext)