public class SpringComponentsLoader extends Object implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.web.servlet.HandlerMapping
| Modifier and Type | Field and Description |
|---|---|
protected EverrestConfiguration |
configuration |
protected EverrestProcessor |
processor |
protected ApplicationProviderBinder |
providers |
protected ResourceBinder |
resources |
| Modifier | Constructor and Description |
|---|---|
protected |
SpringComponentsLoader() |
|
SpringComponentsLoader(ResourceBinder resources,
ApplicationProviderBinder providers,
DependencySupplier dependencies) |
|
SpringComponentsLoader(ResourceBinder resources,
ApplicationProviderBinder providers,
EverrestConfiguration configuration,
DependencySupplier dependencies) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAutowiredDependencies(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
Add binding for HttpHeaders, InitialProperties, Request, SecurityContext, UriInfo.
|
org.springframework.web.servlet.HandlerExecutionChain |
getHandler(javax.servlet.http.HttpServletRequest request) |
protected EverrestProcessor |
getProcessor() |
protected ApplicationProviderBinder |
getProviders() |
protected ResourceBinder |
getResources() |
protected EverrestApplication |
makeEverrestApplication() |
protected FileCollectorDestroyer |
makeFileCollectorDestroyer() |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
protected ResourceBinder resources
protected ApplicationProviderBinder providers
protected EverrestProcessor processor
protected EverrestConfiguration configuration
public SpringComponentsLoader(ResourceBinder resources, ApplicationProviderBinder providers, DependencySupplier dependencies)
public SpringComponentsLoader(ResourceBinder resources, ApplicationProviderBinder providers, EverrestConfiguration configuration, DependencySupplier dependencies)
protected SpringComponentsLoader()
public org.springframework.web.servlet.HandlerExecutionChain getHandler(javax.servlet.http.HttpServletRequest request)
throws Exception
getHandler in interface org.springframework.web.servlet.HandlerMappingExceptionpublic void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
throws org.springframework.beans.BeansException
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessororg.springframework.beans.BeansExceptionprotected FileCollectorDestroyer makeFileCollectorDestroyer()
protected EverrestApplication makeEverrestApplication()
protected void addAutowiredDependencies(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
beanFactory - bean factoryorg.springframework.beans.factory.annotation.Autowiredprotected ResourceBinder getResources()
protected ApplicationProviderBinder getProviders()
protected EverrestProcessor getProcessor()
Copyright © 2015. All rights reserved.