Uses of Interface
org.apache.sling.rewriter.Transformer
-
Packages that use Transformer Package Description org.apache.sling.rewriter org.apache.sling.rewriter.impl -
-
Uses of Transformer in org.apache.sling.rewriter
Classes in org.apache.sling.rewriter that implement Transformer Modifier and Type Class Description class
DefaultTransformer
A generic base transformer which simply delegates all ContentHandler method invocations to the next ContentHandler.Methods in org.apache.sling.rewriter that return Transformer Modifier and Type Method Description Transformer
TransformerFactory. createTransformer()
Create a new transformer for the pipeline. -
Uses of Transformer in org.apache.sling.rewriter.impl
Methods in org.apache.sling.rewriter.impl that return Transformer Modifier and Type Method 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.
-