Class Platform


  • @GwtCompatible(emulated=true)
    final class Platform
    extends java.lang.Object
    Methods factored out so that they can be emulated differently in GWT.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String GWT_RPC_PROPERTY_NAME  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Platform()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static void checkGwtRpcEnabled()  
      • Methods inherited from class java.lang.Object

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

      • GWT_RPC_PROPERTY_NAME

        private static final java.lang.String GWT_RPC_PROPERTY_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • Platform

        private Platform()
    • Method Detail

      • checkGwtRpcEnabled

        static void checkGwtRpcEnabled()