|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 HttpConstraintElement 的软件包 | |
|---|---|
| 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. |
| org.eclipse.jetty.security | |
| javax.servlet 中 HttpConstraintElement 的使用 |
|---|
| javax.servlet 中 HttpConstraintElement 的子类 | |
|---|---|
class |
HttpMethodConstraintElement
Java Class represntation of an HttpMethodConstraint annotation value. |
class |
ServletSecurityElement
Java Class represntation of a ServletSecurity annotation value. |
| 参数类型为 HttpConstraintElement 的 javax.servlet 中的构造方法 | |
|---|---|
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. |
|
| org.eclipse.jetty.security 中 HttpConstraintElement 的使用 |
|---|
| 参数类型为 HttpConstraintElement 的 org.eclipse.jetty.security 中的方法 | |
|---|---|
static Constraint |
ConstraintSecurityHandler.createConstraint(String name,
HttpConstraintElement element)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||