Uses of Package
javax.servlet.annotation
-
Packages that use javax.servlet.annotation Package Description javax.servlet javax.servlet.annotation -
Classes in javax.servlet.annotation used by javax.servlet Class Description MultipartConfig Annotation that may be specified on aServletclass, 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 javax.servlet.annotation used by javax.servlet.annotation Class Description HttpConstraint This annotation is used within theServletSecurityannotation to represent the security constraints to be applied to all HTTP protocol methods for which a correspondingHttpMethodConstraintelement does NOT occur within theServletSecurityannotation.HttpMethodConstraint This annotation is used within theServletSecurityannotation 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.