Java org.springframework.boot.web.servlet.context AnnotationConfigServletWebServerApplicationContext fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.web.servlet.context AnnotationConfigServletWebServerApplicationContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.web.servlet.context AnnotationConfigServletWebServerApplicationContext.

The text is from its open source code.

Constructor

AnnotationConfigServletWebServerApplicationContext()
Create a new AnnotationConfigServletWebServerApplicationContext that needs to be populated through #register calls and then manually #refresh refreshed .

Method

voidrefresh()
voidregister(Class... annotatedClasses)
Register one or more annotated classes to be processed.