Class UserAgentAsserter.UserAgentAsserterDisabled

  • All Implemented Interfaces:
    EntryPoint
    Enclosing class:
    UserAgentAsserter

    public static class UserAgentAsserter.UserAgentAsserterDisabled
    extends java.lang.Object
    implements EntryPoint
    Replacement for UserAgentAsserter to disable it.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onModuleLoad()
      The entry point method, called automatically by loading a module that declares an implementing class as an entry point.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UserAgentAsserterDisabled

        public UserAgentAsserterDisabled()
    • Method Detail

      • 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