Example usage for org.apache.wicket.request ILoggableRequestHandler interface-usage

List of usage examples for org.apache.wicket.request ILoggableRequestHandler interface-usage

Introduction

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

Usage

From source file sf.wicklet.gwt.server.ajax.IGwtAjaxRequestHandler.java

/**
 * A request target that produces ajax response envelopes used on the client side to update
 * component markup as well as evaluate arbitrary javascript.
 * <p>
 * A component whose markup needs to be updated should be added to this target via
 * IGwtAjaxRequestTarget#add(Component) method. Its body will be rendered and added to the envelope when