Example usage for com.google.gwt.requestfactory.client DefaultRequestTransport URL

List of usage examples for com.google.gwt.requestfactory.client DefaultRequestTransport URL

Introduction

In this page you can find the example usage for com.google.gwt.requestfactory.client DefaultRequestTransport URL.

Prototype

String URL

To view the source code for com.google.gwt.requestfactory.client DefaultRequestTransport URL.

Click Source Link

Document

The default URL for a DefaultRequestTransport is GWT#getHostPageBaseURL() + #URL which may be overridden by calling #setRequestUrl(String) .

Usage

From source file:com.acme.gwt.server.GwtWebModule.java

License:Apache License

public GwtWebModule() {
    this("/" + DefaultRequestTransport.URL);
}