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