public class NamespaceHandler extends Object implements org.apache.aries.blueprint.NamespaceHandler
Modifier and Type | Field and Description |
---|---|
static String |
ACTION |
static String |
ACTION_ID |
static String |
BEAN |
static String |
BLUEPRINT_CONTAINER |
static String |
BLUEPRINT_CONVERTER |
static String |
COMMAND |
static String |
COMMAND_BUNDLE |
static String |
COMPLETERS |
static String |
ID |
static String |
MAP |
static String |
NAME |
static String |
NULL |
static String |
OPTIONAL_COMPLETERS |
static String |
OPTIONAL_COMPLETERS_PROPERTY |
static String |
REF |
static String |
SHELL_NAMESPACE_1_0_0 |
static String |
SHELL_NAMESPACE_1_1_0 |
Constructor and Description |
---|
NamespaceHandler() |
Modifier and Type | Method and Description |
---|---|
org.osgi.service.blueprint.reflect.ComponentMetadata |
decorate(Node node,
org.osgi.service.blueprint.reflect.ComponentMetadata component,
org.apache.aries.blueprint.ParserContext context) |
Set<Class> |
getManagedClasses() |
String |
getName() |
URL |
getSchemaLocation(String namespace) |
org.osgi.service.blueprint.reflect.Metadata |
parse(Element element,
org.apache.aries.blueprint.ParserContext context) |
public static final String ID
public static final String ACTION
public static final String ACTION_ID
public static final String COMMAND_BUNDLE
public static final String NAME
public static final String COMMAND
public static final String COMPLETERS
public static final String OPTIONAL_COMPLETERS
public static final String OPTIONAL_COMPLETERS_PROPERTY
public static final String BEAN
public static final String REF
public static final String NULL
public static final String MAP
public static final String BLUEPRINT_CONTAINER
public static final String BLUEPRINT_CONVERTER
public static final String SHELL_NAMESPACE_1_0_0
public static final String SHELL_NAMESPACE_1_1_0
public URL getSchemaLocation(String namespace)
getSchemaLocation
in interface org.apache.aries.blueprint.NamespaceHandler
public Set<Class> getManagedClasses()
getManagedClasses
in interface org.apache.aries.blueprint.NamespaceHandler
public org.osgi.service.blueprint.reflect.ComponentMetadata decorate(Node node, org.osgi.service.blueprint.reflect.ComponentMetadata component, org.apache.aries.blueprint.ParserContext context)
decorate
in interface org.apache.aries.blueprint.NamespaceHandler
public org.osgi.service.blueprint.reflect.Metadata parse(Element element, org.apache.aries.blueprint.ParserContext context)
parse
in interface org.apache.aries.blueprint.NamespaceHandler
public String getName()
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.