abstract class AbstractJndiLocatingBeanDefinitionParser extends AbstractSimpleBeanDefinitionParser
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ENVIRONMENT |
static java.lang.String |
ENVIRONMENT_REF |
static java.lang.String |
JNDI_ENVIRONMENT |
ID_ATTRIBUTE, NAME_ATTRIBUTE| Constructor and Description |
|---|
AbstractJndiLocatingBeanDefinitionParser() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isEligibleAttribute(java.lang.String attributeName)
Determine whether the given attribute is eligible for being
turned into a corresponding bean property value.
|
protected void |
postProcess(BeanDefinitionBuilder definitionBuilder,
org.w3c.dom.Element element)
Hook method that derived classes can implement to inspect/change a
bean definition after parsing is complete.
|
doParse, extractPropertyName, isEligibleAttribute, isEligibleAttributedoParse, getBeanClass, getBeanClassName, getParentName, parseInternalparse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallbackpublic static final java.lang.String ENVIRONMENT
public static final java.lang.String ENVIRONMENT_REF
public static final java.lang.String JNDI_ENVIRONMENT
AbstractJndiLocatingBeanDefinitionParser()
protected boolean isEligibleAttribute(java.lang.String attributeName)
AbstractSimpleBeanDefinitionParserThe default implementation considers any attribute as eligible, except for the "id" attribute.
isEligibleAttribute in class AbstractSimpleBeanDefinitionParserattributeName - the attribute name taken straight from the
XML element being parsed (never null)protected void postProcess(BeanDefinitionBuilder definitionBuilder, org.w3c.dom.Element element)
AbstractSimpleBeanDefinitionParserThe default implementation does nothing.
postProcess in class AbstractSimpleBeanDefinitionParserdefinitionBuilder - the parsed (and probably totally defined) bean definition being builtelement - the XML element that was the source of the bean definition's metadata