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