public class UserAgentAsserter extends java.lang.Object implements EntryPoint
Modifier and Type | Class and Description |
---|---|
static class |
UserAgentAsserter.UserAgentAsserterDisabled
Replacement for UserAgentAsserter to disable it.
|
static class |
UserAgentAsserter.UserAgentAssertionError
An error object that indicates that the user agent detected at runtime did
not match the user agent that the module expected to find.
|
Constructor and Description |
---|
UserAgentAsserter() |
Modifier and Type | Method and Description |
---|---|
void |
onModuleLoad()
The entry point method, called automatically by loading a module that
declares an implementing class as an entry point.
|
public void onModuleLoad()
EntryPoint
onModuleLoad
in interface EntryPoint