Interface ProcessorFactory


  • public interface ProcessorFactory
    The ProcessorFactory is a service which creates Processors on demand. The processor is used to rewrite the generated content. The factory is referenced using a service property named 'pipeline.type'. Each factory should have a unique value for this property.
    • Method Detail

      • createProcessor

        Processor createProcessor()
        Create a new processor.
        Returns:
        A new processor.