| パッケージ | 説明 | 
|---|---|
| javax.servlet | javax.servletパッケージにはサーブレットクラスとServlet APIに準拠したサーブレットコンテナによる実行環境との間の契約を記述し定義する多数のクラスおよびインターフェースが含まれています。 | 
| javax.servlet.annotation | javax.servlet.annotationパッケージにはアノテーションを使用してサーブレットやフィルター、リスナーを定義し、定義されたコンポーネントのメタデータを指定するためのアノテーションが多数含まれています。 | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| ServletSecurity.EmptyRoleSemantic | HttpConstraintElement. getEmptyRoleSemantic()デフォルトの認可セマンティックを取得します。 | 
| コンストラクタと説明 | 
|---|
| HttpConstraintElement(ServletSecurity.EmptyRoleSemantic semantic)EmptyRoleSemantic.DENYを確立するための簡便なコンストラクタです。 | 
| HttpConstraintElement(ServletSecurity.EmptyRoleSemantic semantic,
                     ServletSecurity.TransportGuarantee guarantee,
                     String... roleNames)getEmptyRoleSemanticとgetRolesAllowed、getTransportGuaranteeのすべてを確立するためのコンストラクタです。 | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| static ServletSecurity.EmptyRoleSemantic | ServletSecurity.EmptyRoleSemantic. valueOf(String name)指定した名前を持つこの型の列挙型定数を返します。 | 
| static ServletSecurity.EmptyRoleSemantic[] | ServletSecurity.EmptyRoleSemantic. values()この列挙型の定数を含む配列を宣言されている順序で返します。 | 
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.