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 |
Modifier and Type | Method and Description |
---|---|
static OutputFileFormat |
OutputFileFormat.forRequest(org.apache.sling.api.SlingHttpServletRequest request)
Loads the output format requested in the specified request suffix.
|
static OutputFileFormat |
OutputFileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputFileFormat[] |
OutputFileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 |
---|---|
void |
TransformerImpl.transform(org.apache.sling.api.resource.Resource resource,
Transformation transformation,
OutputFileFormat format,
OutputStream out) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.