Class HttpParamProcessor
- java.lang.Object
-
- org.webharvest.runtime.processors.AbstractProcessor<HttpParamDef>
-
- org.webharvest.runtime.processors.HttpParamProcessor
-
- All Implemented Interfaces:
Processor<HttpParamDef>
@Autoscanned @TargetNamespace({"http://org.webharvest/schema/2.1/core","http://org.webharvest/schema/1.0/config"}) @Definition(value="http-param", validAttributes={"id","name","isfile(true;false)","filename","contenttype(*mime)"}, requiredAttributes="name", definitionClass=HttpParamDef.class) public class HttpParamProcessor extends AbstractProcessor<HttpParamDef>
Variable definition http param processor.
-
-
Field Summary
-
Fields inherited from class org.webharvest.runtime.processors.AbstractProcessor
elementDef, LOG
-
-
Constructor Summary
Constructors Constructor Description HttpParamProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
public Variable execute(DynamicScopeContext context) throws InterruptedException
- Specified by:
execute
in classAbstractProcessor<HttpParamDef>
- Throws:
InterruptedException
-
-