Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

AbstractScriptProcessor- Global

The AbstractScriptProcessor script include is a base JavaScript processor class that other JavaScript processors extend.

Extend this class to create your own JavaScript processors.

Parent Topic:Server API reference

AbstractScriptProcessor - initialize(String request, String response, String process)

Called by the Prototype JavaScript Framework during object construction.

NameTypeDescription
requestStringThe request
responseStringThe response
processStringThe process
TypeDescription
void 

AbstractScriptProcessor - process()

Called by the Prototype JavaScript Framework during object processing. Do not call this method directly.

NameTypeDescription
None  
TypeDescription
void