Uses of Interface
org.apache.tapestry5.services.ajax.JSONCallback

Packages that use JSONCallback
org.apache.tapestry5.internal.services.ajax [INTERNAL USE ONLY] AJAX support services; API subject to change 
org.apache.tapestry5.services.ajax Utilities for handling Ajax-oriented requests, including partial render requests. 
 

Uses of JSONCallback in org.apache.tapestry5.internal.services.ajax
 

Methods in org.apache.tapestry5.internal.services.ajax with parameters of type JSONCallback
 AjaxResponseRenderer AjaxResponseRendererImpl.addCallback(JSONCallback callback)
           
 

Uses of JSONCallback in org.apache.tapestry5.services.ajax
 

Methods in org.apache.tapestry5.services.ajax with parameters of type JSONCallback
 AjaxResponseRenderer AjaxResponseRenderer.addCallback(JSONCallback callback)
          Queues a callback to execute during the partial markup render.
 



Copyright © 2003-2012 The Apache Software Foundation.