Package | Description |
---|---|
org.apache.sling.cms.transformer |
Package with all of the common models used to access content in the Sling
reference CMS
|
org.apache.sling.cms.transformer.internal | |
org.apache.sling.cms.transformer.internal.models |
Modifier and Type | Method and Description |
---|---|
List<Transformation> |
TransformationManager.getTransformations()
Gets the transformations available to a particular resource based on the CA
Configs
|
Modifier and Type | Method and Description |
---|---|
void |
Transformer.transform(org.apache.sling.api.resource.Resource resource,
Transformation transformation,
OutputFileFormat format,
OutputStream out)
Transforms the resource
|
Modifier and Type | Method and Description |
---|---|
protected Transformation |
TransformServlet.findTransformation(org.apache.sling.api.resource.ResourceResolver serviceResolver,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
TransformerImpl.transform(org.apache.sling.api.resource.Resource resource,
Transformation transformation,
OutputFileFormat format,
OutputStream out) |
Modifier and Type | Class and Description |
---|---|
class |
TransformationImpl |
Modifier and Type | Method and Description |
---|---|
List<Transformation> |
TransformationManagerImpl.getTransformations() |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.