| Package | Description |
|---|---|
| jakarta.servlet | |
| jakarta.servlet.annotation |
| Class and Description |
|---|
| MultipartConfig
This annotation is used to indicate that the
Servlet on
which it is declared expects requests to made using the multipart/form-data MIME type. |
| ServletSecurity
Declare this annotation on a
Servlet implementation
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. |
| ServletSecurity.EmptyRoleSemantic
Represents the two possible values of the empty role semantic, active
when a list of role names is empty.
|
| ServletSecurity.TransportGuarantee
Represents the two possible values of data transport, encrypted or not.
|
| Class and Description |
|---|
| ServletSecurity.EmptyRoleSemantic
Represents the two possible values of the empty role semantic, active
when a list of role names is empty.
|
| ServletSecurity.TransportGuarantee
Represents the two possible values of data transport, encrypted or not.
|
Copyright © 2014–2021. All rights reserved.