| Package | Description | 
|---|---|
| javax.servlet | 
 
The javax.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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HttpMethodConstraintElement
Java Class represntation of an  
HttpMethodConstraint annotation value. | 
class  | 
ServletSecurityElement
Java Class representation of a  
ServletSecurity annotation value. | 
| Constructor and Description | 
|---|
HttpMethodConstraintElement(String methodName,
                           HttpConstraintElement constraint)
Constructs an instance with specified  
HttpConstraintElement 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. 
 | 
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.