パッケージ | 説明 |
---|---|
javax.servlet |
javax.servletパッケージにはサーブレットクラスとServlet APIに準拠したサーブレットコンテナによる実行環境との間の契約を記述し定義する多数のクラスおよびインターフェースが含まれています。
|
修飾子とタイプ | メソッドと説明 |
---|---|
Collection<HttpMethodConstraintElement> |
ServletSecurityElement.getHttpMethodConstraints()
HTTPメソッド固有の制約要素の(空の可能性がある)コレクションを取得します。
|
コンストラクタと説明 |
---|
ServletSecurityElement(Collection<HttpMethodConstraintElement> methodConstraints)
デフォルトの
HttpConstraintElement の値をデフォルトの制約要素としたものとHTTPメソッド固有の制約要素のコレクションを使用してインスタンスを構築します。 |
ServletSecurityElement(HttpConstraintElement constraint,
Collection<HttpMethodConstraintElement> methodConstraints)
デフォルトの制約要素とHTTPメソッド固有の制約要素のコレクションを使用してインスタンスを構築します。
|
Copyright © 1999-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms. Portions Copyright © 1999-2002 The Apache Software Foundation. Portions Copyright © 2017- @megascus. Translated by @megascus.