Package org.webharvest.runtime.variables
Class ScriptingVariable
- java.lang.Object
-
- org.webharvest.runtime.variables.Variable
-
- org.webharvest.runtime.variables.NodeVariable
-
- org.webharvest.runtime.variables.ScriptingVariable
-
public class ScriptingVariable extends NodeVariable
This variables are unwrapped when passing into script engines and preserve the mutable collections in the original state when passing over Scraper Created by IntelliJ IDEA. User: awajda Date: Sep 20, 2010 Time: 9:45:58 PM
-
-
Constructor Summary
Constructors Constructor Description ScriptingVariable(Object wrappedObject)
-
Method Summary
-
Methods inherited from class org.webharvest.runtime.variables.NodeVariable
getWrappedObject, isEmpty, toBinary, toBinary, toIterator, toList, toString, toString
-
-
-
-
Constructor Detail
-
ScriptingVariable
public ScriptingVariable(Object wrappedObject)
-
-