クラスの使用
org.springframework.boot.web.server.MimeMappings
MimeMappings を使用するパッケージ
パッケージ
説明
Tomcat を基盤とするリアクティブおよびサーブレット Web サーバーの実装。
組み込み Web サーバーのサポート。
Web サーバーの自動構成に関連するクラス。
サーブレット Web サーバーの抽象化。
org.springframework.boot.tomcat 内の MimeMappings 使用
型 MimeMappings のパラメーターを持つ org.springframework.boot.tomcat のメソッドorg.springframework.boot.web.server 内の MimeMappings 使用
MimeMappings として宣言されている org.springframework.boot.web.server のフィールド修飾子と型メソッド説明static MimeMappingsMimeMappings.lazyCopy(MimeMappings mappings) マッピングが変更された場合にのみエントリをコピーする、指定されたマッピングの新しい遅延コピーを作成します。static MimeMappingsMimeMappings.unmodifiableMappings(MimeMappings mappings) 指定されたマッピングの変更不可能な新しいビューを作成します。型 MimeMappings のパラメーターを持つ org.springframework.boot.web.server のメソッド修飾子と型メソッド説明static MimeMappingsMimeMappings.lazyCopy(MimeMappings mappings) マッピングが変更された場合にのみエントリをコピーする、指定されたマッピングの新しい遅延コピーを作成します。static MimeMappingsMimeMappings.unmodifiableMappings(MimeMappings mappings) 指定されたマッピングの変更不可能な新しいビューを作成します。型 MimeMappings のパラメーターを持つ org.springframework.boot.web.server のコンストラクターorg.springframework.boot.web.server.autoconfigure 内の MimeMappings 使用
org.springframework.boot.web.server.servlet 内の MimeMappings 使用
型 MimeMappings のパラメーターを持つ org.springframework.boot.web.server.servlet のメソッド修飾子と型メソッド説明default voidConfigurableServletWebServerFactory.addMimeMappings(MimeMappings mimeMappings) MIME 型 マッピングを追加します。voidServletWebServerSettings.addMimeMappings(MimeMappings mimeMappings) default voidConfigurableServletWebServerFactory.setMimeMappings(MimeMappings mimeMappings) MIME 型のマッピングを設定します。voidServletWebServerSettings.setMimeMappings(MimeMappings mimeMappings)