Class AppInfo

  • All Implemented Interfaces:

    @Serializable() 
    public final class AppInfo
    
                        

    Application information object.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getName() Name of the application.
      final String getDescription() Short description of the application.
      final String getVersion() Version of the application.
      final Boolean getDev() True if the application is running in development mode.
      final Boolean getSsl() True if the request is made in HTTPS mode.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait