|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AJAXException | |
|---|---|
| org.apache.jetspeed.ajax | |
| Uses of AJAXException in org.apache.jetspeed.ajax |
|---|
| Methods in org.apache.jetspeed.ajax that throw AJAXException | |
|---|---|
void |
AJAXResponse.complete()
|
void |
AjaxRequestService.process(RequestContext requestContext)
|
AJAXResponse |
AJAXService.processRequest(AJAXRequest request)
|
boolean |
AjaxAction.run(RequestContext requestContext,
java.util.Map 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,
java.util.Map 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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||