Package | Description |
---|---|
info.magnolia.cms.core.version | |
info.magnolia.cms.filters | |
info.magnolia.cms.i18n | |
info.magnolia.context | |
info.magnolia.resourceloader.jcr |
Constructor and Description |
---|
BaseVersionManager(SystemContext systemContext,
RepositoryManager repositoryManager,
CopyUtil copyUtil) |
CopyUtil(SystemContext systemContext,
RepositoryManager repositoryManager)
Deprecated.
since 5.5.3, use
CopyUtil.CopyUtil(SystemContext, RepositoryManager, FileSystemHelper) instead. |
CopyUtil(SystemContext systemContext,
RepositoryManager repositoryManager,
FileSystemHelper fileSystemHelper) |
VersionManager(SystemContext systemContext,
RepositoryManager repositoryManager,
CopyUtil copyUtil) |
Constructor and Description |
---|
FilterManagerImpl(ModuleManager moduleManager,
SystemContext systemContext,
Node2BeanProcessor nodeToBean,
ComponentProvider componentProvider) |
Constructor and Description |
---|
DefaultMessagesManager(Node2BeanProcessor nodeToBean,
SystemContext systemContext) |
Modifier and Type | Interface and Description |
---|---|
interface |
ThreadDependentSystemContext
Some implementations of the system context release resources when a thread is not used anymore.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSystemContext
This is the system context using the not secured HierarchyManagers.
|
class |
JCRSessionPerThreadSystemContext
A system context which creates JCR sessions per thread (request).
|
class |
SingleJCRSessionSystemContext
All Threads share the same jcr sessions.
|
Modifier and Type | Method and Description |
---|---|
SystemContext |
ContextFactory.getSystemContext()
Deprecated.
since 4.5, use IoC, i.e., declare a dependency on SystemContext in your component.
|
static SystemContext |
MgnlContext.getSystemContext()
Deprecated.
since 4.5, use IoC, i.e., declare a dependency on SystemContext in your component.
|
Constructor and Description |
---|
JcrResourceOriginFactory(javax.inject.Provider<SystemContext> systemContextProvider) |
Copyright © 2003–2019 Magnolia International Ltd.. All rights reserved.