Uses of Interface
org.craftercms.studio.api.v2.core.ContextManager
Packages that use ContextManager
Package
Description
-
Uses of ContextManager in org.craftercms.studio.impl.v1.repository.git
Fields in org.craftercms.studio.impl.v1.repository.git declared as ContextManagerMethods in org.craftercms.studio.impl.v1.repository.git with parameters of type ContextManagerModifier and TypeMethodDescriptionvoidGitContentRepository.setContextManager(ContextManager contextManager) -
Uses of ContextManager in org.craftercms.studio.impl.v1.util.config.profiles
Methods in org.craftercms.studio.impl.v1.util.config.profiles with parameters of type ContextManagerModifier and TypeMethodDescriptionvoidSiteAwareConfigProfileLoader.setContextManager(ContextManager contextManager) -
Uses of ContextManager in org.craftercms.studio.impl.v2.core
Classes in org.craftercms.studio.impl.v2.core that implement ContextManager -
Uses of ContextManager in org.craftercms.studio.impl.v2.repository
Methods in org.craftercms.studio.impl.v2.repository with parameters of type ContextManagerModifier and TypeMethodDescriptionvoidGitContentRepository.setContextManager(ContextManager contextManager) -
Uses of ContextManager in org.craftercms.studio.impl.v2.repository.blob
Methods in org.craftercms.studio.impl.v2.repository.blob with parameters of type ContextManagerModifier and TypeMethodDescriptionvoidStudioBlobStoreResolverImpl.setContextManager(ContextManager contextManager) -
Uses of ContextManager in org.craftercms.studio.impl.v2.scripting
Fields in org.craftercms.studio.impl.v2.scripting declared as ContextManagerConstructors in org.craftercms.studio.impl.v2.scripting with parameters of type ContextManagerModifierConstructorDescriptionScriptEngineManagerImpl(ContextManager contextManager, org.craftercms.core.service.ContentStoreService contentStoreService, boolean sandboxEnabled, String classesBasePath, String restBasePath, String scriptExtension) -
Uses of ContextManager in org.craftercms.studio.impl.v2.service.configuration.internal
Methods in org.craftercms.studio.impl.v2.service.configuration.internal with parameters of type ContextManagerModifier and TypeMethodDescriptionvoidConfigurationServiceInternalImpl.setContextManager(ContextManager contextManager)