org.apache.wicket.ajax
Interface AjaxRequestTarget.IJavascriptResponse

Enclosing class:
AjaxRequestTarget

public static interface AjaxRequestTarget.IJavascriptResponse

An ajax javascript response that allows users to add javascript to be executed on the client side

Author:
ivaynberg

Method Summary
 void addJavascript(java.lang.String script)
          Adds more javascript to the ajax response that will be executed on the client side
 

Method Detail

addJavascript

void addJavascript(java.lang.String script)
Adds more javascript to the ajax response that will be executed on the client side

Parameters:
script - javascript


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.