xsd.modular-spring-contexts.xsd Maven / Gradle / Ivy
Element used to import a bean from another
application context.
The id of the bean imported to the application
context that this element is contained in.
Attribute containing the bean name of the
application context from which the bean is imported. The
application context with the specified bean name must be known
in the application context that this element is defined in.
Attribute containing the bean name of the bean
that is to be imported from the above specified sourceContext.
If not specified, the name specified by the id attribute is
used.
An element specifying a resource that is used
as a config location of the module.
The actual value that is used as a config
location. For more information on what type of locations are
supported see
org.springframework.beans.factory.support.BeanDefinitionReader.loadBeanDefinitions(String)
Defines a dependency on another application
context. These application context may also be modules as
defined by this schema.
Specifies the bean name of the application
context that the defined module depends on. The bean name
must be known in the application context that is defining
this module.
Specifies a bean name reference to a
java.util.concurrent.Executor that is known in the application
context defining this module. The executor is used to start this
module.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy