AbstractScriptProcessor - Global

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 1 minute de lecture
  • The AbstractScriptProcessor script include is a base JavaScript processor class that other JavaScript processors extend.

    Extend this class to create your own JavaScript processors.

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

    Called by the Prototype JavaScript Framework during object construction.

    Tableau 1. Parameters
    Name Type Description
    request String The request
    response String The response
    process String The process
    Tableau 2. Returns
    Type Description
    void

    AbstractScriptProcessor - process()

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

    Tableau 3. Parameters
    Name Type Description
    None
    Tableau 4. Returns
    Type Description
    void