|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModuleVersionHandler | |
---|---|
info.magnolia.module | |
info.magnolia.module.admininterface.setup | |
info.magnolia.module.cache.setup | |
info.magnolia.module.exchangesimple.setup | |
info.magnolia.module.fckeditor | |
info.magnolia.module.mail.setup | |
info.magnolia.module.model | |
info.magnolia.module.samples.setup | |
info.magnolia.module.storeclient.setup | |
info.magnolia.module.templating.setup | |
info.magnolia.module.templatingcomponents.setup | |
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.module.workflow.setup | |
info.magnolia.setup | This package contains the classes necessary to install and update Magnolia's core module. |
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(java.lang.String name)
|
ModuleVersionHandler |
ModuleRegistry.getVersionHandler(java.lang.String name)
|
protected ModuleVersionHandler |
ModuleManagerImpl.newVersionHandler(ModuleDefinition module)
|
Methods in info.magnolia.module with parameters of type ModuleVersionHandler | |
---|---|
void |
ModuleRegistryImpl.registerModuleVersionHandler(java.lang.String name,
ModuleVersionHandler moduleVersionHandler)
|
void |
ModuleRegistry.registerModuleVersionHandler(java.lang.String name,
ModuleVersionHandler moduleVersionHandler)
|
Uses of ModuleVersionHandler in info.magnolia.module.admininterface.setup |
---|
Classes in info.magnolia.module.admininterface.setup that implement ModuleVersionHandler | |
---|---|
class |
AdminModuleVersionHandler
|
class |
SimpleContentVersionHandler
|
Uses of ModuleVersionHandler in info.magnolia.module.cache.setup |
---|
Classes in info.magnolia.module.cache.setup that implement ModuleVersionHandler | |
---|---|
class |
CacheModuleVersionHandler
VersionHandler implementation for the cache module. |
Uses of ModuleVersionHandler in info.magnolia.module.exchangesimple.setup |
---|
Classes in info.magnolia.module.exchangesimple.setup that implement ModuleVersionHandler | |
---|---|
class |
ExchangeSimpleModuleVersionHandler
3.5 being the first version of exchange-simple as a module, it is always "installed", but we need it to behave differently if magnolia was installed previously (ie. |
Uses of ModuleVersionHandler in info.magnolia.module.fckeditor |
---|
Classes in info.magnolia.module.fckeditor that implement ModuleVersionHandler | |
---|---|
class |
FCKEditorModuleVersionHandler
FCKEditor Module Version Handler. |
Uses of ModuleVersionHandler in info.magnolia.module.mail.setup |
---|
Classes in info.magnolia.module.mail.setup that implement ModuleVersionHandler | |
---|---|
class |
MailModuleVersionHandler
Module's version handler. |
Uses of ModuleVersionHandler in info.magnolia.module.model |
---|
Methods in info.magnolia.module.model that return types with arguments of type ModuleVersionHandler | |
---|---|
java.lang.Class<? extends ModuleVersionHandler> |
ModuleDefinition.getVersionHandler()
|
Method parameters in info.magnolia.module.model with type arguments of type ModuleVersionHandler | |
---|---|
void |
ModuleDefinition.setVersionHandler(java.lang.Class<? extends ModuleVersionHandler> versionHandler)
|
Constructor parameters in info.magnolia.module.model with type arguments of type ModuleVersionHandler | |
---|---|
ModuleDefinition(java.lang.String name,
Version version,
java.lang.String className,
java.lang.Class<? extends ModuleVersionHandler> versionHandler)
|
Uses of ModuleVersionHandler in info.magnolia.module.samples.setup |
---|
Classes in info.magnolia.module.samples.setup that implement ModuleVersionHandler | |
---|---|
class |
SamplesVersionHandler
Used to update previous version of samples module to the new one, as the module has major changes there are some tasks to perform. |
Uses of ModuleVersionHandler in info.magnolia.module.storeclient.setup |
---|
Classes in info.magnolia.module.storeclient.setup that implement ModuleVersionHandler | |
---|---|
class |
MagnoliaStoreModuleVersionHandler
Magnolia Store Module VersionHandler. |
Uses of ModuleVersionHandler in info.magnolia.module.templating.setup |
---|
Classes in info.magnolia.module.templating.setup that implement ModuleVersionHandler | |
---|---|
class |
TemplatingModuleVersionHandler
Module's version handler. |
Uses of ModuleVersionHandler in info.magnolia.module.templatingcomponents.setup |
---|
Classes in info.magnolia.module.templatingcomponents.setup that implement ModuleVersionHandler | |
---|---|
class |
TemplatingComponentsModuleVersionHandler
The module's version handler. |
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.module.workflow.setup |
---|
Classes in info.magnolia.module.workflow.setup that implement ModuleVersionHandler | |
---|---|
class |
WorkflowModuleVersionHandler
The ModuleVersionHandler for the workflow module. |
Uses of ModuleVersionHandler in info.magnolia.setup |
---|
Classes in info.magnolia.setup that implement ModuleVersionHandler | |
---|---|
class |
CoreModuleVersionHandler
3.5 being the first version of core as a module, it is always "installed", but we need it to behave differently if magnolia was installed previously (ie. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |