Skip navigation links
A C D E G H I K L M N O P R S T V W X 

A

APPLICATION_CONTEXT_ID_PREFIX - Static variable in class org.beangle.inject.spring.web.ContextLoader
 
autowire(Map<String, BeanDefinition>, BindRegistry) - Method in class org.beangle.inject.spring.config.SpringConfigProcessor
autowire.
autowireBean(String, BeanDefinition, BindRegistry) - Method in class org.beangle.inject.spring.config.SpringConfigProcessor
autowireBean.

C

closeApplicationContext(ServletContext) - Method in class org.beangle.inject.spring.web.ContextLoader
 
CONFIG_LOCATION_PARAM - Static variable in class org.beangle.inject.spring.web.ContextLoader
 
configureAndRefreshApplicationContext(ConfigurableApplicationContext, ServletContext) - Method in class org.beangle.inject.spring.web.ContextLoader
 
configureContainer(Container, ServletConfig) - Method in class org.beangle.inject.spring.web.DwrSpringServlet
 
contains(String) - Method in class org.beangle.inject.spring.config.SpringBindRegistry
contains(Object) - Method in class org.beangle.inject.spring.SpringContainer
 
CONTEXT_CLASS_PARAM - Static variable in class org.beangle.inject.spring.web.ContextLoader
 
contextDestroyed(ServletContextEvent) - Method in class org.beangle.inject.spring.web.ContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.beangle.inject.spring.web.ContextListener
 
ContextListener - Class in org.beangle.inject.spring.web
 
ContextListener() - Constructor for class org.beangle.inject.spring.web.ContextListener
 
ContextLoader - Class in org.beangle.inject.spring.web
Spring context loader
ContextLoader() - Constructor for class org.beangle.inject.spring.web.ContextLoader
 
createApplicationContext(ServletContext) - Method in class org.beangle.inject.spring.web.ContextLoader
 
createContainer(ServletConfig) - Method in class org.beangle.inject.spring.web.DwrSpringServlet
 
createRelative(String) - Method in class org.beangle.inject.spring.web.ServletContextResource
This implementation creates a ServletContextResource, applying the given path relative to the path of the underlying file of this resource descriptor.
customizeContext(ServletContext, ConfigurableApplicationContext) - Method in class org.beangle.inject.spring.web.ContextLoader
 

D

definitionRegistry - Variable in class org.beangle.inject.spring.config.SpringBindRegistry
 
determineContextClass(ServletContext) - Method in class org.beangle.inject.spring.web.ContextLoader
 
DwrSpringServlet - Class in org.beangle.inject.spring.web
The servlet that handles all calls to DWR.
DwrSpringServlet() - Constructor for class org.beangle.inject.spring.web.DwrSpringServlet
 

E

equals(Object) - Method in class org.beangle.inject.spring.web.ServletContextResource
This implementation compares the underlying ServletContext resource locations.
exists() - Method in class org.beangle.inject.spring.web.ServletContextResource
This implementation checks ServletContext.getResource.

G

getApplicationContext(ServletContext) - Method in class org.beangle.inject.spring.web.DwrSpringServlet
 
getBean(Object) - Method in class org.beangle.inject.spring.SpringContainer
 
getBean(Class<T>) - Method in class org.beangle.inject.spring.SpringContainer
 
getBean(Object, Class<T>) - Method in class org.beangle.inject.spring.SpringContainer
 
getBeanNames() - Method in class org.beangle.inject.spring.config.SpringBindRegistry
getBeanNames.
getBeanNames(Class<?>) - Method in class org.beangle.inject.spring.config.SpringBindRegistry
Get bean name list according given type
getBeans(Class<T>) - Method in class org.beangle.inject.spring.SpringContainer
 
getBeanType(String) - Method in class org.beangle.inject.spring.config.SpringBindRegistry
getConfigType() - Method in class org.beangle.inject.spring.config.ReconfigBeanDefinitionHolder
Getter for the field configType.
getContext() - Method in class org.beangle.inject.spring.SpringContainer
 
getContext(ServletContext) - Static method in class org.beangle.inject.spring.web.ContextLoader
 
getDescription() - Method in class org.beangle.inject.spring.web.ServletContextResource
This implementation returns a description that includes the ServletContext resource location.
getFile() - Method in class org.beangle.inject.spring.web.ServletContextResource
This implementation delegates to ServletContext.getRealPath, but throws a FileNotFoundException if not found or not resolvable.
getFilename() - Method in class org.beangle.inject.spring.web.ServletContextResource
This implementation returns the name of the file that this ServletContext resource refers to.
getInputStream() - Method in class org.beangle.inject.spring.web.ServletContextResource
This implementation delegates to ServletContext.getResourceAsStream, but throws a FileNotFoundException if no resource found.
getListenerBeans() - Method in class org.beangle.inject.spring.SpringEventMulticaster
 
getPath() - Method in class org.beangle.inject.spring.web.ServletContextResource
Return the path for this resource.
getPathWithinContext() - Method in class org.beangle.inject.spring.web.ServletContextResource
 
getServletContext() - Method in class org.beangle.inject.spring.web.ServletContextResource
Return the ServletContext for this resource.
getType(Object) - Method in class org.beangle.inject.spring.SpringContainer
 
getURL() - Method in class org.beangle.inject.spring.web.ServletContextResource
This implementation delegates to ServletContext.getResource, but throws a FileNotFoundException if no resource found.

H

hashCode() - Method in class org.beangle.inject.spring.web.ServletContextResource
This implementation returns the hash code of the underlying ServletContext resource location.

I

initApplicationContext(ServletContext) - Method in class org.beangle.inject.spring.web.ContextLoader
 
initListeners() - Method in class org.beangle.inject.spring.SpringEventMulticaster
 
isPrimary(String) - Method in class org.beangle.inject.spring.config.SpringBindRegistry
 

K

keys() - Method in class org.beangle.inject.spring.SpringContainer
 

L

lifecycle(BindRegistry, BeanDefinitionRegistry) - Method in class org.beangle.inject.spring.config.SpringConfigProcessor
lifecycle.
loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.beangle.inject.spring.web.XmlWebApplicationContext
 
loadBeanDefinitions(XmlBeanDefinitionReader) - Method in class org.beangle.inject.spring.web.XmlWebApplicationContext
 

M

mergeDefinition(BeanDefinition, ReconfigBeanDefinitionHolder) - Method in class org.beangle.inject.spring.config.SpringConfigProcessor
合并bean定义

N

nameTypes - Variable in class org.beangle.inject.spring.config.SpringBindRegistry
 

O

org.beangle.inject.spring - package org.beangle.inject.spring
 
org.beangle.inject.spring.config - package org.beangle.inject.spring.config
 
org.beangle.inject.spring.web - package org.beangle.inject.spring.web
 

P

postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.beangle.inject.spring.config.SpringConfigProcessor
Automate register and wire bean
Reconfig beans
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.beangle.inject.spring.config.SpringConfigProcessor
 

R

ReconfigBeanDefinitionHolder - Class in org.beangle.inject.spring.config
ReconfigBeanDefinitionHolder class.
ReconfigBeanDefinitionHolder(BeanDefinition, String, String[]) - Constructor for class org.beangle.inject.spring.config.ReconfigBeanDefinitionHolder
Constructor for ReconfigBeanDefinitionHolder.
ReconfigBeanDefinitionHolder(BeanDefinition, String) - Constructor for class org.beangle.inject.spring.config.ReconfigBeanDefinitionHolder
Constructor for ReconfigBeanDefinitionHolder.
ReconfigBeanDefinitionHolder(BeanDefinitionHolder) - Constructor for class org.beangle.inject.spring.config.ReconfigBeanDefinitionHolder
Constructor for ReconfigBeanDefinitionHolder.
ReconfigType - Enum in org.beangle.inject.spring.config
ReconfigType class.
register(Class<?>, String, Object...) - Method in class org.beangle.inject.spring.config.SpringBindRegistry
register.
registerBean(BeanConfig.Definition, BindRegistry) - Method in class org.beangle.inject.spring.config.SpringConfigProcessor
registerBean.
registerBuildins(BindRegistry) - Method in class org.beangle.inject.spring.config.SpringConfigProcessor
registerBuildins.
registerModules(BindRegistry) - Method in class org.beangle.inject.spring.config.SpringConfigProcessor
findRegistedModules.
ResourcesEditor - Class in org.beangle.inject.spring.config
 
ResourcesEditor() - Constructor for class org.beangle.inject.spring.config.ResourcesEditor
 
ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE - Static variable in class org.beangle.inject.spring.web.ContextLoader
 

S

ServletContextResource - Class in org.beangle.inject.spring.web
 
ServletContextResource(ServletContext, String) - Constructor for class org.beangle.inject.spring.web.ServletContextResource
Create a new ServletContextResource.
setApplicationContext(ApplicationContext) - Method in class org.beangle.inject.spring.SpringEventMulticaster
 
setAsText(String) - Method in class org.beangle.inject.spring.config.ResourcesEditor
 
setConfigType(ReconfigType) - Method in class org.beangle.inject.spring.config.ReconfigBeanDefinitionHolder
Setter for the field configType.
setConfigurators(List) - Method in class org.beangle.inject.spring.web.DwrSpringServlet
Setter for use by the Spring IoC container to tell us what Configurators exist for us to configure ourselves.
setIncludeDefaultConfig(boolean) - Method in class org.beangle.inject.spring.web.DwrSpringServlet
Do we prefix the list of Configurators with a default to read the system dwr.xml file?
setListenerBeans(List<String>) - Method in class org.beangle.inject.spring.SpringEventMulticaster
 
setReconfigResources(String) - Method in class org.beangle.inject.spring.config.SpringConfigProcessor
 
SpringBindRegistry - Class in org.beangle.inject.spring.config
SpringBindRegistry class.
SpringBindRegistry(BeanDefinitionRegistry) - Constructor for class org.beangle.inject.spring.config.SpringBindRegistry
Constructor for SpringBindRegistry.
SpringConfigProcessor - Class in org.beangle.inject.spring.config
完成springbean的自动注册和再配置
SpringConfigProcessor() - Constructor for class org.beangle.inject.spring.config.SpringConfigProcessor
 
SpringContainer - Class in org.beangle.inject.spring
Spring based Ioc Container
SpringContainer(ApplicationContext) - Constructor for class org.beangle.inject.spring.SpringContainer
 
SpringEventMulticaster - Class in org.beangle.inject.spring
 
SpringEventMulticaster() - Constructor for class org.beangle.inject.spring.SpringEventMulticaster
 

T

toString() - Method in class org.beangle.inject.spring.config.ReconfigBeanDefinitionHolder
typeNames - Variable in class org.beangle.inject.spring.config.SpringBindRegistry
 

V

valueOf(String) - Static method in enum org.beangle.inject.spring.config.ReconfigType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.beangle.inject.spring.config.ReconfigType
Returns an array containing the constants of this enum type, in the order they are declared.

W

webContextBuilder - Variable in class org.beangle.inject.spring.web.DwrSpringServlet
The WebContext that keeps http objects local to a thread

X

XmlWebApplicationContext - Class in org.beangle.inject.spring.web
 
XmlWebApplicationContext() - Constructor for class org.beangle.inject.spring.web.XmlWebApplicationContext
 
A C D E G H I K L M N O P R S T V W X 
Skip navigation links

Copyright © 2005–2019 The Beangle Software. All rights reserved.