Uses of Class
org.webharvest.runtime.processors.AbstractProcessor
-
-
Uses of AbstractProcessor in org.webharvest.deprecated.runtime.processors
Subclasses of AbstractProcessor in org.webharvest.deprecated.runtime.processors Modifier and Type Class Description class
CallProcessor10
Function call processor.class
VarDefProcessor
Deprecated.Use either DefProcessor or SetProcessorclass
VarProcessor
Deprecated.Useor instead -
Uses of AbstractProcessor in org.webharvest.runtime.processors
Subclasses of AbstractProcessor in org.webharvest.runtime.processors Modifier and Type Class Description class
BodyProcessor
Processor which executes only body and returns variables list.class
CallParamProcessor
Variable definition http param processor.class
CallProcessor
Function call processor.class
CaseProcessor
Conditional processor.class
CatchProcessor
class
ConfigProcessor
class
ConstantProcessor
Constant processor.class
ElseProcessor
class
EmptyProcessor
Empty processor = executes body and returns empty variable.class
ExitProcessor
Exit processor.class
FileProcessor
File processor.class
FunctionProcessor
Function definition processor.class
HtmlToXmlProcessor
Advanced HTML to XML processor using Chain of Responsibility pattern with Strategy pattern for different HTML parsing strategies.class
HttpHeaderProcessor
Variable definition http header processor.class
HttpParamProcessor
Variable definition http param processor.class
HttpProcessor
Http processor.class
IfProcessor
class
IncludeProcessor
Include processor.class
ListProcessor
class
LoopProcessor
Loop list processor.class
RealBodyProcessor
class
RegexpPatternProcessor
class
RegexpProcessor
Regular expression replace processor.class
RegexpResultProcessor
class
RegexpSourceProcessor
class
ReturnProcessor
Function's return value processor.class
ScriptProcessor
Script processor - executes script defined in the body.class
StylesheetProcessor
class
TemplateProcessor
Template processor.class
TextProcessor
Text processor.class
TryProcessor
OnError processor - sets .class
WebHarvestPlugin
Base for all user-defined plugins.class
WhileProcessor
Conditional processor.class
XMLProcessor
class
XPathProcessor
XQuery processor.class
XQExpression
class
XQParamProcessor
class
XQueryProcessor
XQuery processor.class
XsltProcessor
XSLT processor. -
Uses of AbstractProcessor in org.webharvest.runtime.processors.plugins
Subclasses of AbstractProcessor in org.webharvest.runtime.processors.plugins Modifier and Type Class Description class
JsonToXmlPlugin
Converter from JSON to XMLclass
SleepPlugin
class
TokenizePlugin
Support for database operations.class
ValueOfPlugin
class
XmlToJsonPlugin
Converter from XML to JSON -
Uses of AbstractProcessor in org.webharvest.runtime.processors.plugins.db
Subclasses of AbstractProcessor in org.webharvest.runtime.processors.plugins.db Modifier and Type Class Description class
AbstractDatabasePlugin
class
DatabaseJNDIPlugin
Web Harvest plugin supporting database operations within JNDI - enabled environment.class
DatabasePlugin
Support for database operations.class
DbParamPlugin
DB param plugin - can be used only inside database plugin. -
Uses of AbstractProcessor in org.webharvest.runtime.processors.plugins.ftp
Subclasses of AbstractProcessor in org.webharvest.runtime.processors.plugins.ftp Modifier and Type Class Description class
FtpDelPlugin
Ftp Del plugin - can be used only inside ftp plugin for deleting file on remote directory.class
FtpGetPlugin
Ftp Get plugin - can be used only inside ftp plugin for retrieving file from remote directory.class
FtpListPlugin
Ftp List plugin - can be used only inside ftp plugin for listing file in working remote directory.class
FtpMkdirPlugin
Ftp Mkdir plugin - can be used only inside ftp plugin for creating directory on remote directory.class
FtpPlugin
FTP processorclass
FtpPutPlugin
Ftp Put plugin - can be used only inside ftp plugin for storing file to remote directory.class
FtpRmdirPlugin
Ftp Mkdir plugin - can be used only inside ftp plugin for removing subdirectory on remote directory. -
Uses of AbstractProcessor in org.webharvest.runtime.processors.plugins.mail
Subclasses of AbstractProcessor in org.webharvest.runtime.processors.plugins.mail Modifier and Type Class Description class
MailAttachPlugin
Mail attachment plugin - can be used only inside mail plugin.class
MailPlugin
Mail sending processor. -
Uses of AbstractProcessor in org.webharvest.runtime.processors.plugins.variable
Subclasses of AbstractProcessor in org.webharvest.runtime.processors.plugins.variable Modifier and Type Class Description class
DefVarPlugin
Support for database operations.class
GetVarPlugin
class
SetVarPlugin
Support for database operations. -
Uses of AbstractProcessor in org.webharvest.runtime.processors.plugins.webbrowser
Subclasses of AbstractProcessor in org.webharvest.runtime.processors.plugins.webbrowser Modifier and Type Class Description class
WebBrowserJavascriptPlugin
Evaluates javascript on the page inside headless web browser.class
WebBrowserLoadPlugin
Load page inside headless web browser.class
WebBrowserPlugin
Support headless web browser supported by PhantomJS open source project.class
WebBrowserRenderPlugin
Evaluates javascript on the page inside headless web browser.Methods in org.webharvest.runtime.processors.plugins.webbrowser with parameters of type AbstractProcessor Modifier and Type Method Description static WebBrowserPlugin
WebBrowserPlugin. findParentPlugin(AbstractProcessor childProcessor)
-
Uses of AbstractProcessor in org.webharvest.runtime.processors.plugins.zip
Subclasses of AbstractProcessor in org.webharvest.runtime.processors.plugins.zip Modifier and Type Class Description class
ZipEntryPlugin
Zip entry plugin - can be used only inside zip plugin.class
ZipPlugin
ZIP processor
-