Uses of Class
javax.servlet.annotation.HttpConstraint
-
Packages that use HttpConstraint Package Description javax.servlet.annotation -
-
Uses of HttpConstraint in javax.servlet.annotation
Methods in javax.servlet.annotation that return HttpConstraint Modifier and Type Method Description HttpConstraint
value()
Get theHttpConstraint
that defines the protection that is to be applied to all HTTP methods that are NOT represented in the array returned by httpMethodConstraints.
-