public class MicronautNamespaceHandler
extends com.tangosol.config.xml.AbstractNamespaceHandler
micronaut namespace.
This namespace handler supports only one XML element:
<cdi:bean>beanName</cdi:bean>, where beanName
is the unique name of a Micronaut bean defined by the @Named annotation.
This element can only be used as a child of the standard <instance> element.| Constructor and Description |
|---|
MicronautNamespaceHandler()
Construct a
MicronautNamespaceHandler instance. |
getAttributeProcessor, getAttributeProcessor, getDocumentPreprocessor, getElementProcessor, getElementProcessor, onEndNamespace, onStartNamespace, onUnknownAttribute, onUnknownElement, registerAttributeType, registerElementType, registerProcessor, registerProcessor, registerProcessor, setDocumentPreprocessor