Class WebServicesConfigConstants

java.lang.Object
com.aquima.web.WebServicesConfigConstants

public class WebServicesConfigConstants extends Object
  • Field Details Link icon

    • CONTEXT_ID Link icon

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

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

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

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

    • WebServicesConfigConstants Link icon

      public WebServicesConfigConstants()