org.springframework.web.context
パッケージをサポートするクラス。参照先: 説明
クラス | 説明 |
---|---|
AbstractRefreshableWebApplicationContext | Web 環境用の ConfigurableWebApplicationContext インターフェースを実装する AbstractRefreshableApplicationContext サブクラス。 |
AnnotationConfigWebApplicationContext | コンポーネントクラスを入力として受け入れる WebApplicationContext 実装 — 特に @Configuration アノテーション付きクラスだけでなく、プレーン @Component クラスおよび javax.inject アノテーションを使用する JSR-330 準拠クラスも受け入れます。 |
ContextExposingHttpServletRequest | 特定の WebApplicationContext 内のすべての Spring Bean をリクエスト属性としてアクセス可能にする HttpServletRequest デコレーター。属性がアクセスされると遅延チェックが行われます。 |
GenericWebApplicationContext | Web 環境に適した GenericApplicationContext のサブクラス。 |
GroovyWebApplicationContext | GroovyBeanDefinitionReader で理解されるように、Groovy Bean 定義スクリプトおよび / または XML ファイルから構成を取得する WebApplicationContext 実装。 |
HttpRequestHandlerServlet | Spring のルート Web アプリケーションコンテキストで定義された HttpRequestHandler Bean に委譲する単純な HttpServlet。 |
LiveBeansViewServlet | LiveBeansView の MBean 公開のサーブレットバリアント。 |
RequestHandledEvent | リクエストが ApplicationContext 内で処理されるときに発生するイベント。 |
ServletConfigPropertySource | ServletConfig EE オブジェクトから初期化パラメーターを読み取る PropertySource 。 |
ServletContextAttributeExporter | Spring で定義されたオブジェクトを受け取り、ServletContext 属性として公開するエクスポーター。 |
ServletContextAttributeFactoryBean | 特定の既存の ServletContext 属性をフェッチする FactoryBean 。 |
ServletContextAwareProcessor | ServletContextAware インターフェースを実装する Bean に ServletContext を渡す BeanPostProcessor 実装。 |
ServletContextLiveBeansView | ServletContext 属性で公開されている、Web アプリケーション内のすべての ApplicationContexts を検索する LiveBeansView サブクラス。 |
ServletContextParameterFactoryBean | 特定の ServletContext init パラメーター(つまり、 web.xml で定義された "context-param" )を取得する FactoryBean 。 |
ServletContextPropertySource | ServletContext EE オブジェクトから初期化パラメーターを読み取る PropertySource 。 |
ServletContextResource | ServletContext EE リソースの Resource 実装。Web アプリケーションのルートディレクトリ内の相対パスを解釈します。 |
ServletContextResourceLoader | WebApplicationContext の外部(たとえば、HttpServletBean または GenericFilterBean サブクラス)で使用するために、パスを ServletContext リソースとして解決する ResourceLoader 実装。 |
ServletContextResourcePatternResolver | PathMatchingResourcePatternResolver の ServletContext 対応サブクラス。ServletContext.getResourcePaths(java.lang.String) EE を介して、Web アプリケーションのルートディレクトリで一致するリソースを見つけることができます。 |
ServletContextScope | ServletContext の Scope ラッパー、つまり |
ServletRequestHandledEvent | RequestHandledEvent のサーブレット固有のサブクラス。サーブレット固有のコンテキスト情報を追加します。 |
SpringBeanAutowiringSupport | Spring ベースの Web アプリケーション内で構築される自己オートワイヤークラスの便利な基本クラス。 |
StandardServletEnvironment | Servlet ベースの Web アプリケーションで使用される Environment 実装。 |
StaticWebApplicationContext | テスト用の静的 WebApplicationContext 実装。 |
WebApplicationContextUtils | 指定された ServletContext EE のルート WebApplicationContext を取得するための便利なメソッド。 |
WebApplicationObjectSupport | WebApplicationContext で実行されるアプリケーションオブジェクトの便利なスーパークラス。 |
XmlWebApplicationContext | XmlBeanDefinitionReader が理解する XML ドキュメントから構成を取得する WebApplicationContext 実装。 |
org.springframework.web.context
パッケージをサポートするクラス。