Package | Description |
---|---|
org.apache.jetspeed.ajax |
Modifier and Type | Method and Description |
---|---|
void |
AJAXResponse.complete()
Deprecated.
|
void |
AjaxRequestService.process(RequestContext requestContext)
Entry point into processing an Ajax request
|
AJAXResponse |
AJAXService.processRequest(AJAXRequest request)
Deprecated.
|
boolean |
AjaxAction.run(RequestContext requestContext,
Map<String,Object> resultMap)
The action should put any parameters or results it wants
passed on to the builders in the resultMap
This method runs an Ajax action.
|
boolean |
AjaxAction.runBatch(RequestContext requestContext,
Map<String,Object> resultMap)
Same as run method, but runs in batch mode, as a hint to the action
that it is running a multiple action and can delay its update
runBatch currently supports pageManager.updatePage
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.