Package | Description |
---|---|
com.communote.server.web.fe.widgets.extension | |
com.communote.server.widgets |
Modifier and Type | Class and Description |
---|---|
class |
ExtendableWidgetFactory
Factory that uses the
WidgetFactoryRegistry to create widgets provided by plugins. |
Modifier and Type | Method and Description |
---|---|
WidgetFactory |
WidgetFactoryRegistry.getWidgetFactory(String identifier)
Return a registered widget factory.
|
Modifier and Type | Method and Description |
---|---|
void |
WidgetFactoryRegistry.addWidgetFactory(String identifier,
WidgetFactory factory)
Add a plugin widget factory to the registry.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleWidgetFactory
Factory that uses reflection to create widget instances.
|
Modifier and Type | Method and Description |
---|---|
void |
WidgetController.setWidgetFactory(WidgetFactory factory)
Set the factory to use for creating an instance of a widget that should handle a widget
request.
|
Copyright © 2019 Communote team. All rights reserved.