Uses of Class
com.atlassian.plugin.webresource.models.RawRequest
Packages that use RawRequest
Package
Description
-
Uses of RawRequest in com.atlassian.plugin.webresource.impl
Methods in com.atlassian.plugin.webresource.impl that return RawRequest -
Uses of RawRequest in com.atlassian.plugin.webresource.impl.helpers.url
Methods in com.atlassian.plugin.webresource.impl.helpers.url with parameters of type RawRequestModifier and TypeMethodDescriptionstatic StringUrlGenerationHelpers.calculateBundleHash(RawRequest rawRequest, RequestCache requestCache) Calculates URL resource hashes for given request. -
Uses of RawRequest in com.atlassian.plugin.webresource.impl.http
Methods in com.atlassian.plugin.webresource.impl.http that return RawRequestModifier and TypeMethodDescriptionstatic RawRequestRouter.decodeContexts(String encodedContexts) Decodes context key like `batch1,batch2,-excludedBatch3,-excludedBatch4` into lists of included and excluded contexts.Methods in com.atlassian.plugin.webresource.impl.http with parameters of type RawRequestModifier and TypeMethodDescriptionController.getBatchResources(RawRequest raw, String type, boolean resolveDependencies, boolean withLegacyConditions) Get Resources for Batch (all types of Batch - Web Resource Batch, Super Batch, Context Batch).protected ResourceController.getResourceRelativeToBatch(RawRequest raw, String resourceName, boolean resolveDependencies, boolean withLegacyConditions) Get Resource relative to Batch.voidController.serveBatch(RawRequest raw, ServingType servingType, String type, boolean resolveDependencies, boolean withLegacyConditions, boolean isCachingEnabled, boolean verifyBundleHash) Serves Batch (all types of Batch - Web Resource Batch, Super Batch, Context Batch).voidController.serveBatchSourceMap(RawRequest raw, ServingType servingType, String type, boolean resolveDependencies, boolean withLegacyConditions) Serves Source Map for Batch.protected voidController.serveResource(RawRequest raw, Resource resource) Causes the content inside resource to be served in response.protected voidController.serveResource(RawRequest raw, Resource resource, boolean applyTransformations, boolean isCachingEnabled) voidController.serveResourceRelativeToBatch(RawRequest raw, String resourceName, ServingType servingType, boolean resolveDependencies, boolean withLegacyConditions) Serves Resource relative to Batch.voidController.serveResourceRelativeToBatchSourceMap(RawRequest raw, String resourceName, ServingType servingType, boolean resolveDependencies, boolean withLegacyConditions) Serves Source Map for Resource relative to Batch.protected voidController.serveResources(RawRequest raw, Supplier<Collection<Resource>> resources, boolean isCachingEnabled) Causes all content inside everyResourceprovided by resources to be served in response.protected voidController.serveSourceMap(RawRequest raw, Resource resource) Serves Source Map. -
Uses of RawRequest in com.atlassian.plugin.webresource.impl.support.http
Methods in com.atlassian.plugin.webresource.impl.support.http with parameters of type RawRequest -
Uses of RawRequest in com.atlassian.plugin.webresource.models
Methods in com.atlassian.plugin.webresource.models that return RawRequestMethods in com.atlassian.plugin.webresource.models with parameters of type RawRequestModifier and TypeMethodDescriptionbooleanRawRequest.include(ResourcePhase resourcePhase, RawRequest requestToInclude) Adds aRequestableto the inclusion list of resources for a specific type.Constructors in com.atlassian.plugin.webresource.models with parameters of type RawRequest