@Service public class PluginConsoleProvider extends Object implements org.glassfish.api.admingui.ConsoleProvider
This class serves as a marker to indicate this OSGi bundle provides GUI
content which is to be displayed in the GlassFish admin console. The
getConfiguration() method should either return
(null), or a URL to the
console-config.xml file.
| Constructor and Description |
|---|
PluginConsoleProvider() |
| Modifier and Type | Method and Description |
|---|---|
URL |
getConfiguration()
Returns a
URL to the console-config.xml
file, or null. |
public URL getConfiguration()
Returns a URL to the console-config.xml
file, or null. If null is returned, the
default ("META-INF/admingui/console-config.xml") will be used.
getConfiguration in interface org.glassfish.api.admingui.ConsoleProviderCopyright © 2017–2020 Eclipse Foundation. All rights reserved.