org.kie.aries.blueprint.namespace
Class KieEnvironmentElementParser
java.lang.Object
org.kie.aries.blueprint.namespace.AbstractElementParser
org.kie.aries.blueprint.namespace.KieEnvironmentElementParser
public class KieEnvironmentElementParser
- extends AbstractElementParser
Method Summary |
protected void |
checkAndSetReference(org.apache.aries.blueprint.ParserContext context,
Element envElement,
org.apache.aries.blueprint.reflect.MapMetadataImpl envParamMetadata,
String elementTag,
String propName,
String refAttribute)
|
org.osgi.service.blueprint.reflect.ComponentMetadata |
parseElement(org.apache.aries.blueprint.ParserContext context,
Element element)
|
Methods inherited from class org.kie.aries.blueprint.namespace.AbstractElementParser |
createNullMetadata, createRef, createValue, createValue, createValue, createValue, generateIdIfNeeded, getAttributeValue, getId, getId, getIdCounter, setIdCounter |
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
KieEnvironmentElementParser
public KieEnvironmentElementParser()
parseElement
public org.osgi.service.blueprint.reflect.ComponentMetadata parseElement(org.apache.aries.blueprint.ParserContext context,
Element element)
- Specified by:
parseElement
in class AbstractElementParser
checkAndSetReference
protected void checkAndSetReference(org.apache.aries.blueprint.ParserContext context,
Element envElement,
org.apache.aries.blueprint.reflect.MapMetadataImpl envParamMetadata,
String elementTag,
String propName,
String refAttribute)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.