Package | Description |
---|---|
org.apache.aries.blueprint | |
org.apache.aries.blueprint.container | |
org.apache.aries.blueprint.ext | |
org.apache.aries.blueprint.namespace |
Modifier and Type | Method and Description |
---|---|
ComponentDefinitionRegistry |
ExtendedBlueprintContainer.getComponentDefinitionRegistry() |
ComponentDefinitionRegistry |
ParserContext.getComponentDefinitionRegistry() |
ComponentDefinitionRegistry |
ParserService.parse(InputStream is,
org.osgi.framework.Bundle clientBundle)
Parse a single InputStream containing blueprint xml.
|
ComponentDefinitionRegistry |
ParserService.parse(InputStream is,
org.osgi.framework.Bundle clientBundle,
boolean validate)
Parse a single InputStream containing blueprint xml.
|
ComponentDefinitionRegistry |
ParserService.parse(List<URL> urls,
org.osgi.framework.Bundle clientBundle)
Parse blueprint xml referred to by a list of URLs.
|
ComponentDefinitionRegistry |
ParserService.parse(List<URL> urls,
org.osgi.framework.Bundle clientBundle,
boolean validate)
Parse blueprint xml referred to by a list of URLs.
|
ComponentDefinitionRegistry |
ParserService.parse(URL url,
org.osgi.framework.Bundle clientBundle)
Parse blueprint xml referred to by a single URL.
|
ComponentDefinitionRegistry |
ParserService.parse(URL url,
org.osgi.framework.Bundle clientBundle,
boolean validate)
Parse blueprint xml referred to by a single URL.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentDefinitionRegistryProcessor.process(ComponentDefinitionRegistry registry)
Process a
ComponentDefinitionRegistry |
Modifier and Type | Method and Description |
---|---|
ComponentDefinitionRegistry |
ParserContextImpl.getComponentDefinitionRegistry() |
ComponentDefinitionRegistry |
ParserServiceImpl.parse(InputStream is,
org.osgi.framework.Bundle clientBundle) |
ComponentDefinitionRegistry |
ParserServiceImpl.parse(InputStream is,
org.osgi.framework.Bundle clientBundle,
boolean validate) |
ComponentDefinitionRegistry |
ParserServiceImpl.parse(List<URL> urls,
org.osgi.framework.Bundle clientBundle) |
ComponentDefinitionRegistry |
ParserServiceImpl.parse(List<URL> urls,
org.osgi.framework.Bundle clientBundle,
boolean validate) |
ComponentDefinitionRegistry |
ParserServiceImpl.parse(URL url,
org.osgi.framework.Bundle clientBundle) |
ComponentDefinitionRegistry |
ParserServiceImpl.parse(URL url,
org.osgi.framework.Bundle clientBundle,
boolean validate) |
Modifier and Type | Method and Description |
---|---|
void |
Parser.populate(NamespaceHandlerRegistry.NamespaceHandlerSet handlers,
ComponentDefinitionRegistry registry) |
Constructor and Description |
---|
ParserContextImpl(Parser parser,
ComponentDefinitionRegistry componentDefinitionRegistry,
ComponentMetadata enclosingComponent,
Node sourceNode) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPropertyPlaceholder.process(ComponentDefinitionRegistry registry) |
static void |
PlaceholdersUtils.validatePlaceholder(MutableBeanMetadata metadata,
ComponentDefinitionRegistry registry) |
Modifier and Type | Class and Description |
---|---|
class |
ComponentDefinitionRegistryImpl
ComponentDefinitionRegistry implementation.
|
Copyright © 2012. All Rights Reserved.