A B C D E G N O P R S T U V W 

A

addPlugin(WEFPlugin) - Method in class org.springframework.extensions.webeditor.WEFPluginRegistry
Adds a plugin.

B

BEAN_NAME - Static variable in class org.springframework.extensions.webeditor.WEFPluginRegistry
 
buildResourceMap(WEFResource, Map<String, WEFResource>) - Method in class org.springframework.extensions.webeditor.WEFPluginRegistry
Recursively builds a Map of unique resources for the given resource object.

C

container - Variable in class org.springframework.extensions.webeditor.WEFResourceImpl
 

D

dependencies - Variable in class org.springframework.extensions.webeditor.WEFResourceImpl
 
description - Variable in class org.springframework.extensions.webeditor.WEFResourceImpl
 

E

executeImpl(WebScriptRequest, Status, Cache) - Method in class org.springframework.extensions.webeditor.webscripts.WEFApplicationGet
 
executeImpl(WebScriptRequest, Status, Cache) - Method in class org.springframework.extensions.webeditor.webscripts.WEFResourcesGet
 

G

getAllResources(WEFResource) - Method in class org.springframework.extensions.webeditor.WEFPluginRegistry
Returns a list of unique resources for the given resource and all of it's dependencies.
getApplication(String) - Method in class org.springframework.extensions.webeditor.WEFPluginRegistry
Returns the application plugin with the given name.
getApplications() - Method in class org.springframework.extensions.webeditor.WEFPluginRegistry
Returns all the registered application plugins.
getContainer() - Method in interface org.springframework.extensions.webeditor.WEFResource
Returns the resource container.
getContainer() - Method in class org.springframework.extensions.webeditor.WEFResourceImpl
 
getDependencies() - Method in class org.springframework.extensions.webeditor.WEFApplicationImpl
Returns the list of dependencies for the application, this includes the configured dependencies and automatically includes all non-application plugins.
getDependencies() - Method in interface org.springframework.extensions.webeditor.WEFResource
Returns a list of dependencies this resouce has.
getDependencies() - Method in class org.springframework.extensions.webeditor.WEFResourceImpl
 
getDescription() - Method in interface org.springframework.extensions.webeditor.WEFResource
Returns the resource description.
getDescription() - Method in class org.springframework.extensions.webeditor.WEFResourceImpl
 
getName() - Method in interface org.springframework.extensions.webeditor.WEFResource
Returns the resource name.
getName() - Method in class org.springframework.extensions.webeditor.WEFResourceImpl
 
getPath() - Method in interface org.springframework.extensions.webeditor.WEFResource
Returns the resource path.
getPath() - Method in class org.springframework.extensions.webeditor.WEFResourceImpl
 
getPlugin(String) - Method in class org.springframework.extensions.webeditor.WEFPluginRegistry
Returns the plugin with the given name.
getPluginResources() - Method in class org.springframework.extensions.webeditor.WEFPluginRegistry
Returns a list of unique resources for all the registered plugins and their dependencies.
getPlugins() - Method in class org.springframework.extensions.webeditor.WEFPluginRegistry
Returns all the regsistered plugins.
getType() - Method in interface org.springframework.extensions.webeditor.WEFResource
Returns the resource type.
getType() - Method in class org.springframework.extensions.webeditor.WEFResourceImpl
 
getUserAgent() - Method in interface org.springframework.extensions.webeditor.WEFResource
Returns the user agent
getUserAgent() - Method in class org.springframework.extensions.webeditor.WEFResourceImpl
 
getVariableName() - Method in interface org.springframework.extensions.webeditor.WEFResource
Returns the resource varaible name
getVariableName() - Method in class org.springframework.extensions.webeditor.WEFResourceImpl
 

N

name - Variable in class org.springframework.extensions.webeditor.WEFResourceImpl
 

O

org.springframework.extensions.webeditor - package org.springframework.extensions.webeditor
 
org.springframework.extensions.webeditor.webscripts - package org.springframework.extensions.webeditor.webscripts
 

P

path - Variable in class org.springframework.extensions.webeditor.WEFResourceImpl
 
pluginRegistry - Variable in class org.springframework.extensions.webeditor.webscripts.WEFApplicationGet
 
pluginRegistry - Variable in class org.springframework.extensions.webeditor.webscripts.WEFResourcesGet
 

R

register() - Method in class org.springframework.extensions.webeditor.WEFPluginImpl
Registers this plugin with the plugin registry.
registry - Variable in class org.springframework.extensions.webeditor.WEFPluginImpl
 

S

setContainer(String) - Method in class org.springframework.extensions.webeditor.WEFResourceImpl
Sets the resource container.
setDependencies(List<WEFResource>) - Method in class org.springframework.extensions.webeditor.WEFResourceImpl
Sets the resource's dependencies
setDescription(String) - Method in class org.springframework.extensions.webeditor.WEFResourceImpl
Sets the resource description.
setName(String) - Method in class org.springframework.extensions.webeditor.WEFResourceImpl
Sets the resource name.
setPath(String) - Method in class org.springframework.extensions.webeditor.WEFResourceImpl
Sets the resource path.
setPluginRegistry(WEFPluginRegistry) - Method in class org.springframework.extensions.webeditor.webscripts.WEFApplicationGet
 
setPluginRegistry(WEFPluginRegistry) - Method in class org.springframework.extensions.webeditor.webscripts.WEFResourcesGet
 
setPluginRegistry(WEFPluginRegistry) - Method in class org.springframework.extensions.webeditor.WEFPluginImpl
Sets the WEFPluginRegistry instance to register all plugins with.
setType(String) - Method in class org.springframework.extensions.webeditor.WEFResourceImpl
Sets the resource type.
setUserAgent(String) - Method in class org.springframework.extensions.webeditor.WEFResourceImpl
Sets the user agent.
setVariableName(String) - Method in class org.springframework.extensions.webeditor.WEFResourceImpl
Sets the resource variable name.

T

toString() - Method in class org.springframework.extensions.webeditor.WEFResourceImpl
 
type - Variable in class org.springframework.extensions.webeditor.WEFResourceImpl
 
TYPE_APPLICATION - Static variable in class org.springframework.extensions.webeditor.WEFApplicationImpl
 
TYPE_PLUGIN - Static variable in class org.springframework.extensions.webeditor.WEFPluginImpl
 

U

userAgent - Variable in class org.springframework.extensions.webeditor.WEFResourceImpl
 

V

variableName - Variable in class org.springframework.extensions.webeditor.WEFResourceImpl
 

W

WEFApplication - Interface in org.springframework.extensions.webeditor
Marker interface to identify a Web Editor Framework application.
WEFApplicationGet - Class in org.springframework.extensions.webeditor.webscripts
WebScript implementation for the WEF application script call.
WEFApplicationGet() - Constructor for class org.springframework.extensions.webeditor.webscripts.WEFApplicationGet
 
WEFApplicationImpl - Class in org.springframework.extensions.webeditor
Implementation of a WEFApplication that is capable of registering itself with a plugin registry.
WEFApplicationImpl() - Constructor for class org.springframework.extensions.webeditor.WEFApplicationImpl
Default constructor.
WEFPlugin - Interface in org.springframework.extensions.webeditor
Marker interface to identify Web Editor Framework plugins.
WEFPluginImpl - Class in org.springframework.extensions.webeditor
Implementation of a WEFPlugin that is capable of registering itself with a plugin registry.
WEFPluginImpl() - Constructor for class org.springframework.extensions.webeditor.WEFPluginImpl
Default constructor
WEFPluginRegistry - Class in org.springframework.extensions.webeditor
Registry of Web Editor Framework plugins.
WEFPluginRegistry() - Constructor for class org.springframework.extensions.webeditor.WEFPluginRegistry
Default constructor.
WEFResource - Interface in org.springframework.extensions.webeditor
Interface definition of a Web Editor Framework resource
WEFResourceImpl - Class in org.springframework.extensions.webeditor
Implementation of a WEFResource, representing a resource that can be referenced in a WEF based application.
WEFResourceImpl() - Constructor for class org.springframework.extensions.webeditor.WEFResourceImpl
 
WEFResourcesGet - Class in org.springframework.extensions.webeditor.webscripts
WebScript implementation for the WEF resources script call.
WEFResourcesGet() - Constructor for class org.springframework.extensions.webeditor.webscripts.WEFResourcesGet
 
A B C D E G N O P R S T U V W 

Copyright © 2005–2016 Alfresco Software. All rights reserved.