org.apache.felix.webconsole
Interface WebConsoleConstants


public interface WebConsoleConstants


Field Summary
static String PLUGIN_LABEL
          The URI address label under which the OSGi Manager plugin is called by the OSGi Manager (value is "felix.webconsole.label").
static String SERVICE_NAME
          The name of the service to register as to be used as a "plugin" for the OSGi Manager (value is "javax.servlet.Servlet").
 

Field Detail

SERVICE_NAME

static final String SERVICE_NAME
The name of the service to register as to be used as a "plugin" for the OSGi Manager (value is "javax.servlet.Servlet").

See Also:
Constant Field Values

PLUGIN_LABEL

static final String PLUGIN_LABEL
The URI address label under which the OSGi Manager plugin is called by the OSGi Manager (value is "felix.webconsole.label").

Only SERVICE_NAME services with this service registration property set to a non-empty String values are accepted by the OSGi Manager as a plugin.

See Also:
Constant Field Values


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.