Class WebClient

java.lang.Object
org.eclipse.rap.rwt.client.WebClient
All Implemented Interfaces:
Serializable, Client

public class WebClient extends Object implements Client
The default RWT web client.
Since:
2.0
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Entrypoint property name for custom HTML code to be placed inside the body of the startup page.
    static final String
    Entrypoint property name for specifing the content security policy.
    static final String
    Entrypoint property name to disable the shutdown request.
    static final String
    Entrypoint property name for the website icon (a.k.a favicon or shortcut icon) that will be displayed by the web browser.
    static final String
    Entrypoint property name for additional HTML elements to be added to the <head> section of the startup page.
    static final String
    Entrypoint property name for the page overflow behavior.
    static final String
    Entrypoint property name for the title that will be displayed in the browser window.
    static final String
    Entrypoint property name for a custom theme to be used with the entrypoint.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends ClientService>
    T
    getService(Class<T> type)
    Returns this client's implementation of a given service, if available.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait