Package | Description |
---|---|
org.apache.sling.rewriter | |
org.apache.sling.rewriter.impl |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTransformer
A generic base transformer which simply delegates all ContentHandler method
invocations to the next ContentHandler.
|
Modifier and Type | Method and Description |
---|---|
Transformer |
TransformerFactory.createTransformer()
Create a new transformer for the pipeline.
|
Modifier and Type | Method and Description |
---|---|
Transformer[][] |
FactoryCache.getGlobalTransformers(ProcessingContext context)
Lookup all global transformers that apply to the current request and return
the transformer instances in two arrays.
|
Transformer |
FactoryCache.getTransformer(String type)
Get the transformer of the given type.
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.