Uses of Interface
com.atlassian.plugin.webresource.impl.support.Content
Packages that use Content
Package
Description
-
Uses of Content in com.atlassian.plugin.webresource
Methods in com.atlassian.plugin.webresource that return ContentModifier and TypeMethodDescriptionWebResourceTransformation.transform(CdnResourceUrlTransformer cdnResourceUrlTransformer, TransformerCache transformerCache, Resource resource, Content content, com.atlassian.plugin.elements.ResourceLocation resourceLocation, QueryParams params, String sourceUrl) Methods in com.atlassian.plugin.webresource with parameters of type ContentModifier and TypeMethodDescriptionWebResourceTransformation.transform(CdnResourceUrlTransformer cdnResourceUrlTransformer, TransformerCache transformerCache, Resource resource, Content content, com.atlassian.plugin.elements.ResourceLocation resourceLocation, QueryParams params, String sourceUrl) -
Uses of Content in com.atlassian.plugin.webresource.impl.helpers
Methods in com.atlassian.plugin.webresource.impl.helpers that return ContentModifier and TypeMethodDescriptionprotected static ContentResourceServingHelpers.applyStaticTransformers(Globals globals, Resource resource, Content content, Map<String, String> params, String sourceUrl) Apply Static Transformers to Resource.protected static ContentResourceServingHelpers.applyTransformers(Globals globals, Resource resource, Content content, Map<String, String> params, String sourceUrl) Apply Transformers to Resource.static ContentResourceServingHelpers.asContent(com.atlassian.plugin.servlet.DownloadableResource downloadableResource, com.atlassian.sourcemap.ReadableSourceMap sourceMap, boolean isTransformed) Adapter, turns DownloadableResource into Content.static ContentResourceServingHelpers.buildEmptyContent(String contentType) static ContentResourceServingHelpers.buildSafeContent(Content content, String fullResourceName) Intercept any exception and ignores it.protected static ContentResourceServingHelpers.repairSourceMapChain(Content input, ResourceServingHelpers.RepairSourceMapChainCallback cb) Some transformers doesn't support source map, the result is that the source map chain is broken and not working.static ContentResourceServingHelpers.transform(Globals globals, LinkedHashSet<String> requiredResources, String url, Resource resource, Map<String, String> params, boolean applyAnnotators) Transform given Resource by applying Transformers and Static Transformers.static ContentResourceServingHelpers.transform(Globals globals, LinkedHashSet<String> requiredResources, String url, String type, Supplier<Collection<Resource>> resourcesSupplier, Map<String, String> params) Apply conditions and transformations to list of Resources and generate resulting Batch.static ContentResourceServingHelpers.transformSafely(Globals globals, LinkedHashSet<String> requiredResources, String url, Resource resource, Map<String, String> params, boolean applyAnnotators) Transform given Resource by applying Transformers and Static Transformers.static ContentResourceServingHelpers.transformWithoutCache(Globals globals, LinkedHashSet<String> requiredResources, String url, Resource resource, Map<String, String> params, boolean applyAnnotators) Transform given Resource by applying Transformers and Static Transformers.Methods in com.atlassian.plugin.webresource.impl.helpers with parameters of type ContentModifier and TypeMethodDescriptionprotected static ContentResourceServingHelpers.applyStaticTransformers(Globals globals, Resource resource, Content content, Map<String, String> params, String sourceUrl) Apply Static Transformers to Resource.protected static ContentResourceServingHelpers.applyTransformers(Globals globals, Resource resource, Content content, Map<String, String> params, String sourceUrl) Apply Transformers to Resource.static com.atlassian.plugin.servlet.DownloadableResourceResourceServingHelpers.asDownloadableResource(Content content) Adapter, turns Content into DownloadableResource.static ContentResourceServingHelpers.buildSafeContent(Content content, String fullResourceName) Intercept any exception and ignores it.protected static ContentResourceServingHelpers.repairSourceMapChain(Content input, ResourceServingHelpers.RepairSourceMapChainCallback cb) Some transformers doesn't support source map, the result is that the source map chain is broken and not working. -
Uses of Content in com.atlassian.plugin.webresource.impl.http
Methods in com.atlassian.plugin.webresource.impl.http with parameters of type ContentModifier and TypeMethodDescriptionprotected voidController.sendCached(Content content, Map<String, String> params, boolean isCachingEnabled) -
Uses of Content in com.atlassian.plugin.webresource.impl.snapshot.resource
Methods in com.atlassian.plugin.webresource.impl.snapshot.resource that return Content -
Uses of Content in com.atlassian.plugin.webresource.impl.snapshot.resource.strategy.contentprovider
Methods in com.atlassian.plugin.webresource.impl.snapshot.resource.strategy.contentprovider that return ContentModifier and TypeMethodDescriptionContentProviderStrategy.getContent()StreamContentProviderStrategy.getContent() -
Uses of Content in com.atlassian.plugin.webresource.impl.support
Classes in com.atlassian.plugin.webresource.impl.support that implement ContentModifier and TypeClassDescriptionclassHelper to simplify implementation of Content class.Methods in com.atlassian.plugin.webresource.impl.support that return ContentModifier and TypeMethodDescriptionabstract @NonNull ContentConverts the currentInitialContenttoContent.Methods in com.atlassian.plugin.webresource.impl.support with parameters of type ContentModifier and TypeMethodDescriptionabstract @NonNull ContentConverts the currentInitialContenttoContent. -
Uses of Content in com.atlassian.plugin.webresource.transformer
Methods in com.atlassian.plugin.webresource.transformer that return ContentModifier and TypeMethodDescriptionDefaultStaticTransformers.transform(Content content, TransformerParameters transformerParameters, com.atlassian.plugin.elements.ResourceLocation resourceLocation, QueryParams queryParams, String sourceUrl) StaticTransformers.transform(Content content, TransformerParameters transformerParameters, com.atlassian.plugin.elements.ResourceLocation resourceLocation, QueryParams queryParams, String sourceUrl) Performs transformation for all static transformers for the given type.UrlReadingContentTransformer.transform(CdnResourceUrlTransformer cdnResourceUrlTransformer, Content content, com.atlassian.plugin.elements.ResourceLocation location, QueryParams params, String sourceUrl) Transforms the downloadable resource by returning a new one.Methods in com.atlassian.plugin.webresource.transformer with parameters of type ContentModifier and TypeMethodDescriptionDefaultStaticTransformers.transform(Content content, TransformerParameters transformerParameters, com.atlassian.plugin.elements.ResourceLocation resourceLocation, QueryParams queryParams, String sourceUrl) StaticTransformers.transform(Content content, TransformerParameters transformerParameters, com.atlassian.plugin.elements.ResourceLocation resourceLocation, QueryParams queryParams, String sourceUrl) Performs transformation for all static transformers for the given type.UrlReadingContentTransformer.transform(CdnResourceUrlTransformer cdnResourceUrlTransformer, Content content, com.atlassian.plugin.elements.ResourceLocation location, QueryParams params, String sourceUrl) Transforms the downloadable resource by returning a new one.