Uses of Interface
org.craftercms.studio.api.v2.service.marketplace.MarketplaceService
Packages that use MarketplaceService
Package
Description
-
Uses of MarketplaceService in org.craftercms.studio.controller.rest.v2
Fields in org.craftercms.studio.controller.rest.v2 declared as MarketplaceServiceModifier and TypeFieldDescriptionprotected final MarketplaceServiceMarketplaceController.marketplaceServiceprotected final MarketplaceServicePluginController.marketplaceServiceConstructors in org.craftercms.studio.controller.rest.v2 with parameters of type MarketplaceServiceModifierConstructorDescriptionMarketplaceController(MarketplaceService marketplaceService) PluginController(StudioConfiguration studioConfiguration, SecurityService securityService, ScriptingService scriptingService, MarketplaceService marketplaceService) SitesController(SitesService sitesService, MarketplaceService marketplaceService, PolicyService policyService) -
Uses of MarketplaceService in org.craftercms.studio.impl.v2.service.marketplace
Classes in org.craftercms.studio.impl.v2.service.marketplace that implement MarketplaceServiceModifier and TypeClassDescriptionclassDefault implementation ofMarketplaceServicethat proxies all request to the configured Marketplace -
Uses of MarketplaceService in org.craftercms.studio.impl.v2.service.scripting.internal
Fields in org.craftercms.studio.impl.v2.service.scripting.internal declared as MarketplaceServiceModifier and TypeFieldDescriptionprotected MarketplaceServiceScriptingServiceInternalImpl.marketplaceServiceConstructors in org.craftercms.studio.impl.v2.service.scripting.internal with parameters of type MarketplaceServiceModifierConstructorDescriptionScriptingServiceInternalImpl(ScriptEngineManager scriptEngineManager, org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor sandboxInterceptor, String scriptExtension, String scriptPathFormat, boolean enableVariableRestrictions, String[] allowedBeans, MarketplaceService marketplaceService, ContentService contentService, StudioConfiguration studioConfiguration)