Copyright© 2008-2025 Sitevision AB, all rights reserved.
| Modifier and Type | Method and Description |
|---|---|
RequesterChainable<O,F> |
done(F aCallback)
Invoked when a
Requester was successfully executed (response with a status in the 2xx series). |
RequesterChainable<O,F> |
fail(F aCallback)
Invoked when a
Requester was unsuccessfully executed. |
RequesterChainable<O,F> done(F aCallback)
Requester was successfully executed (response with a status in the 2xx series).
The callback is invoked with three optional arguments:
aCallback - a callback function that handles the resultRequesterChainable<O,F> fail(F aCallback)
Requester was unsuccessfully executed.
The callback is invoked with two optional arguments:
aCallback - a callback function that handles fail stateSitevision - Content Management Made Easy
Sitevision is an advanced Java enterprise portal product that implements Java Content Repository (JSR 283).
Copyright© 2008-2025 Sitevision AB, all rights reserved.