| Package | Description |
|---|---|
| com.atlassian.plugin.webresource.analytics.events | |
| com.atlassian.plugin.webresource.impl.http | |
| com.atlassian.plugin.webresource.impl.support.http |
| Constructor and Description |
|---|
RequestServingCacheEvent(boolean cacheableRequest,
boolean cacheHit,
boolean cachingEnabled,
boolean isSourceMap,
ServingType servingType,
long sizeInBytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
Controller.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).
|
void |
Controller.serveBatchSourceMap(RawRequest raw,
ServingType servingType,
String type,
boolean resolveDependencies,
boolean withLegacyConditions)
Serves Source Map for Batch.
|
void |
Controller.serveResource(String completeKey,
String resourceName,
ServingType servingType)
Serves single Resource.
|
void |
Controller.serveResourceRelativeToBatch(RawRequest raw,
String resourceName,
ServingType servingType,
boolean resolveDependencies,
boolean withLegacyConditions)
Serves Resource relative to Batch.
|
void |
Controller.serveResourceRelativeToBatchSourceMap(RawRequest raw,
String resourceName,
ServingType servingType,
boolean resolveDependencies,
boolean withLegacyConditions)
Serves Source Map for Resource relative to Batch.
|
void |
Controller.serveResourceSourceMap(String completeKey,
String resourceName,
ServingType servingType)
Serves Source Map for single Resource.
|
void |
Controller.serveSource(String completeKey,
String resourceName,
ServingType servingType)
Serves Source Code of the Resource.
|
| Modifier and Type | Method and Description |
|---|---|
ServingType |
Request.getServingType() |
static ServingType |
ServingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServingType[] |
ServingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setServingType(ServingType servingType) |
Copyright © 2024 Atlassian. All rights reserved.