Uses of Package
jakarta.servlet.annotation
Packages that use jakarta.servlet.annotation
Package
Description
The jakarta.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container.
The jakarta.servlet.annotation package contains a number of annotations that allow users to use annotations to declare servlets, filters, listeners and specify the metadata for the declared component.
-
Classes in jakarta.servlet.annotation used by jakarta.servletClassDescriptionThis annotation is used to indicate that the
Servleton which it is declared expects requests to made using themultipart/form-dataMIME type.Declare this annotation on aServletimplementation class to enforce security constraints on HTTP protocol requests.
The container applies constraints to the URL patterns mapped to each Servlet which declares this annotation.
Represents the two possible values of the empty role semantic, active when a list of role names is empty.Represents the two possible values of data transport, encrypted or not. -
Classes in jakarta.servlet.annotation used by jakarta.servlet.annotationClassDescriptionRepresents the two possible values of the empty role semantic, active when a list of role names is empty.Represents the two possible values of data transport, encrypted or not.