Uses of Class
com.atlassian.plugin.webresource.impl.config.Config
Packages that use Config
Package
Description
-
Uses of Config in com.atlassian.plugin.webresource
Methods in com.atlassian.plugin.webresource with parameters of type ConfigModifier and TypeMethodDescriptionprotected voidPluginResourceLocatorImpl.initialize(com.atlassian.plugin.event.PluginEventManager pluginEventManager, Config config, com.atlassian.event.api.EventPublisher eventPublisher) Deprecated.Initialises WRM's behaviour, creating a newGlobalsinstance using providedConfigand binding to the plugin lifecycle, so it can update and invalidate its caches as the system state changes.Constructors in com.atlassian.plugin.webresource with parameters of type ConfigModifierConstructorDescriptionPluginResourceLocatorImpl(com.atlassian.plugin.event.PluginEventManager pluginEventManager, Config config, com.atlassian.event.api.EventPublisher eventPublisher) Deprecated. -
Uses of Config in com.atlassian.plugin.webresource.assembler
Constructors in com.atlassian.plugin.webresource.assembler with parameters of type ConfigModifierConstructorDescriptionDefaultWebResourceSet(Config config, RequestState requestState, Collection<WebResourceInformation> webResourceInformation) -
Uses of Config in com.atlassian.plugin.webresource.assembler.html
Constructors in com.atlassian.plugin.webresource.assembler.html with parameters of type ConfigModifierConstructorDescriptionHtmlWriterFactory(Config config, RequestState requestState) InlineHtmlTagWriter(Config config, RequestState requestState, Writer writer, UrlMode urlMode) PrefetchHtmlTagWriter(Config configuration, RequestState requestState, Writer writer, UrlMode urlMode) -
Uses of Config in com.atlassian.plugin.webresource.cdn
Constructors in com.atlassian.plugin.webresource.cdn with parameters of type Config -
Uses of Config in com.atlassian.plugin.webresource.impl
Methods in com.atlassian.plugin.webresource.impl that return ConfigConstructors in com.atlassian.plugin.webresource.impl with parameters of type Config -
Uses of Config in com.atlassian.plugin.webresource.impl.snapshot
Fields in com.atlassian.plugin.webresource.impl.snapshot declared as ConfigConstructors in com.atlassian.plugin.webresource.impl.snapshot with parameters of type ConfigModifierConstructorDescriptionSnapshot(Config config, Map<String, Bundle> cachedBundles, Map<String, RootPage> rootPages, Map<WebResource, CachedTransformers> webResourcesTransformations, Map<WebResource, CachedCondition> webResourcesCondition, Set<WebResource> webResourcesWithDisabledMinification)