Uses of Enum Class
com.atlassian.plugin.webresource.impl.support.http.ServingType
Packages that use ServingType
Package
Description
-
Uses of ServingType in com.atlassian.plugin.webresource.analytics.events
Constructors in com.atlassian.plugin.webresource.analytics.events with parameters of type ServingTypeModifierConstructorDescriptionRequestServingCacheEvent(boolean cacheableRequest, boolean cacheHit, boolean cachingEnabled, boolean isSourceMap, ServingType servingType, long sizeInBytes) -
Uses of ServingType in com.atlassian.plugin.webresource.impl.http
Methods in com.atlassian.plugin.webresource.impl.http with parameters of type ServingTypeModifier and TypeMethodDescriptionvoidController.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.voidController.serveResource(String completeKey, String resourceName, ServingType servingType) Serves single Resource.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.voidController.serveResourceSourceMap(String completeKey, String resourceName, ServingType servingType) Serves Source Map for single Resource.voidController.serveSource(String completeKey, String resourceName, ServingType servingType) Serves Source Code of the Resource. -
Uses of ServingType in com.atlassian.plugin.webresource.impl.support.http
Methods in com.atlassian.plugin.webresource.impl.support.http that return ServingTypeModifier and TypeMethodDescriptionRequest.getServingType()static ServingTypeReturns the enum constant of this class with the specified name.static ServingType[]ServingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.plugin.webresource.impl.support.http with parameters of type ServingType