public class UserAgentAsserter extends java.lang.Object implements EntryPoint
Modifier and Type | Class and Description |
---|---|
(package private) static interface |
UserAgentAsserter.UserAgentProperty
Interface to provide both the compile time and runtime
user.agent selection property value. |
(package private) static class |
UserAgentAsserter.UserAgentPropertyDisabled
Default
UserAgentAsserter.UserAgentProperty implementation used when
user.agent.runtimeWarning is false . |
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