Class UserAgentAsserter

java.lang.Object
com.google.gwt.useragent.client.UserAgentAsserter
All Implemented Interfaces:
EntryPoint

public class UserAgentAsserter extends Object implements EntryPoint
Helper class, which, during startup, asserts that the specified user.agent selection property value indeed matches the expected value for this browser / user agent, thus avoid long hours debugging strange error messages when a single user agent compile, typically created for testing purposes, ends up being executed in the wrong browser.
  • Constructor Details

    • UserAgentAsserter

      public UserAgentAsserter()
  • Method Details

    • onModuleLoad

      public void onModuleLoad()
      Description copied from interface: EntryPoint
      The entry point method, called automatically by loading a module that declares an implementing class as an entry point.
      Specified by:
      onModuleLoad in interface EntryPoint