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.
AbstractScriptProcessor - initialize(String request, String response, String process)
Called by the Prototype JavaScript Framework during object construction.
| Name | Type | Description |
|---|---|---|
| request | String | The request |
| response | String | The response |
| process | String | The process |
| Type | Description |
|---|---|
| void |
AbstractScriptProcessor - process()
Called by the Prototype JavaScript Framework during object processing. Do not call this method directly.
| Name | Type | Description |
|---|---|---|
| None |
| Type | Description |
|---|---|
| void |