API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.web.ajax. JOTAjaxProvider View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 JOTAjaxProvider
Subinterfaces
Description
public interface JOTAjaxProvider
See also:   
Methods
Hide/Show inherited methods
public void executeAjaxCall (JOTFlowRequest request, HttpServletResponse response) throws Exception
  Execute the ajax call and write to the response / flush it ie: send the updated data that will be used by the javascript callback method Params are in the request (getParameter)
public String getAjaxAction ()
  return the path of the action(implementing JOTAjaxProvider) to be called when an ajax call is made: Ex: "myAjax.do"
public String getJscriptCallbackFunctionName ()
  returns the name of the javascript function you wrote, which will be called once data is returned from the ajax call ie: updateData
public String getJscriptFuncName ()
  returns a name for the javascript function that will be created for this action THIS SHOULD NOT CONTAIN ANY SPECIAL CHARS LIKE SPACES ETC....
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar