| Interface | Description |
|---|---|
| ContentTransformerFactory |
Factory to create URL aware web resource transformers with Source Map.
|
| StaticTransformers |
Applies a fixed set of transformers to all resources by type.
|
| StaticTransformersSupplier |
Supplies static transformers
|
| UrlReadingContentTransformer |
The part of a transformer that reads the config and url params and does the actual resource transformation and
generates the Source Map.
|
| WebResourceTransformer | Deprecated
since 3.0.
|
| WebResourceTransformerMatcher |
Describes whether a resource transformer matches a type or resource location
|
| Class | Description |
|---|---|
| AbstractTransformedDownloadableResource |
Abstract class for implementing downloadable resources that are wrapping an underlying resource as part of a
WebResourceTransformer implementation. |
| CharSequenceDownloadableResource |
Abstract class that makes it easy to create transforms that go from string to string.
|
| CompileTimeTransformer |
Integration with compile-time resource transformations, it's not a standard transformer and doesn't follow the transformer API.
|
| ContentTransformerModuleDescriptor |
Defines a module descriptor for a
ContentTransformerFactory. |
| DefaultStaticTransformers |
StaticTransformers implementation. |
| DefaultStaticTransformersSupplier |
Implementation of
StaticTransformersSupplier |
| SearchAndReplaceDownloadableResource | Deprecated
Since 3.0.10.
|
| SearchAndReplacer | Deprecated
Since 3.0.10.
|
| TransformerCache |
Contains Transformer Descriptors grouped by its keys.
|
| TransformerParametersFactory | Deprecated |
| TransformerUtils |
Utility class for transforming resources
|
| UrlReadingWebResourceTransformerModuleDescriptor |
Defines a module descriptor for a
WebResourceTransformerFactory. |
| WebResourceTransformerModuleDescriptor | Deprecated
since 3.0.
|
Copyright © 2018 Atlassian. All rights reserved.