|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModuleVersionHandler | |
---|---|
info.magnolia.module | |
info.magnolia.module.model | |
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 |
Uses of ModuleVersionHandler in info.magnolia.module |
---|
Classes in info.magnolia.module that implement ModuleVersionHandler | |
---|---|
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. |
Methods in info.magnolia.module that return ModuleVersionHandler | |
---|---|
ModuleVersionHandler |
ModuleRegistryImpl.getVersionHandler(String name)
|
ModuleVersionHandler |
ModuleRegistry.getVersionHandler(String name)
|
protected ModuleVersionHandler |
ModuleManagerImpl.newVersionHandler(ModuleDefinition module)
|
Methods in info.magnolia.module with parameters of type ModuleVersionHandler | |
---|---|
void |
ModuleRegistryImpl.registerModuleVersionHandler(String name,
ModuleVersionHandler moduleVersionHandler)
|
void |
ModuleRegistry.registerModuleVersionHandler(String name,
ModuleVersionHandler moduleVersionHandler)
|
Uses of ModuleVersionHandler in info.magnolia.module.model |
---|
Methods in info.magnolia.module.model that return types with arguments of type ModuleVersionHandler | |
---|---|
Class<? extends ModuleVersionHandler> |
ModuleDefinition.getVersionHandler()
|
Method parameters in info.magnolia.module.model with type arguments of type ModuleVersionHandler | |
---|---|
void |
ModuleDefinition.setVersionHandler(Class<? extends ModuleVersionHandler> versionHandler)
|
Constructor parameters in info.magnolia.module.model with type arguments of type ModuleVersionHandler | |
---|---|
ModuleDefinition(String name,
Version version,
String className,
Class<? extends ModuleVersionHandler> versionHandler)
|
Uses of ModuleVersionHandler in info.magnolia.module.webapp |
---|
Classes in info.magnolia.module.webapp that implement ModuleVersionHandler | |
---|---|
class |
WebappVersionHandler
ModuleVersionHandler for the webapp module; bootstraps webapp content only if all workspaces are empty. |
Uses of ModuleVersionHandler in info.magnolia.rendering.module.setup |
---|
Classes in info.magnolia.rendering.module.setup that implement ModuleVersionHandler | |
---|---|
class |
RenderingModuleVersionHandler
Rendering VersionHandler. |
Uses of ModuleVersionHandler in info.magnolia.setup |
---|
Classes in info.magnolia.setup that implement ModuleVersionHandler | |
---|---|
class |
CoreModuleVersionHandler
Special VersionHandler for the core module. |
Uses of ModuleVersionHandler in info.magnolia.templating.module.setup |
---|
Classes in info.magnolia.templating.module.setup that implement ModuleVersionHandler | |
---|---|
class |
TemplatingModuleVersionHandler
Module's version handler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |