Class ServerConfigConstants

java.lang.Object
com.aquima.web.ServerConfigConstants

public class ServerConfigConstants extends Object
  • Field Details Link icon

    • CONTEXT_ID Link icon

      public static final String CONTEXT_ID
      The ID of the application context of the server servlet: "blueriq-server"
      See Also:
    • SERVLET_PATH Link icon

      public static final String SERVLET_PATH
      The servlet path of the server servlet: "/server"
      See Also:
    • SERVLET_MAPPING Link icon

      public static final String SERVLET_MAPPING
      The URL mapping of the server servlet: "/server/*"
      See Also:
    • SERVLET_NAME Link icon

      public static final String SERVLET_NAME
      The name of the server servlet: "blueriq-server"
      See Also:
  • Constructor Details Link icon

    • ServerConfigConstants Link icon

      public ServerConfigConstants()