public interface AuService
AuRequest
).
It is usually implemented by an application and plugged to a component
via Component.setAuService(org.zkoss.zk.au.AuService)
,
or plugged to a desktop via Desktop.addListener(java.lang.Object)
.
Notice that the AU service plugged to a component takes the higher
priority than the default handling (ComponentCtrl.service(org.zkoss.zk.au.AuRequest, boolean)
).
See also ZK Client-side Reference: AU Requests: Server-side Processing.
Modifier and Type | Method and Description |
---|---|
boolean |
service(AuRequest request,
boolean everError)
Handles an AU request.
|
boolean service(AuRequest request, boolean everError)
request
- the request sent from the client.everError
- whether any error ever occurred before
processing this request.Copyright © 2005-2023 Potix Corporation. All Rights Reserved.