Uses of Class
org.craftercms.engine.service.context.SiteContextManager
Packages that use SiteContextManager
Package
Description
-
Uses of SiteContextManager in org.craftercms.engine.controller.rest
Constructors in org.craftercms.engine.controller.rest with parameters of type SiteContextManagerModifierConstructorDescriptionSiteContextRestController(SiteContextManager contextManager, String configuredToken) -
Uses of SiteContextManager in org.craftercms.engine.entitlement
Fields in org.craftercms.engine.entitlement declared as SiteContextManagerModifier and TypeFieldDescriptionprotected SiteContextManagerEngineEntitlementUsageProvider.siteContextManagerCurrentSiteContextManagerinstance.Methods in org.craftercms.engine.entitlement with parameters of type SiteContextManagerModifier and TypeMethodDescriptionvoidEngineEntitlementUsageProvider.setSiteContextManager(SiteContextManager siteContextManager) -
Uses of SiteContextManager in org.craftercms.engine.service.context
Fields in org.craftercms.engine.service.context declared as SiteContextManagerModifier and TypeFieldDescriptionprotected SiteContextManagerReloadableMappingsSiteResolver.siteContextManagerprotected SiteContextManagerSiteContextResolverImpl.siteContextManagerprotected SiteContextManagerSiteContextsBootstrap.siteContextManagerMethods in org.craftercms.engine.service.context with parameters of type SiteContextManagerModifier and TypeMethodDescriptionvoidSiteContextResolverImpl.setSiteContextManager(SiteContextManager siteContextManager) Constructors in org.craftercms.engine.service.context with parameters of type SiteContextManagerModifierConstructorDescriptionReloadableMappingsSiteResolver(org.springframework.core.io.Resource mappingsFile, SiteContextManager siteContextManager) SiteContextsBootstrap(boolean createContextsOnStartup, SiteContextManager siteContextManager) -
Uses of SiteContextManager in org.craftercms.engine.service.health
Fields in org.craftercms.engine.service.health declared as SiteContextManagerModifier and TypeFieldDescriptionprotected final SiteContextManagerAbstractHealthCheck.contextManagerConstructors in org.craftercms.engine.service.health with parameters of type SiteContextManagerModifierConstructorDescriptionAbstractHealthCheck(SiteContextManager contextManager) ScriptSiteHealthCheck(SiteContextManager contextManager, String scriptPath, boolean disableVariableRestrictions) SiteContextHealthCheck(SiteContextManager contextManager) -
Uses of SiteContextManager in org.craftercms.engine.util.deployment
Constructors in org.craftercms.engine.util.deployment with parameters of type SiteContextManager