Module jakarta.mvc

Package jakarta.mvc


package jakarta.mvc
The root Jakarta MVC API package.
Version:
1.0
  • Class
    Description
    Declares a method as a controller.
    A map of name to model instances used by a ViewEngine to process a view.
    This class provides contextual information such as context and application paths as well as access to the Jakarta RESTful Web Services application configuration object.
    An annotation that defines a new Jakarta Contexts and Dependency Injection-based scope supported by the Jakarta MVC API.
    Defines a symbolic name for a controller method to be referenced by one of the MvcContext.uri(java.lang.String) methods.
    Declares a view for a controller that returns void, or for a controller that may return null and wants to declare a default value.