A D G I M N O P R S 

A

AnnotationConfigNonEmbeddedWebApplicationContext - Class in org.springframework.boot.legacy.context.web
EmbeddedWebApplicationContext that accepts annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component classes and JSR-330 compliant classes using javax.inject annotations.
AnnotationConfigNonEmbeddedWebApplicationContext() - Constructor for class org.springframework.boot.legacy.context.web.AnnotationConfigNonEmbeddedWebApplicationContext
AnnotationConfigNonEmbeddedWebApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.legacy.context.web.AnnotationConfigNonEmbeddedWebApplicationContext
Create a new AnnotationConfigNonEmbeddedWebApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
AnnotationConfigNonEmbeddedWebApplicationContext(String...) - Constructor for class org.springframework.boot.legacy.context.web.AnnotationConfigNonEmbeddedWebApplicationContext
Create a new AnnotationConfigNonEmbeddedWebApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.

D

determineContextClass(ServletContext) - Method in class org.springframework.boot.legacy.context.web.SpringBootContextLoaderListener
 

G

getNamespace() - Method in class org.springframework.boot.legacy.context.web.NonEmbeddedWebApplicationContext
 
getResourceByPath(String) - Method in class org.springframework.boot.legacy.context.web.NonEmbeddedWebApplicationContext
 
getServletConfig() - Method in class org.springframework.boot.legacy.context.web.NonEmbeddedWebApplicationContext
 

I

initWebApplicationContext(ServletContext) - Method in class org.springframework.boot.legacy.context.web.SpringBootContextLoaderListener
 

M

metricFilter() - Method in class org.springframework.boot.legacy.context.web.MetricFilterAutoConfiguration
 
MetricFilterAutoConfiguration - Class in org.springframework.boot.legacy.context.web
Auto-configuration that records Servlet interactions with a CounterService and GaugeService.
MetricFilterAutoConfiguration() - Constructor for class org.springframework.boot.legacy.context.web.MetricFilterAutoConfiguration
 

N

NonEmbeddedWebApplicationContext - Class in org.springframework.boot.legacy.context.web
A version of the EmbeddedWebApplicationContext that can be used with a SpringApplication in a web (i.e.
NonEmbeddedWebApplicationContext() - Constructor for class org.springframework.boot.legacy.context.web.NonEmbeddedWebApplicationContext
 

O

onRefresh() - Method in class org.springframework.boot.legacy.context.web.NonEmbeddedWebApplicationContext
 
org.springframework.boot.legacy.context.web - package org.springframework.boot.legacy.context.web
 

P

postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.legacy.context.web.AnnotationConfigNonEmbeddedWebApplicationContext
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.legacy.context.web.NonEmbeddedWebApplicationContext
Register ServletContextAwareProcessor.
prepareRefresh() - Method in class org.springframework.boot.legacy.context.web.AnnotationConfigNonEmbeddedWebApplicationContext
 
prepareWebApplicationContext(ServletContext) - Method in class org.springframework.boot.legacy.context.web.NonEmbeddedWebApplicationContext
Prepare the WebApplicationContext with the given fully loaded ServletContext.

R

register(Class<?>...) - Method in class org.springframework.boot.legacy.context.web.AnnotationConfigNonEmbeddedWebApplicationContext
Register one or more annotated classes to be processed.

S

scan(String...) - Method in class org.springframework.boot.legacy.context.web.AnnotationConfigNonEmbeddedWebApplicationContext
Perform a scan within the specified base packages.
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.legacy.context.web.AnnotationConfigNonEmbeddedWebApplicationContext
Provide a custom BeanNameGenerator for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner , if any.
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.legacy.context.web.AnnotationConfigNonEmbeddedWebApplicationContext
setNamespace(String) - Method in class org.springframework.boot.legacy.context.web.NonEmbeddedWebApplicationContext
 
setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.legacy.context.web.AnnotationConfigNonEmbeddedWebApplicationContext
Set the ScopeMetadataResolver to use for detected bean classes.
setServletConfig(ServletConfig) - Method in class org.springframework.boot.legacy.context.web.NonEmbeddedWebApplicationContext
 
setServletContext(ServletContext) - Method in class org.springframework.boot.legacy.context.web.NonEmbeddedWebApplicationContext
 
SpringBootContextLoaderListener - Class in org.springframework.boot.legacy.context.web
A ContextLoaderListener that uses SpringApplication to initialize an application context.
SpringBootContextLoaderListener() - Constructor for class org.springframework.boot.legacy.context.web.SpringBootContextLoaderListener
 
A D G I M N O P R S 

Copyright © 2014 Pivotal. All rights reserved.