| Package | Description |
|---|---|
| org.onosproject.ui |
Mechanism for managing dynamically registered user interface extensions.
|
| Modifier and Type | Method and Description |
|---|---|
UiMessageHandlerFactory |
UiExtension.messageHandlerFactory()
Returns message handler factory.
|
| Constructor and Description |
|---|
UiExtension(List<UiView> views,
UiMessageHandlerFactory messageHandlerFactory,
ClassLoader classLoader)
Creates a user interface extension for loading CSS and JS injections
from
css.html and js.html resources, respectively. |
UiExtension(List<UiView> views,
UiMessageHandlerFactory messageHandlerFactory,
String path,
ClassLoader classLoader)
Creates a user interface extension using custom resource prefix.
|
Copyright © 2015. All rights reserved.