public class CriticalResources extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CriticalResources.ResourceType
Each resource type implements its own way of determining whether a resource is active or critical.
|
Constructor and Description |
---|
CriticalResources() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getActive(CriticalResources.ResourceType resourceType)
Get list of all resources loaded during page load.
|
List<String> |
getCritical(CriticalResources.ResourceType resourceType)
Get list of all resources that were used during page load.
|
public List<String> getActive(CriticalResources.ResourceType resourceType)
public List<String> getCritical(CriticalResources.ResourceType resourceType)
Copyright © 2002-2022 Atlassian. All Rights Reserved.