Package com.jk.web.mvc
Class MvcConstants
java.lang.Object
com.jk.web.mvc.MvcConstants
This class contains constants used in the MVC context.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic String
Represents the name of the attribute used for storing bindings.static final String
Represents the name of the attribute used for storing the HTTP request.static final String
Represents the name of the attribute used for storing the servlet context.static final String
Represents the name of the attribute used for storing the HTTP session. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ATTRIBUTE_BINDINGS_NAME
Represents the name of the attribute used for storing bindings. -
ATTRIBUTE_SERVLET_CONTEXT
Represents the name of the attribute used for storing the servlet context.- See Also:
-
ATTRIBUTE_REQUEST
Represents the name of the attribute used for storing the HTTP request.- See Also:
-
ATTRIBUTE_SESSION
Represents the name of the attribute used for storing the HTTP session.- See Also:
-
-
Constructor Details
-
MvcConstants
public MvcConstants()
-