| Modifier and Type | Method and Description |
|---|---|
RawRequest |
RequestState.getRawRequest() |
| Modifier and Type | Method and Description |
|---|---|
static String |
UrlGenerationHelpers.calculateBundleHash(RawRequest rawRequest,
RequestCache requestCache)
Calculates URL resource hashes for given request.
|
| Modifier and Type | Method and Description |
|---|---|
static RawRequest |
Router.decodeContexts(String encodedContexts)
Decodes context key like `batch1,batch2,-excludedBatch3,-excludedBatch4` into lists of included and excluded
contexts.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<Resource> |
Controller.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 Resource |
Controller.getResourceRelativeToBatch(RawRequest raw,
String resourceName,
boolean resolveDependencies,
boolean withLegacyConditions)
Get Resource relative to Batch.
|
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.
|
protected void |
Controller.serveResource(RawRequest raw,
Resource resource)
Causes the content inside resource to be served in response.
|
protected void |
Controller.serveResource(RawRequest raw,
Resource resource,
boolean applyTransformations,
boolean isCachingEnabled) |
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.
|
protected void |
Controller.serveResources(RawRequest raw,
Supplier<Collection<Resource>> resources,
boolean isCachingEnabled)
Causes all content inside every
Resource provided by resources to be served in response. |
protected void |
Controller.serveSourceMap(RawRequest raw,
Resource resource)
Serves Source Map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setRequestedResources(RawRequest request) |
| Modifier and Type | Method and Description |
|---|---|
RawRequest |
RawRequest.deepClone() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RawRequest.include(RawRequest request) |
boolean |
RawRequest.include(ResourcePhase resourcePhase,
RawRequest requestToInclude)
Adds a
Requestable to the inclusion list of resources for a specific type. |
| Constructor and Description |
|---|
LooselyTypedRequestExpander(RawRequest r)
Deprecated.
|
Copyright © 2024 Atlassian. All rights reserved.