Package org.webharvest.definition
Class ScriptDef
- java.lang.Object
-
- org.webharvest.definition.AbstractElementDef
-
- org.webharvest.definition.WebHarvestPluginDef
-
- org.webharvest.definition.ScriptDef
-
- All Implemented Interfaces:
IElementDef
,PluginDef
public class ScriptDef extends WebHarvestPluginDef
Definition of script processor.
-
-
Field Summary
-
Fields inherited from class org.webharvest.definition.AbstractElementDef
xmlNode
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLanguage()
String
getReturnExpression()
For backward compatibility with ver.2b1 only!String
getShortElementName()
-
Methods inherited from class org.webharvest.definition.WebHarvestPluginDef
createPlugin, getAttributes, getAttributes, getNamespaceURI, getNode, getUri
-
Methods inherited from class org.webharvest.definition.AbstractElementDef
add, getColumnNumber, getElementDefs, getId, getLineNumber, getOperationDefs, hasOperations
-
-
-
-
Method Detail
-
getShortElementName
public String getShortElementName()
Description copied from class:AbstractElementDef
- Specified by:
getShortElementName
in interfaceIElementDef
- Overrides:
getShortElementName
in classAbstractElementDef
-
getLanguage
public String getLanguage()
-
getReturnExpression
public String getReturnExpression()
For backward compatibility with ver.2b1 only!- Returns:
-
-