Uses of Interface
org.craftercms.studio.api.v1.content.pipeline.ContentProcessorPipeline
Packages that use ContentProcessorPipeline
Package
Description
-
Uses of ContentProcessorPipeline in org.craftercms.studio.impl.v1.content.pipeline
Classes in org.craftercms.studio.impl.v1.content.pipeline that implement ContentProcessorPipelineModifier and TypeClassDescriptionclassImplementation of ContentProcessorPipeline that runs the content give through the pipeline -
Uses of ContentProcessorPipeline in org.craftercms.studio.impl.v1.executor
Fields in org.craftercms.studio.impl.v1.executor with type parameters of type ContentProcessorPipelineModifier and TypeFieldDescriptionprotected Map<String, ContentProcessorPipeline> ProcessContentExecutorImpl.processorChainsMethods in org.craftercms.studio.impl.v1.executor that return types with arguments of type ContentProcessorPipelineMethod parameters in org.craftercms.studio.impl.v1.executor with type arguments of type ContentProcessorPipelineModifier and TypeMethodDescriptionvoidProcessContentExecutorImpl.setProcessorChains(Map<String, ContentProcessorPipeline> processorChains)