Uses of Package
jakarta.servlet.annotation
-
Packages that use jakarta.servlet.annotation Package Description jakarta.faces.webapp jakarta.servlet 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.jakarta.servlet.annotation 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.faces.webapp Class Description MultipartConfig Annotation that may be specified on aServlet
class, indicating that instances of the Servlet expect requests that conform to the multipart/form-data MIME type. -
Classes in jakarta.servlet.annotation used by jakarta.servlet Class Description MultipartConfig Annotation that may be specified on aServlet
class, indicating that instances of the Servlet expect requests that conform to the multipart/form-data MIME type.ServletSecurity This annotation is used on a Servlet implementation class to specify security constraints to be enforced by a Servlet container on HTTP protocol messages.ServletSecurity.EmptyRoleSemantic Defines the access semantic to be applied to an empty rolesAllowed array.ServletSecurity.TransportGuarantee Defines the data protection requirements that must be satisfied by the transport -
Classes in jakarta.servlet.annotation used by jakarta.servlet.annotation Class Description HttpConstraint This annotation is used within theServletSecurity
annotation to represent the security constraints to be applied to all HTTP protocol methods for which a correspondingHttpMethodConstraint
element does NOT occur within theServletSecurity
annotation.HttpMethodConstraint This annotation is used within theServletSecurity
annotation to represent security constraints on specific HTTP protocol messages.ServletSecurity.EmptyRoleSemantic Defines the access semantic to be applied to an empty rolesAllowed array.ServletSecurity.TransportGuarantee Defines the data protection requirements that must be satisfied by the transportWebInitParam This annotation is used on a Servlet or Filter implementation class to specify an initialization parameter.