Uses of Class
com.atlassian.plugin.webresource.impl.snapshot.Bundle
Packages that use Bundle
Package
Description
-
Uses of Bundle in com.atlassian.plugin.webresource
Subclasses of Bundle in com.atlassian.plugin.webresourceModifier and TypeClassDescriptionclassIf the Resource belongs to Plugin - represents that Plugin, mostly needed as a stub.Methods in com.atlassian.plugin.webresource that return BundleMethods in com.atlassian.plugin.webresource that return types with arguments of type Bundle -
Uses of Bundle in com.atlassian.plugin.webresource.impl
Methods in com.atlassian.plugin.webresource.impl that return types with arguments of type BundleModifier and TypeMethodDescriptionRequestCache.getCachedResources()Needed by WebResource as a storage for Cache. -
Uses of Bundle in com.atlassian.plugin.webresource.impl.config
Methods in com.atlassian.plugin.webresource.impl.config with parameters of type BundleModifier and TypeMethodDescriptionprotected ResourceConfig.buildResource(Bundle bundle, com.atlassian.plugin.elements.ResourceLocation resourceLocation) Helper to hide bunch of integration code and simplify resource creation.Config.getResourcesWithoutCache(Bundle bundle) Queries the plugin system and return list of Resources for Web Resource. -
Uses of Bundle in com.atlassian.plugin.webresource.impl.discovery
Methods in com.atlassian.plugin.webresource.impl.discovery that return BundleMethod parameters in com.atlassian.plugin.webresource.impl.discovery with type arguments of type BundleModifier and TypeMethodDescriptionBundleFinder.deepFilter(Predicate<Bundle> filter) Remove element and all its dependencies if filter fail.BundleFinder.excluded(Collection<String> keys, Predicate<Bundle> conditionsForExcluded) BundleWalker.find(LinkedHashSet<String> included, Set<String> excluded, Predicate<Bundle> conditionsForExcluded, boolean shouldExpandExcludedKeys, Predicate<Bundle> deep, Predicate<Bundle> deepFilter, PredicateFailStrategy deepFilterFailStrategy, Predicate<Bundle> shallowFilter) Returns an ordered set of web-resource keys, based on the dependency graph of the included keys, and whether each web-resource discovered meets the conditions specified in the search. -
Uses of Bundle in com.atlassian.plugin.webresource.impl.helpers
Methods in com.atlassian.plugin.webresource.impl.helpers that return types with arguments of type BundleModifier and TypeMethodDescriptionBaseHelpers.isConditionsSatisfied(RequestCache requestCache, UrlBuildingStrategy urlBuilderStrategy) Filter by web resource conditions evaluated immediately.BaseHelpers.isConditionsSatisfied(RequestCache requestCache, Map<String, String> params) Filter by web resource conditions evaluated against params. -
Uses of Bundle in com.atlassian.plugin.webresource.impl.helpers.url
Methods in com.atlassian.plugin.webresource.impl.helpers.url that return types with arguments of type BundleMethods in com.atlassian.plugin.webresource.impl.helpers.url with parameters of type BundleModifier and TypeMethodDescriptionprotected static StateEncodedUrlResultUrlGenerationHelpers.encodeStateInUrlIfSupported(RequestCache requestCache, UrlBuildingStrategy urlBuilderStrategy, String type, Map<String, String> params, Bundle bundle, List<Bundle> skipped, List<Bundle> excludedWithoutApplyingConditions) Collect and encode URL state for given Resources, it collects resource params, condition params and transformer params.Method parameters in com.atlassian.plugin.webresource.impl.helpers.url with type arguments of type BundleModifier and TypeMethodDescriptionstatic StringUrlGenerationHelpers.calculateBundlesHash(List<Bundle> bundles) protected static StateEncodedUrlResultUrlGenerationHelpers.encodeStateInUrlIfSupported(RequestCache requestCache, UrlBuildingStrategy urlBuilderStrategy, String type, Map<String, String> params, Bundle bundle, List<Bundle> skipped, List<Bundle> excludedWithoutApplyingConditions) Collect and encode URL state for given Resources, it collects resource params, condition params and transformer params.protected static StateEncodedUrlResultUrlGenerationHelpers.encodeStateInUrlIfSupported(RequestCache requestCache, UrlBuildingStrategy urlBuilderStrategy, String type, Map<String, String> params, List<Bundle> bundles, List<Bundle> skipped, List<Bundle> excludedWithoutApplyingConditions) Collect and encode URL state for given Resources, it collects resource params, condition params and transformer params.Constructors in com.atlassian.plugin.webresource.impl.helpers.url with parameters of type BundleModifierConstructorDescriptionConstructor parameters in com.atlassian.plugin.webresource.impl.helpers.url with type arguments of type Bundle -
Uses of Bundle in com.atlassian.plugin.webresource.impl.snapshot
Subclasses of Bundle in com.atlassian.plugin.webresource.impl.snapshotMethods in com.atlassian.plugin.webresource.impl.snapshot that return BundleMethods in com.atlassian.plugin.webresource.impl.snapshot that return types with arguments of type BundleConstructor parameters in com.atlassian.plugin.webresource.impl.snapshot with type arguments of type BundleModifierConstructorDescriptionSnapshot(Config config, Map<String, Bundle> cachedBundles, Map<String, RootPage> rootPages, Map<WebResource, CachedTransformers> webResourcesTransformations, Map<WebResource, CachedCondition> webResourcesCondition, Set<WebResource> webResourcesWithDisabledMinification) -
Uses of Bundle in com.atlassian.plugin.webresource.impl.snapshot.resource
Methods in com.atlassian.plugin.webresource.impl.snapshot.resource that return BundleMethods in com.atlassian.plugin.webresource.impl.snapshot.resource with parameters of type BundleModifier and TypeMethodDescriptionResourceFactory.createResource(Bundle parent, com.atlassian.plugin.elements.ResourceLocation resourceLocation, String nameType, String locationType) ResourceFactory.createResourceWithRelativePath(Bundle parent, com.atlassian.plugin.elements.ResourceLocation resourceLocation, String nameType, String locationType, String overriddenPath) Deprecated. -
Uses of Bundle in com.atlassian.plugin.webresource.impl.snapshot.resource.strategy.stream
Methods in com.atlassian.plugin.webresource.impl.snapshot.resource.strategy.stream with parameters of type BundleModifier and TypeMethodDescriptionStreamStrategyFactory.createStandardModuleStreamStrategy(Bundle parent, com.atlassian.plugin.elements.ResourceLocation resourceLocation) Constructors in com.atlassian.plugin.webresource.impl.snapshot.resource.strategy.stream with parameters of type BundleModifierConstructorDescriptionPluginSharedHomeStreamStrategy(FileOperations fileOperations, WebResourceIntegration webResourceIntegration, Bundle bundle) -
Uses of Bundle in com.atlassian.plugin.webresource.impl.support
Methods in com.atlassian.plugin.webresource.impl.support that return types with arguments of type BundleModifier and TypeMethodDescriptionSupport.efficientAndPredicate(List<Predicate<Bundle>> predicates) Join list of predicates with AND operand.Method parameters in com.atlassian.plugin.webresource.impl.support with type arguments of type Bundle