
org.wicketstuff.jquery.ajaxbackbutton.HistoryIFramePage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jquery Show documentation
Show all versions of jquery Show documentation
JQuery integration for Wicket
The newest version!
package org.wicketstuff.jquery.ajaxbackbutton;
import org.apache.wicket.markup.html.IHeaderResponse;
import org.apache.wicket.markup.html.WebPage;
import org.wicketstuff.jquery.JQueryBehavior;
/**
* @author martin-g
*/
public class HistoryIFramePage extends WebPage
{
private static final long serialVersionUID = 1L;
public HistoryIFramePage()
{
}
@Override
public void renderHead(IHeaderResponse response)
{
response.renderJavaScriptReference(JQueryBehavior.JQUERY_JS);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy