| Modifier and Type | Method and Description |
|---|---|
List<ExtensionModule> |
RequestContext.getEvaluatedModules() |
List<ExtensionModule> |
ModuleDeploymentService.getUndeployedModules()
Retrieves the list of configured by undeployed extension modules.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExtensionModule> |
ExtensibilityModuleHandler.evaluateModules(RequestContext context)
Evaluates the
ExtensionModule instances that are applicable for the supplied
RequestContext. |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
ExtensibilityModuleHandler.getExtendingModuleFiles(ExtensionModule module,
String pathBeingProcessed)
Returns a
List of the files that should be applied to an ExtensibilityModel
being processed. |
Map<String,LinkedHashSet<String>> |
ExtensibilityModuleHandler.getModuleCssDeps(ExtensionModule module,
String path)
Returns the CSS dependencies for the current extension module for the supplied path.
|
LinkedHashSet<String> |
ExtensibilityModuleHandler.getModuleJsDeps(ExtensionModule module,
String path)
Returns the JavaScript dependencies for the current extension module for the supplied path.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExtensionModule> |
BasicExtensibilityModuleHandler.evaluateModules(RequestContext context)
Retrieves a list of modules that can be applied to the file defined by the supplied path.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
BasicExtensibilityModuleHandler.getExtendingModuleFiles(ExtensionModule module,
String path)
Returns a list of template paths that could provide valid extensions to the supplied
template.
|
Map<String,LinkedHashSet<String>> |
BasicExtensibilityModuleHandler.getModuleCssDeps(ExtensionModule module,
String path) |
LinkedHashSet<String> |
BasicExtensibilityModuleHandler.getModuleJsDeps(ExtensionModule module,
String path) |
| Modifier and Type | Method and Description |
|---|---|
List<ExtensionModule> |
AbstractRequestContext.getEvaluatedModules()
Retrieve the list of
ExtensionModule instances that have been evaluated as applicable
for the current request. |
| Modifier and Type | Method and Description |
|---|---|
ExtensionModule |
ExtensionImpl.addExtensionModule(String xmlFragment)
Adds a new
ExtensionModule based on the supplied XML fragment string. |
ExtensionModule |
Extension.addExtensionModule(String xmlFragment) |
ExtensionModule |
ExtensionImpl.deleteExtensionModule(String moduleId)
Deleting an
ExtensionModule is a two stage process. |
ExtensionModule |
Extension.deleteExtensionModule(String moduleId) |
ExtensionModule |
ModuleDeployment.getExtensionModule() |
ExtensionModule |
ModuleDeploymentImpl.getExtensionModule() |
ExtensionModule |
ExtensionImpl.ModuleObjectAndNode.getObject() |
ExtensionModule |
ExtensionImpl.updateExtensionModule(String xmlFragment)
Updates an existing
ExtensionModule based on the supplied XML fragment string. |
ExtensionModule |
Extension.updateExtensionModule(String xmlFragment) |
| Modifier and Type | Method and Description |
|---|---|
List<ExtensionModule> |
ExtensionImpl.getExtensionModules() |
List<ExtensionModule> |
Extension.getExtensionModules() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleDeployment.setExtensionModule(ExtensionModule extensionModule) |
void |
ModuleDeploymentImpl.setExtensionModule(ExtensionModule extensionModule) |
| Constructor and Description |
|---|
ExtensionImpl.ModuleObjectAndNode(ExtensionModule object,
org.dom4j.Node node) |
Copyright © 2005–2016 Alfresco Software. All rights reserved.