Uses of Interface
info.magnolia.context.SystemContext

Packages that use SystemContext
info.magnolia.cms.filters   
info.magnolia.context   
 

Uses of SystemContext in info.magnolia.cms.filters
 

Constructors in info.magnolia.cms.filters with parameters of type SystemContext
FilterManagerImpl(ModuleManager moduleManager, SystemContext systemContext, Node2BeanProcessor nodeToBean, ComponentProvider componentProvider)
           
 

Uses of SystemContext in info.magnolia.context
 

Subinterfaces of SystemContext in info.magnolia.context
 interface ThreadDependentSystemContext
          Some implementations of the system context release resources when a thread is not used anymore.
 

Classes in info.magnolia.context that implement SystemContext
 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.
 

Methods in info.magnolia.context that return SystemContext
static SystemContext MgnlContext.getSystemContext()
          Deprecated. since 4.5, use IoC, i.e., declare a dependency on SystemContext in your component.
 SystemContext ContextFactory.getSystemContext()
          Deprecated. since 4.5, use IoC, i.e., declare a dependency on SystemContext in your component.
 



Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.