public abstract class ReactorNamespaceUtils
extends java.lang.Object
BeanDefinitionBuilder instances that have a reference to a Reactor
Environment as their first constructor parameter.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REACTOR_ENV_BEAN |
| Modifier | Constructor and Description |
|---|---|
protected |
ReactorNamespaceUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.beans.factory.support.BeanDefinitionBuilder |
createBeanDefinitionBuilder(java.lang.Class<?> componentType,
org.w3c.dom.Element element)
Create a
BeanDefinitionBuilder that checks for an env attribute and uses that as the
Environment bean reference. |
public static final java.lang.String REACTOR_ENV_BEAN
public static org.springframework.beans.factory.support.BeanDefinitionBuilder createBeanDefinitionBuilder(java.lang.Class<?> componentType,
org.w3c.dom.Element element)
BeanDefinitionBuilder that checks for an env attribute and uses that as the
Environment bean reference. If not set, then it default to reactorEnv, which is the
name of the global Reactor Environment.componentType - element -