| Interface | Description |
|---|---|
| Mapping |
Represents a single mapping from a local resource to one or more CDN resources
|
| MappingSet |
Represents a mappings file which contains all mappings.
|
| WebResourceMapper |
Web resource mappings, i.e., URL transformations from local to pre-baked resources on CDN.
|
| Class | Description |
|---|---|
| DefaultMapping |
Simple wrapper for a mapping.
|
| DefaultMappingSet |
Simple wrapper for mappings.
|
| DefaultWebResourceMapper |
Implementation of
WebResourceMapper which retrieves a mappings from a local JSON file and keeps it in memory. |
| MappingParser |
Parses a JSON document containing web resource mappings.
|
| NoOpWebResourceMapper |
No operation web resource mapper.
|
| Exception | Description |
|---|---|
| MappingParserException |
Failed to load mapping file.
|
Copyright © 2019 Atlassian. All rights reserved.