|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NamespaceHandler in org.apache.aries.blueprint.compendium.cm |
---|
Classes in org.apache.aries.blueprint.compendium.cm that implement NamespaceHandler | |
---|---|
class |
CmNamespaceHandler
Namespace handler for the Config Admin service. |
Uses of NamespaceHandler in org.apache.aries.blueprint.container |
---|
Methods in org.apache.aries.blueprint.container that return NamespaceHandler | |
---|---|
NamespaceHandler |
NamespaceHandlerRegistry.NamespaceHandlerSet.getNamespaceHandler(java.net.URI namespace)
Retrieve the NamespaceHandler to use for the given namespace |
Uses of NamespaceHandler in org.apache.aries.blueprint.ext |
---|
Classes in org.apache.aries.blueprint.ext that implement NamespaceHandler | |
---|---|
class |
ExtNamespaceHandler
A namespace handler for Aries blueprint extensions |
Uses of NamespaceHandler in org.apache.aries.blueprint.namespace |
---|
Methods in org.apache.aries.blueprint.namespace that return NamespaceHandler | |
---|---|
NamespaceHandler |
NamespaceHandlerRegistryImpl.NamespaceHandlerSetImpl.getNamespaceHandler(java.net.URI namespace)
|
Methods in org.apache.aries.blueprint.namespace that return types with arguments of type NamespaceHandler | |
---|---|
protected static java.util.Map<java.net.URI,NamespaceHandler> |
NamespaceHandlerRegistryImpl.findHandlers(java.util.Map<java.net.URI,java.util.Set<NamespaceHandler>> allHandlers,
java.util.Set<java.net.URI> namespaces,
org.osgi.framework.Bundle bundle)
|
Methods in org.apache.aries.blueprint.namespace with parameters of type NamespaceHandler | |
---|---|
void |
NamespaceHandlerRegistryImpl.registerHandler(NamespaceHandler handler,
java.util.Map properties)
|
void |
NamespaceHandlerRegistryImpl.NamespaceHandlerSetImpl.registerHandler(java.net.URI uri,
NamespaceHandler handler)
|
protected void |
NamespaceHandlerRegistryImpl.removeSchemasFor(NamespaceHandler handler)
|
void |
NamespaceHandlerRegistryImpl.unregisterHandler(NamespaceHandler handler,
java.util.Map properties)
|
void |
NamespaceHandlerRegistryImpl.NamespaceHandlerSetImpl.unregisterHandler(java.net.URI uri,
NamespaceHandler handler)
|
Method parameters in org.apache.aries.blueprint.namespace with type arguments of type NamespaceHandler | |
---|---|
protected static java.util.Map<java.net.URI,NamespaceHandler> |
NamespaceHandlerRegistryImpl.findHandlers(java.util.Map<java.net.URI,java.util.Set<NamespaceHandler>> allHandlers,
java.util.Set<java.net.URI> namespaces,
org.osgi.framework.Bundle bundle)
|
javax.xml.validation.Schema |
NamespaceHandlerRegistryImpl.getSchema(java.util.Map<java.net.URI,NamespaceHandler> handlers)
|
Uses of NamespaceHandler in org.apache.aries.blueprint.testbundlea |
---|
Classes in org.apache.aries.blueprint.testbundlea that implement NamespaceHandler | |
---|---|
class |
NSHandlerOne
A simple example namespace handler, that understands an element, and 2 attributes When the element is encountered in a top level blueprint element, the handler will add a passthroughmetadata with it's id as the contained attribone. |
class |
NSHandlerThree
|
class |
NSHandlerTwo
A simple example namespace handler, that understands an element, and 2 attributes When attribone is found on a bean, an interceptor is added that will track invocations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |