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.
@Deprecated @FunctionalInterface public static interface AjaxRequestTarget.IJavaScriptResponse
Deprecated.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 Deprecated Methods Modifier and Type Method Description void
addJavaScript(String script)
Deprecated.Adds more JavaScript to the ajax response that will be executed on the client side
-
-
-
Method Detail
-
addJavaScript
void addJavaScript(String script)
Deprecated.Adds more JavaScript to the ajax response that will be executed on the client side- Parameters:
script
- JavaScript
-
-