| Package | Description |
|---|---|
| org.springframework.extensions.webeditor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WEFApplication
Marker interface to identify a Web Editor Framework application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WEFApplicationImpl
Implementation of a WEFApplication that is capable of registering itself
with a plugin registry.
|
class |
WEFPluginImpl
Implementation of a WEFPlugin that is capable of registering itself
with a plugin registry.
|
| Modifier and Type | Method and Description |
|---|---|
WEFPlugin |
WEFPluginRegistry.getPlugin(String name)
Returns the plugin with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
List<WEFPlugin> |
WEFPluginRegistry.getPlugins()
Returns all the regsistered plugins.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WEFPluginRegistry.addPlugin(WEFPlugin plugin)
Adds a plugin.
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.