All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wicketstuff.jquery.ajaxbackbutton.HistoryIFramePage Maven / Gradle / Ivy

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