Uses of Class
javax.servlet.HttpConstraintElement
Packages that use HttpConstraintElement
-
Uses of HttpConstraintElement in javax.servlet
Subclasses of HttpConstraintElement in javax.servletModifier and TypeClassDescriptionclassJava Class represntation of anHttpMethodConstraintannotation value.classJava Class representation of aServletSecurityannotation value.Constructors in javax.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.