Uses of Class
javax.servlet.HttpConstraintElement
-
Packages that use HttpConstraintElement Package Description javax.servlet -
-
Uses of HttpConstraintElement in javax.servlet
Subclasses of HttpConstraintElement in javax.servlet Modifier and Type Class Description class
HttpMethodConstraintElement
Java Class represntation of anHttpMethodConstraint
annotation value.class
ServletSecurityElement
Java Class representation of aServletSecurity
annotation value.Constructors in javax.servlet with parameters of type HttpConstraintElement Constructor Description HttpMethodConstraintElement(String methodName, HttpConstraintElement constraint)
Constructs an instance with specifiedHttpConstraintElement
value.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.
-