インターフェースの使用
org.springframework.ui.context.Theme
Theme を使用するパッケージ
パッケージ
説明
UI アプリケーションのアプリケーションコンテキストサブインターフェースを定義するクラスが含まれています。
org.springframework.ui.context パッケージをサポートするクラス。
WebApplicationContext 実装やさまざまなユーティリティクラスなど、
org.springframework.web.context パッケージをサポートするクラス。Spring の Web MVC フレームワークのサポートクラス。
org.springframework.ui.context 内の Theme 使用
Theme を返す org.springframework.ui.context のメソッドorg.springframework.ui.context.support 内の Theme 使用
Theme を実装している org.springframework.ui.context.support のクラスTheme を返す org.springframework.ui.context.support のメソッド修飾子と型メソッド説明使用すべきではありません。使用すべきではありません。この実装は、指定されたテーマ名に対応するベース名 (構成された "basenamePrefix" がプレフィックスとして付く) を持つ ResourceBundle ベースの MessageSource を保持する SimpleTheme インスタンスを返します。型 Theme のパラメーターを持つ org.springframework.ui.context.support のメソッド修飾子と型メソッド説明protected voidResourceBundleThemeSource.initParent(Theme theme) 使用すべきではありません。指定されたテーマの MessageSource を、この ThemeSource の対応する親からのもので初期化します。org.springframework.web.context.support 内の Theme 使用
Theme を返す org.springframework.web.context.support のメソッドorg.springframework.web.servlet.support 内の Theme 使用
Theme を返す org.springframework.web.servlet.support のメソッド修飾子と型メソッド説明protected ThemeRequestContext.getFallbackTheme()使用すべきではありません。6.0 の時点で、直接の代替はありませんRequestContext.getTheme()使用すべきではありません。6.0 の時点で、直接の代替はありませんstatic ThemeRequestContextUtils.getTheme(HttpServletRequestEE request) 使用すべきではありません。6.0 の時点で、直接の代替はありません型 Theme のパラメーターを持つ org.springframework.web.servlet.support のメソッド