Package org.apache.wicket.ajax
Interface AjaxRequestTarget.IJavaScriptResponse
-
- Enclosing interface:
- AjaxRequestTarget
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddJavaScript(String script)Adds more javascript to the ajax response that will be executed on the client side
-
-
-
Method Detail
-
addJavaScript
void addJavaScript(String script)
Adds more javascript to the ajax response that will be executed on the client side- Parameters:
script- javascript
-
-