| Package | Description |
|---|---|
| org.springframework.extensions.webeditor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WEFApplication
Marker interface to identify a Web Editor Framework application.
|
interface |
WEFPlugin
Marker interface to identify Web Editor Framework plugins.
|
| 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.
|
class |
WEFResourceImpl
Implementation of a WEFResource, representing a resource that can be
referenced in a WEF based application.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<WEFResource> |
WEFResourceImpl.dependencies |
| Modifier and Type | Method and Description |
|---|---|
List<WEFResource> |
WEFPluginRegistry.getAllResources(WEFResource resource)
Returns a list of unique resources for the given resource
and all of it's dependencies.
|
List<WEFResource> |
WEFResourceImpl.getDependencies() |
List<WEFResource> |
WEFResource.getDependencies()
Returns a list of dependencies this resouce has.
|
List<WEFResource> |
WEFApplicationImpl.getDependencies()
Returns the list of dependencies for the application, this includes
the configured dependencies and automatically includes
all non-application plugins.
|
List<WEFResource> |
WEFPluginRegistry.getPluginResources()
Returns a list of unique resources for all the registered plugins
and their dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WEFPluginRegistry.buildResourceMap(WEFResource resource,
Map<String,WEFResource> resources)
Recursively builds a Map of unique resources for the given resource object.
|
List<WEFResource> |
WEFPluginRegistry.getAllResources(WEFResource resource)
Returns a list of unique resources for the given resource
and all of it's dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WEFPluginRegistry.buildResourceMap(WEFResource resource,
Map<String,WEFResource> resources)
Recursively builds a Map of unique resources for the given resource object.
|
void |
WEFResourceImpl.setDependencies(List<WEFResource> dependencies)
Sets the resource's dependencies
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.