Class VarProcessor
- java.lang.Object
-
- org.webharvest.runtime.processors.AbstractProcessor<VarDef>
-
- org.webharvest.deprecated.runtime.processors.VarProcessor
-
@Deprecated @Autoscanned @TargetNamespace("http://org.webharvest/schema/1.0/config") @Definition(value="var", validAttributes={"id","name"}, requiredAttributes="name", definitionClass=VarDef.class) public class VarProcessor extends AbstractProcessor<VarDef>
Deprecated.Useor instead Variable definition read processor.
-
-
Field Summary
-
Fields inherited from class org.webharvest.runtime.processors.AbstractProcessor
elementDef, LOG
-
-
Constructor Summary
Constructors Constructor Description VarProcessor()
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)
Deprecated.- Specified by:
execute
in classAbstractProcessor<VarDef>
-
-