类 javax.servlet.HttpConstraintElement
的使用

使用 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.servletHttpConstraintElement 的使用
 

javax.servletHttpConstraintElement 的子类
 class HttpMethodConstraintElement
          Java Class represntation of an HttpMethodConstraint annotation value.
 class ServletSecurityElement
          Java Class represntation of a ServletSecurity annotation value.
 

参数类型为 HttpConstraintElementjavax.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.securityHttpConstraintElement 的使用
 

参数类型为 HttpConstraintElementorg.eclipse.jetty.security 中的方法
static Constraint ConstraintSecurityHandler.createConstraint(String name, HttpConstraintElement element)
           
 



Copyright © 2013. All Rights Reserved.