Package | Description |
---|---|
info.magnolia.freemarker.setup | |
info.magnolia.module | |
info.magnolia.module.model | |
info.magnolia.module.model.reader | |
info.magnolia.module.webapp |
This package contains the necessary classes to determine if the web-app needs to be bootstrapped, and to do so.
|
info.magnolia.rendering.module.setup | |
info.magnolia.setup |
This package contains the classes necessary to install and update Magnolia's core module.
|
info.magnolia.templating.module.setup | |
info.magnolia.virtualuri.setup |
Modifier and Type | Class and Description |
---|---|
class |
FreemarkerSupportModuleVersionHandler
ModuleVersionHandler for the Freemarker support module. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModuleVersionHandler
Extend this and register your deltas in the constructor using the register method.
|
class |
DefaultModuleVersionHandler
A version handler which provides the most common installation tasks:
register repositories, nodetypes and workspaces as stated in the
module definition, bootstrap the module's mgnl-bootstrap files,
extract the module's mgnl-files files, register the module's servlets.
|
Modifier and Type | Method and Description |
---|---|
ModuleVersionHandler |
ModuleRegistryImpl.getVersionHandler(String name) |
ModuleVersionHandler |
ModuleRegistry.getVersionHandler(String name) |
protected ModuleVersionHandler |
ModuleManagerImpl.newVersionHandler(ModuleDefinition module) |
Modifier and Type | Method and Description |
---|---|
void |
ModuleRegistryImpl.registerModuleVersionHandler(String name,
ModuleVersionHandler moduleVersionHandler) |
void |
ModuleRegistry.registerModuleVersionHandler(String name,
ModuleVersionHandler moduleVersionHandler) |
Modifier and Type | Method and Description |
---|---|
Class<? extends ModuleVersionHandler> |
ModuleDefinition.getVersionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
ModuleDefinition.setVersionHandler(Class<? extends ModuleVersionHandler> versionHandler) |
Constructor and Description |
---|
ModuleDefinition(String name,
Version version,
String className,
Class<? extends ModuleVersionHandler> versionHandler) |
Modifier and Type | Class and Description |
---|---|
static class |
LightModuleDefinitionReader.LightModuleVersionHandler
ModuleVersionHandler that doesn't do a thing, not even register a module version in JCR. |
Modifier and Type | Class and Description |
---|---|
class |
WebappVersionHandler
ModuleVersionHandler for the webapp module; bootstraps webapp content only if all workspaces are empty.
|
Modifier and Type | Class and Description |
---|---|
class |
RenderingModuleVersionHandler
Rendering VersionHandler.
|
Modifier and Type | Class and Description |
---|---|
class |
CoreModuleVersionHandler
Special VersionHandler for the core module.
|
Modifier and Type | Class and Description |
---|---|
class |
TemplatingModuleVersionHandler
Module's version handler.
|
Modifier and Type | Class and Description |
---|---|
class |
VirtualUriModuleVersionHandler
This version handler mainly updates the VirtualUriFilter config with the newly provided implementation.
|
Copyright © 2003–2020 Magnolia International Ltd.. All rights reserved.