Package com.google.gwt.useragent.client
Class UserAgentAsserter.UserAgentAsserterDisabled
java.lang.Object
com.google.gwt.useragent.client.UserAgentAsserter.UserAgentAsserterDisabled
- All Implemented Interfaces:
EntryPoint
- Enclosing class:
UserAgentAsserter
public static class UserAgentAsserter.UserAgentAsserterDisabled
extends Object
implements EntryPoint
Replacement for UserAgentAsserter to disable it.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
The entry point method, called automatically by loading a module that declares an implementing class as an entry point.
-
Constructor Details
-
UserAgentAsserterDisabled
public UserAgentAsserterDisabled()
-
-
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 interfaceEntryPoint
-