Uses of Class
jakarta.servlet.HttpConstraintElement
Packages that use HttpConstraintElement
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.
-
Uses of HttpConstraintElement in jakarta.servlet
Subclasses of HttpConstraintElement in jakarta.servletModifier and TypeClassDescriptionclassJava Class representation of anHttpMethodConstraintannotation value.classJava Class representation of aServletSecurityannotation value.Constructors in jakarta.servlet with parameters of type HttpConstraintElementModifierConstructorDescriptionHttpMethodConstraintElement(String methodName, HttpConstraintElement constraint) Constructs an instance with specifiedHttpConstraintElementvalue.ServletSecurityElement(HttpConstraintElement constraint) Constructs an instance with a default Constraint element and with no HTTP Method specific constraint elements.ServletSecurityElement(HttpConstraintElement constraint, Collection<HttpMethodConstraintElement> methodConstraints) Constructs an instance with a default Constraint element and with a collection of HTTP Method specific constraint elements.