public class WebScriptExtensibilityModuleHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<BasicExtensionModule> |
extensionModules
|
| Constructor and Description |
|---|
WebScriptExtensibilityModuleHandler() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getExtendingModuleFiles(BasicExtensionModule module,
String pathBeingProcessed)
Returns a
List of the files that should be applied to an ExtensibilityModel
being processed. |
List<BasicExtensionModule> |
getExtensionModules()
Sets up the list of
BasicExtensionModule instances found in the configuration. |
void |
setConfigurationSearchPath(SearchPath configurationSearchPath)
A setter provided so that the Spring configuration can set the
SearchPath |
protected List<BasicExtensionModule> extensionModules
The List of BasicExtensionModule configuration files found on the SearchPath. This
List will only initialised once (the first time that it is requested).
public void setConfigurationSearchPath(SearchPath configurationSearchPath)
A setter provided so that the Spring configuration can set the SearchPath
configurationSearchPath - SearchPathpublic List<BasicExtensionModule> getExtensionModules()
Sets up the list of BasicExtensionModule instances found in the configuration. This should only
be called once when the bean initialises via the init method.
List of configured BasicExtensionModule instances.public List<String> getExtendingModuleFiles(BasicExtensionModule module, String pathBeingProcessed)
Returns a List of the files that should be applied to an ExtensibilityModel
being processed.
pathBeingProcessed - The path of the file being processed. This will typically be a FreeMarker
template, JavaScript controller or NLS properties file.List of the files that extend the current file being processed.Copyright © 2005–2019 Alfresco Software. All rights reserved.