AbstractScriptProcessor - Global

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:1分
  • 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.

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

    AbstractScriptProcessor - process()

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

    表 : 3. Parameters
    Name Type Description
    None
    表 : 4. Returns
    Type Description
    void