Class DefaultProcessorFactory
- java.lang.Object
-
- org.webharvest.runtime.processors.DefaultProcessorFactory
-
- All Implemented Interfaces:
ProcessorFactory
public class DefaultProcessorFactory extends Object implements ProcessorFactory
Created by rbala on 13.07.2017.
-
-
Field Summary
-
Fields inherited from interface org.webharvest.runtime.processors.ProcessorFactory
INSTANCE
-
-
Constructor Summary
Constructors Constructor Description DefaultProcessorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <TDef extends IElementDef>
Processor<TDef>createProcessor(DynamicScopeContext context, TDef elementDef)
-
-
-
Method Detail
-
createProcessor
public <TDef extends IElementDef> Processor<TDef> createProcessor(DynamicScopeContext context, TDef elementDef)
- Specified by:
createProcessor
in interfaceProcessorFactory
-
-