Class MvcConstants

java.lang.Object
com.jk.web.mvc.MvcConstants

public class MvcConstants extends Object
This class contains constants used in the MVC context.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Field Details

    • ATTRIBUTE_BINDINGS_NAME

      public static String ATTRIBUTE_BINDINGS_NAME
      Represents the name of the attribute used for storing bindings.
    • ATTRIBUTE_SERVLET_CONTEXT

      public static final String ATTRIBUTE_SERVLET_CONTEXT
      Represents the name of the attribute used for storing the servlet context.
      See Also:
    • ATTRIBUTE_REQUEST

      public static final String ATTRIBUTE_REQUEST
      Represents the name of the attribute used for storing the HTTP request.
      See Also:
    • ATTRIBUTE_SESSION

      public static final String ATTRIBUTE_SESSION
      Represents the name of the attribute used for storing the HTTP session.
      See Also:
  • Constructor Details

    • MvcConstants

      public MvcConstants()