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