| Interface | Description |
|---|---|
| AQAqua |
An interface for AquaScript runtime environment.
|
| AQConsole |
This interface provides methods for input/output to a console.
|
| AQRequest |
This interface provides basic information about an http request.
|
| AQResponse |
An instance of this interface is available to the script via aqua.response alias.
|
| AQSession |
Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.
|
| AQSystem |
This interface provides access to low-level system functionality.
|
| Exception | Description |
|---|---|
| AQException |
AQException, a subclass of
RuntimeException, might be thrown
during the execution of AquaScript. |
Copyright © 2019 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.