Class VarDefProcessor
- java.lang.Object
-
- org.webharvest.runtime.processors.AbstractProcessor<VarDefDef>
-
- org.webharvest.deprecated.runtime.processors.VarDefProcessor
-
@Deprecated @Autoscanned @TargetNamespace("http://org.webharvest/schema/1.0/config") @Definition(value="var-def", validAttributes={"id","name","overwrite(true;false)"}, requiredAttributes="name", definitionClass=VarDefDef.class) public class VarDefProcessor extends AbstractProcessor<VarDefDef>
Deprecated.Use either DefProcessor or SetProcessorVariable definition read processor.
-
-
Field Summary
-
Fields inherited from class org.webharvest.runtime.processors.AbstractProcessor
elementDef, LOG
-
-
Constructor Summary
Constructors Constructor Description VarDefProcessor()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Variable
execute(DynamicScopeContext context)
Deprecated.-
Methods inherited from class org.webharvest.runtime.processors.AbstractProcessor
debug, getBodyTextContent, getBodyTextContent, getBodyTextContent, getElementDef, getParentProcessor, getRunningLevel, run, setElementDef, setParentProcessor, setProperty
-
-
-
-
Method Detail
-
execute
public Variable execute(DynamicScopeContext context) throws InterruptedException
Deprecated.- Specified by:
execute
in classAbstractProcessor<VarDefDef>
- Throws:
InterruptedException
-
-