- Generator - Interface in org.apache.sling.rewriter
-
The Generator
interface defines the start of a rewriter pipeline.
- GeneratorFactory - Interface in org.apache.sling.rewriter
-
The
GeneratorFactory
is a service which creates
Generator
s on demand.
- getComponentConfig(Resource, String, String) - Method in class org.apache.sling.rewriter.impl.ProcessorConfigurationImpl
-
- getComponentConfigs(Resource, String, String) - Method in class org.apache.sling.rewriter.impl.ProcessorConfigurationImpl
-
- getConfiguration() - Method in class org.apache.sling.rewriter.impl.ProcessingComponentConfigurationImpl
-
- getConfiguration() - Method in class org.apache.sling.rewriter.impl.ProcessorConfigurationImpl
-
- getConfiguration() - Method in interface org.apache.sling.rewriter.ProcessingComponentConfiguration
-
Return the configuration for this component.
- getConfiguration() - Method in interface org.apache.sling.rewriter.ProcessorConfiguration
-
Return the configuration for this component.
- getContentHandler() - Method in class org.apache.sling.rewriter.DefaultTransformer
-
- getContentHandler() - Method in class org.apache.sling.rewriter.impl.PipelineImpl
-
- getContentHandler() - Method in class org.apache.sling.rewriter.impl.ProcessorWrapper
-
- getContentHandler() - Method in interface org.apache.sling.rewriter.Processor
-
Get the content handler to write the output to.
- getContentType() - Method in class org.apache.sling.rewriter.impl.ServletProcessingContext
-
- getContentType() - Method in interface org.apache.sling.rewriter.ProcessingContext
-
The content type of the response.
- getDoctypePublic() - Method in class org.apache.sling.rewriter.impl.components.AbstractTraxSerializerFactory
-
- getDoctypePublic() - Method in class org.apache.sling.rewriter.impl.components.TraxHtmlSerializerFactory
-
- getDoctypePublic() - Method in class org.apache.sling.rewriter.impl.components.TraxXHtmlSerializerFactory
-
- getDoctypeSystem() - Method in class org.apache.sling.rewriter.impl.components.AbstractTraxSerializerFactory
-
- getDoctypeSystem() - Method in class org.apache.sling.rewriter.impl.components.TraxHtmlSerializerFactory
-
- getDoctypeSystem() - Method in class org.apache.sling.rewriter.impl.components.TraxXHtmlSerializerFactory
-
- getGenerator(String) - Method in class org.apache.sling.rewriter.impl.FactoryCache
-
Get the generator of the given type.
- getGeneratorConfiguration() - Method in class org.apache.sling.rewriter.impl.ProcessorConfigurationImpl
-
The configuration for the generator.
- getGeneratorConfiguration() - Method in interface org.apache.sling.rewriter.PipelineConfiguration
-
The configuration for the generator.
- getGlobalTransformers(ProcessingContext) - Method in class org.apache.sling.rewriter.impl.FactoryCache
-
Lookup all global transformers that apply to the current request and return
the transformer instances in two arrays.
- getOrder() - Method in class org.apache.sling.rewriter.impl.ProcessorConfigurationImpl
-
Return the order of this configuration for sorting.
- getOutputFormat() - Method in class org.apache.sling.rewriter.impl.components.AbstractTraxSerializerFactory
-
- getOutputFormat() - Method in class org.apache.sling.rewriter.impl.components.TraxHtmlSerializerFactory
-
- getOutputFormat() - Method in class org.apache.sling.rewriter.impl.components.TraxXHtmlSerializerFactory
-
- getOutputStream() - Method in class org.apache.sling.rewriter.impl.ServletProcessingContext
-
- getOutputStream() - Method in interface org.apache.sling.rewriter.ProcessingContext
-
The output stream.
- getProcessor(String) - Method in class org.apache.sling.rewriter.impl.FactoryCache
-
Get the processor of the given type.
- getProcessor(ProcessorConfiguration, ProcessingContext) - Method in class org.apache.sling.rewriter.impl.ProcessorManagerImpl
-
- getProcessor(ProcessorConfiguration, ProcessingContext) - Method in interface org.apache.sling.rewriter.ProcessorManager
-
Return a pipeline for a pipeline configuration.
- getProcessorConfigurations() - Method in class org.apache.sling.rewriter.impl.ProcessorManagerImpl
-
- getProcessorConfigurations() - Method in interface org.apache.sling.rewriter.ProcessorManager
-
Return the list of currently available processor configurations.
- getRequest() - Method in class org.apache.sling.rewriter.impl.ServletProcessingContext
-
- getRequest() - Method in interface org.apache.sling.rewriter.ProcessingContext
-
The current request.
- getResponse() - Method in class org.apache.sling.rewriter.impl.ServletProcessingContext
-
- getResponse() - Method in interface org.apache.sling.rewriter.ProcessingContext
-
The current response.
- getSerializer(String) - Method in class org.apache.sling.rewriter.impl.FactoryCache
-
Get the serializer of the given type.
- getSerializerConfiguration() - Method in class org.apache.sling.rewriter.impl.ProcessorConfigurationImpl
-
The configuration for the serializer.
- getSerializerConfiguration() - Method in interface org.apache.sling.rewriter.PipelineConfiguration
-
The configuration for the serializer.
- getTransformer(String) - Method in class org.apache.sling.rewriter.impl.FactoryCache
-
Get the transformer of the given type.
- getTransformerConfigurations() - Method in class org.apache.sling.rewriter.impl.ProcessorConfigurationImpl
-
The configuration for the transformers.
- getTransformerConfigurations() - Method in interface org.apache.sling.rewriter.PipelineConfiguration
-
The configuration for the transformers.
- getType() - Method in class org.apache.sling.rewriter.impl.ProcessingComponentConfigurationImpl
-
- getType() - Method in class org.apache.sling.rewriter.impl.ProcessorConfigurationImpl
-
- getType() - Method in interface org.apache.sling.rewriter.ProcessingComponentConfiguration
-
The name/type of the component.
- getType() - Method in interface org.apache.sling.rewriter.ProcessorConfiguration
-
The name/type of the component.
- getWriter() - Method in interface org.apache.sling.rewriter.Generator
-
Get the writer to write the output to.
- getWriter() - Method in class org.apache.sling.rewriter.impl.components.HtmlGeneratorFactory.HtmlGenerator
-
- getWriter() - Method in class org.apache.sling.rewriter.impl.PipelineImpl
-
- getWriter() - Method in class org.apache.sling.rewriter.impl.ProcessorWrapper
-
- getWriter() - Method in class org.apache.sling.rewriter.impl.ServletProcessingContext
-
- getWriter() - Method in interface org.apache.sling.rewriter.ProcessingContext
-
The writer.
- getWriter() - Method in interface org.apache.sling.rewriter.Processor
-
Get the writer to write the output to.