Class WebClient

  • All Implemented Interfaces:
    java.io.Serializable, Client

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

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

      Constructors 
      Constructor Description
      WebClient()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T extends ClientService>
      T
      getService​(java.lang.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