public class ExtensionModule
extends org.springframework.extensions.surf.extensibility.BasicExtensionModule
Representation of the configuration of a module that provides an extension. Modules consist
of Customization and AdvancedComponent instances. They can optionally be configured
with a ExtensionModuleEvaluator that determines whether or not the module should be
applied to a request.
| Modifier and Type | Field and Description |
|---|---|
HashMap<String,AdvancedComponent> |
advancedComponents |
| Constructor and Description |
|---|
ExtensionModule(org.dom4j.Element element,
ModelPersisterInfo key) |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,AdvancedComponent> |
getAdvancedComponents() |
ModelPersisterInfo |
getKeyPath() |
public HashMap<String,AdvancedComponent> advancedComponents
public ExtensionModule(org.dom4j.Element element,
ModelPersisterInfo key)
public ModelPersisterInfo getKeyPath()
public HashMap<String,AdvancedComponent> getAdvancedComponents()
Copyright © 2005–2016 Alfresco Software. All rights reserved.