Uses of Class
org.apache.jetspeed.ajax.AJAXException

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, 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, 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
 



Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.