| パッケージ | 説明 |
|---|---|
| javax.servlet | javax.servlet パッケージには、サーブレットクラスと、適合するサーブレットコンテナーによってそのようなクラスのインスタンスに提供されるランタイム環境との間の契約を記述および定義する多くのクラスとインターフェースが含まれています。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
CollectionSE<HttpMethodConstraintElement> | ServletSecurityElement.getHttpMethodConstraints()HTTP メソッド固有の制約要素の(おそらく空の)コレクションを取得します。 |
| コンストラクターと説明 |
|---|
ServletSecurityElement(CollectionSE<HttpMethodConstraintElement> methodConstraints) デフォルトの HttpConstraintElement 値をデフォルトの Constraint 要素として使用し、HTTP メソッド固有の制約要素のコレクションを使用してインスタンスを構築します。 |
ServletSecurityElement(HttpConstraintElement constraint, CollectionSE<HttpMethodConstraintElement> methodConstraints) デフォルトの Constraint 要素と HTTP メソッド固有の制約要素のコレクションを使用してインスタンスを構築します。 |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.