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 © 2004-2011 Apache Software Foundation. All Rights Reserved.