org.drools.container.spring.namespace
Class EnvironmentDefinitionParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.drools.container.spring.namespace.EnvironmentDefinitionParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class EnvironmentDefinitionParser
- extends org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
| Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
ID_ATTRIBUTE, NAME_ATTRIBUTE |
|
Method Summary |
protected void |
checkRefOrNestedBean(Element environmentElement,
String tagName,
String property,
String refAttribute,
org.springframework.beans.factory.support.BeanDefinitionBuilder factory,
org.springframework.beans.factory.xml.ParserContext parserContext)
|
protected org.springframework.beans.factory.support.AbstractBeanDefinition |
parseInternal(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
|
| Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTRIBUTE_ID
public static final String ATTRIBUTE_ID
- See Also:
- Constant Field Values
ATTRIBUTE_REF
public static final String ATTRIBUTE_REF
- See Also:
- Constant Field Values
ATTRIBUTE_SCOPE
public static final String ATTRIBUTE_SCOPE
- See Also:
- Constant Field Values
ATTRIBUTE_STRATEGY_ACCEPTOR_REF
public static final String ATTRIBUTE_STRATEGY_ACCEPTOR_REF
- See Also:
- Constant Field Values
ATTRIBUTE_ENV_REF
public static final String ATTRIBUTE_ENV_REF
- See Also:
- Constant Field Values
ELEMENT_ENTITY_MANAGER_FACTORY
public static final String ELEMENT_ENTITY_MANAGER_FACTORY
- See Also:
- Constant Field Values
ELEMENT_TRANSACTION_MANAGER
public static final String ELEMENT_TRANSACTION_MANAGER
- See Also:
- Constant Field Values
ELEMENT_GLOBALS
public static final String ELEMENT_GLOBALS
- See Also:
- Constant Field Values
ELEMENT_DATE_FORMATS
public static final String ELEMENT_DATE_FORMATS
- See Also:
- Constant Field Values
ELEMENT_CALENDARS
public static final String ELEMENT_CALENDARS
- See Also:
- Constant Field Values
ELEMENT_OBJECT_MARSHALLING_STRATEGIES
public static final String ELEMENT_OBJECT_MARSHALLING_STRATEGIES
- See Also:
- Constant Field Values
ELEMENT_SERIALIZABLE_PLACEHOLDER_RESOLVER_STRATEGY
public static final String ELEMENT_SERIALIZABLE_PLACEHOLDER_RESOLVER_STRATEGY
- See Also:
- Constant Field Values
ELEMENT_IDENTITY_PLACEHOLDER_RESOLVER_STRATEGY
public static final String ELEMENT_IDENTITY_PLACEHOLDER_RESOLVER_STRATEGY
- See Also:
- Constant Field Values
ELEMENT_PROCESS_INSTANCE_RESOLVER_STRATEGY
public static final String ELEMENT_PROCESS_INSTANCE_RESOLVER_STRATEGY
- See Also:
- Constant Field Values
ELEMENT_JPA_PLACEHOLDER_RESOLVER_STRATEGY
public static final String ELEMENT_JPA_PLACEHOLDER_RESOLVER_STRATEGY
- See Also:
- Constant Field Values
ELEMENT_SCOPED_ENTITY_MANAGER
public static final String ELEMENT_SCOPED_ENTITY_MANAGER
- See Also:
- Constant Field Values
ELEMENT_CUSTOM_MARSHALLING_STRATEGY
public static final String ELEMENT_CUSTOM_MARSHALLING_STRATEGY
- See Also:
- Constant Field Values
ELEMENT_BEAN
public static final String ELEMENT_BEAN
- See Also:
- Constant Field Values
ELEMENT_STRATEGY_ACCEPTOR
public static final String ELEMENT_STRATEGY_ACCEPTOR
- See Also:
- Constant Field Values
PROPERTY_ENTITY_MANAGER_FACTORY
public static final String PROPERTY_ENTITY_MANAGER_FACTORY
- See Also:
- Constant Field Values
PROPERTY_TRANSACTION_MANAGER
public static final String PROPERTY_TRANSACTION_MANAGER
- See Also:
- Constant Field Values
PROPERTY_GLOBALS
public static final String PROPERTY_GLOBALS
- See Also:
- Constant Field Values
PROPERTY_CALENDARS
public static final String PROPERTY_CALENDARS
- See Also:
- Constant Field Values
PROPERTY_DATE_FORMATS
public static final String PROPERTY_DATE_FORMATS
- See Also:
- Constant Field Values
PROPERTY_JPA_PLACE_HOLDER_RESOLVER_STRATEGY_ENV
public static final String PROPERTY_JPA_PLACE_HOLDER_RESOLVER_STRATEGY_ENV
- See Also:
- Constant Field Values
PROPERTY_APP_SCOPED_ENTITY_MANAGER
public static final String PROPERTY_APP_SCOPED_ENTITY_MANAGER
- See Also:
- Constant Field Values
PROPERTY_CMD_SCOPED_ENTITY_MANAGER
public static final String PROPERTY_CMD_SCOPED_ENTITY_MANAGER
- See Also:
- Constant Field Values
PROPERTY_SERIALIZABLE_PLACEHOLDER_RESOLVER_STRATEGY_ACCEPTOR
public static final String PROPERTY_SERIALIZABLE_PLACEHOLDER_RESOLVER_STRATEGY_ACCEPTOR
- See Also:
- Constant Field Values
PROPERTY_IDENTITY_PLACEHOLDER_RESOLVER_STRATEGY_ACCEPTOR
public static final String PROPERTY_IDENTITY_PLACEHOLDER_RESOLVER_STRATEGY_ACCEPTOR
- See Also:
- Constant Field Values
PROPERTY_CUSTOM_MARSHALLING_STRATEGY
public static final String PROPERTY_CUSTOM_MARSHALLING_STRATEGY
- See Also:
- Constant Field Values
PROPERTY_OBJECT_MARSHALLING_ORDER
public static final String PROPERTY_OBJECT_MARSHALLING_ORDER
- See Also:
- Constant Field Values
PROPERTY_NAME
public static final String PROPERTY_NAME
- See Also:
- Constant Field Values
EnvironmentDefinitionParser
public EnvironmentDefinitionParser()
parseInternal
protected org.springframework.beans.factory.support.AbstractBeanDefinition parseInternal(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
- Specified by:
parseInternal in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
checkRefOrNestedBean
protected void checkRefOrNestedBean(Element environmentElement,
String tagName,
String property,
String refAttribute,
org.springframework.beans.factory.support.BeanDefinitionBuilder factory,
org.springframework.beans.factory.xml.ParserContext parserContext)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.