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