Package com.jk.web.mvc


package com.jk.web.mvc
  • Class
    Description
    This class contains constants used in the MVC context.
    This class is a ServletContextListener that initializes the MVC context.
    This class represents metadata for a Model-View-Controller (MVC) entity.
    This class represents metadata for a field in the Model-View-Controller (MVC) architecture.
    This class is a Servlet Filter that handles Model-View-Controller (MVC) bindings and filtering of JSP pages.
    This annotation is used to mark a class as an MVC (Model-View-Controller) model.
    This class represents a view model for an object in the Model-View-Controller (MVC) architecture.
    This class represents a page in the Model-View-Controller (MVC) architecture.
    This class represents a binding between an MVC page and its associated model class.
    This enum represents different scopes for Model-View-Controller (MVC) models.
    This interface represents an event related to a user session in the Model-View-Controller (MVC) architecture.
    This class is a Servlet Session Listener that manages MVC-related session events.
    This class represents a binding between an MVC page and its associated model object for a specific user session.
    This class provides utility methods for managing Model-View-Controller (MVC) related operations.