Class ConfigProcessor
- java.lang.Object
-
- org.webharvest.runtime.processors.AbstractProcessor<ConfigDef>
-
- org.webharvest.runtime.processors.ConfigProcessor
-
@Autoscanned @TargetNamespace({"http://org.webharvest/schema/2.1/core","http://org.webharvest/schema/1.0/config"}) @Definition(value="config", validAttributes={"charset(*charset)","scriptlang(beanshell;javascript;groovy)"}, definitionClass=ConfigDef.class) public final class ConfigProcessor extends AbstractProcessor<ConfigDef>
- Since:
- 2.1.0-SNAPSHOT
- Version:
- %I%, %G%
- Author:
- Robert Bala
-
-
Field Summary
-
Fields inherited from class org.webharvest.runtime.processors.AbstractProcessor
elementDef, LOG
-
-
Constructor Summary
Constructors Constructor Description ConfigProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Variable
execute(DynamicScopeContext context)
-
Methods inherited from class org.webharvest.runtime.processors.AbstractProcessor
debug, getBodyTextContent, getBodyTextContent, getBodyTextContent, getElementDef, getParentProcessor, getRunningLevel, run, setElementDef, setParentProcessor, setProperty
-
-
-
-
Method Detail
-
execute
protected Variable execute(DynamicScopeContext context) throws InterruptedException
- Specified by:
execute
in classAbstractProcessor<ConfigDef>
- Throws:
InterruptedException
-
-