Uses of Interface
org.apache.wicket.ajax.AjaxRequestTarget.IJavaScriptResponse

Packages that use AjaxRequestTarget.IJavaScriptResponse
org.apache.wicket.ajax   
org.apache.wicket.protocol.http HTTP implementation. 
 

Uses of AjaxRequestTarget.IJavaScriptResponse in org.apache.wicket.ajax
 

Methods in org.apache.wicket.ajax with parameters of type AjaxRequestTarget.IJavaScriptResponse
 void AjaxRequestTarget.IListener.onAfterRespond(Map<String,Component> map, AjaxRequestTarget.IJavaScriptResponse response)
          Triggered after ajax request target is done with its response cycle.
 

Uses of AjaxRequestTarget.IJavaScriptResponse in org.apache.wicket.protocol.http
 

Methods in org.apache.wicket.protocol.http with parameters of type AjaxRequestTarget.IJavaScriptResponse
 void AjaxEnclosureListener.onAfterRespond(Map<String,Component> map, AjaxRequestTarget.IJavaScriptResponse response)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.