Package com.aquima.web
Class RestApiConfigConstants
java.lang.Object
com.aquima.web.RestApiConfigConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The ID of the application context of the REST API servlet: "blueriq-rest-api"static final String
The URL mapping of the REST API servlet: "/api/v1/*"static final String
The name of the REST API servlet: "blueriq-rest-api"static final String
The servlet path of the REST API servlet: "/api/v1" -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CONTEXT_ID
The ID of the application context of the REST API servlet: "blueriq-rest-api"- See Also:
-
SERVLET_PATH
The servlet path of the REST API servlet: "/api/v1"- See Also:
-
SERVLET_MAPPING
The URL mapping of the REST API servlet: "/api/v1/*"- See Also:
-
SERVLET_NAME
The name of the REST API servlet: "blueriq-rest-api"- See Also:
-
-
Constructor Details