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 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 javax.servlet.annotation used by javax.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.