Copyright© 2008-2023 Sitevision AB, all rights reserved.
Modifier and Type | Method and Description |
---|---|
RequesterChainable<O,F> |
done(F aCallback)
Invoked when a
Requester was successfully executed. |
RequesterChainable<O,F> |
fail(F aCallback)
Invoked when a
Requester was unsuccessfully executed. |
RequesterChainable<O,F> done(F aCallback)
Requester
was successfully executed.
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 - Portal and Content Management Made Easy
Sitevision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2023 Sitevision AB, all rights reserved.