Example usage for org.apache.wicket.ajax AjaxRequestTarget interface-usage

List of usage examples for org.apache.wicket.ajax AjaxRequestTarget interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket.ajax AjaxRequestTarget interface-usage.

Usage

From source file org.hippoecm.frontend.PluginRequestTarget.java

/**
 * Extension of Wicket's {@link AjaxRequestTarget} that filters the list of
 * {@link Component}s that have been added.
 * <p>
 * This class used to handle the case that nested components were added to the request target.
 * While necessary in Wicket-1.4.x, in Wicket-6, this is handled by the framework.