参照先: 説明
パッケージ | 説明 |
---|---|
org.aopalliance.aop | コア AOP アライアンスアドバイスマーカー。 |
org.aopalliance.intercept | AOP Alliance の反射インターセプト抽象化。 |
org.apache.commons.logging | Commons Logging API の Spring のバリアント: Log4J 2、SLF4J、 java.util.logging の特別なサポート。 |
org.apache.commons.logging.impl | Commons Logging API の Spring のバリアント: Log4J 2、SLF4J、 java.util.logging の特別なサポート。 |
org.springframework.aop | AOP Alliance AOP 相互運用性インターフェース上に構築されたコア Spring AOP インターフェース。 |
org.springframework.aop.aspectj | AspectJ 統合パッケージ。 |
org.springframework.aop.aspectj.annotation | AspectJ 5 @Annotated クラスを Spring AOP で使用できるようにするクラス。 |
org.springframework.aop.aspectj.autoproxy | AspectJ に基づく自動プロキシを有効にする基本クラス。 |
org.springframework.aop.config | XML スキーマが主要な構成形式である、宣言型 AOP 構成のサポートパッケージ。 |
org.springframework.aop.framework | AOP アライアンスインターフェースに準拠した Spring の基本的な AOP インフラストラクチャを含むパッケージ。 |
org.springframework.aop.framework.adapter | Spring AOP フレームワークが任意のアドバイス型を処理できるようにする SPI パッケージ。 |
org.springframework.aop.framework.autoproxy | ApplicationContexts で使用する Bean ポストプロセッサー。ProxyFactoryBean を使用せずに AOP プロキシを自動的に作成することにより、AOP の使用を簡素化します。 |
org.springframework.aop.framework.autoproxy.target | |
org.springframework.aop.interceptor | その他のインターセプターの実装を提供します。 |
org.springframework.aop.scope | 構成可能なバックエンドを使用した、ターゲットオブジェクトの AOP ベースのスコープのサポート。 |
org.springframework.aop.support | Spring の AOP API を使用するための便利なクラス。 |
org.springframework.aop.support.annotation | AOP ポイントカットのアノテーションサポート。 |
org.springframework.aop.target | |
org.springframework.aop.target.dynamic | |
org.springframework.asm | Spring による ASM の再パッケージ化(内部使用のみ)。 |
org.springframework.beans | このパッケージには、Java Bean を操作するためのインターフェースとクラスが含まれています。 |
org.springframework.beans.annotation | Java 5 アノテーションの Bean スタイル処理のサポートパッケージ。 |
org.springframework.beans.factory | Spring の軽量の制御の反転(IoC)コンテナーを実装するコアパッケージ。 |
org.springframework.beans.factory.annotation | アノテーション駆動型 Bean 構成のサポートパッケージ。 |
org.springframework.beans.factory.aspectj | |
org.springframework.beans.factory.config | Bean ファクトリの SPI インターフェースおよび構成関連の便利なクラス。 |
org.springframework.beans.factory.groovy | Groovy ベースの Bean 定義のサポートパッケージ。 |
org.springframework.beans.factory.parsing | Bean 定義解析のサポートインフラストラクチャ。 |
org.springframework.beans.factory.serviceloader | Java 6 ServiceLoader 機能のサポートパッケージ。 |
org.springframework.beans.factory.support | org.springframework.beans.factory パッケージをサポートするクラス。 |
org.springframework.beans.factory.wiring | Bean インスタンスから Bean 接続メタデータを決定するメカニズム。 |
org.springframework.beans.factory.xml | 標準の "spring-beans" XSD を含む、抽象 XML ベースの BeanFactory 実装が含まれています。 |
org.springframework.beans.propertyeditors | 文字列値から java.util.Properties などのオブジェクト型に変換するために使用されるプロパティエディター。 |
org.springframework.beans.support | Bean のリストをソートおよび保持するためのユーティリティクラスなど、org.springframework.beans パッケージをサポートするクラス。 |
org.springframework.cache | Spring の汎用キャッシュ抽象化。 |
org.springframework.cache.annotation | 宣言的なキャッシュ管理のためのアノテーションとサポートクラス。 |
org.springframework.cache.aspectj | |
org.springframework.cache.caffeine | Caffeine ライブラリのオープンソースキャッシュのクラスをサポートし、Spring のキャッシュ抽象化内で Caffeine キャッシュをセットアップできます。 |
org.springframework.cache.concurrent | java.util.concurrent ベースのキャッシュの実装パッケージ。 |
org.springframework.cache.config | XML スキーマが主要な構成形式である、宣言的なキャッシュ構成のサポートパッケージ。 |
org.springframework.cache.ehcache | オープンソースキャッシュ EhCache 2.x のクラスをサポートし、Spring コンテキストで Bean として EhCache CacheManager と Caches をセットアップできます。 |
org.springframework.cache.interceptor | 宣言的キャッシング境界設定のための AOP ベースのソリューション。 |
org.springframework.cache.jcache | JSR-107(javax.cache、別名 "JCache" )ベースのキャッシュの実装パッケージ。 |
org.springframework.cache.jcache.config | 宣言型 JSR-107 キャッシング構成のサポートパッケージ。 |
org.springframework.cache.jcache.interceptor | JSR-107 アノテーションを使用した宣言的キャッシュ区分のための AOP ベースのソリューション。 |
org.springframework.cache.support | org.springframework.cache パッケージのサポートクラス。 |
org.springframework.cache.transaction | org.springframework.cache パッケージのトランザクション対応デコレーター。 |
org.springframework.cglib | Spring の再パッケージ CGLIB (内部使用のみのため)。 |
org.springframework.cglib.core | |
org.springframework.context | このパッケージは、beans パッケージに基づいて構築され、メッセージソースと Observer デザインパターンのサポート、および一貫性のある API を使用してリソースを取得するアプリケーションオブジェクトの機能を追加します。 |
org.springframework.context.annotation | JSR-250「共通」アノテーション、コンポーネントスキャン、Spring 管理オブジェクトを作成するための Java ベースのメタデータなど、アプリケーションコンテキストのアノテーションサポート。 |
org.springframework.context.annotation.aspectj | |
org.springframework.context.config | XML スキーマが主要な構成形式である、高度なアプリケーションコンテキスト構成のサポートパッケージ。 |
org.springframework.context.event | 標準コンテキストイベントなどのアプリケーションイベントのサポートクラス。 |
org.springframework.context.expression | Spring アプリケーションコンテキスト内の式解析サポート。 |
org.springframework.context.i18n | 現在のロケールを決定するための抽象化と、スレッドにバインドされたロケールを公開するグローバルホルダー。 |
org.springframework.context.index | コンポーネントインデックスの読み取りと管理のためのサポートパッケージ。 |
org.springframework.context.support | ApplicationContext 実装および MessageSource 実装の抽象基本クラスなど、org.springframework.context パッケージをサポートするクラス。 |
org.springframework.context.weaving | Spring の LoadTimeWeaver 抽象化に基づいた、Spring アプリケーションコンテキストのロード時ウィービングサポート。 |
org.springframework.core | 例外処理とバージョン検出のための基本クラス、およびフレームワークのどの部分にも固有ではない他のコアヘルパーを提供します。 |
org.springframework.core.annotation | アノテーション、メタアノテーション、属性オーバーライドを備えた合成アノテーションのコアサポートパッケージ。 |
org.springframework.core.codec | |
org.springframework.core.convert | 型変換システム API。 |
org.springframework.core.convert.converter | 型変換システムのコンバーターを実装する SPI。 |
org.springframework.core.convert.support | 型変換システムのデフォルト実装。 |
org.springframework.core.env | Bean 定義プロファイルと階層プロパティソースのサポートで構成される Spring の環境抽象化。 |
org.springframework.core.io | フレームワーク全体で使用される(ファイルベースの)リソースの一般的な抽象化。 |
org.springframework.core.io.buffer | バイトバッファの実装を操作するための一般的な抽象化。 |
org.springframework.core.io.support | Spring のリソース抽象化のサポートクラス。 |
org.springframework.core.serializer | Spring のシリアライザーインターフェースと実装のルートパッケージ。 |
org.springframework.core.serializer.support | Spring のシリアライザー抽象化のサポートクラス。 |
org.springframework.core.style | ToStringCreator を中心クラスとして、文字列としてのスタイリング値のサポート。 |
org.springframework.core.task | このパッケージは、Spring のコア TaskExecutor 抽象化を定義し、SyncTaskExecutor および SimpleAsyncTaskExecutor 実装を提供します。 |
org.springframework.core.task.support | Spring の TaskExecutor 抽象化のサポートクラス。 |
org.springframework.core.type | 型のイントロスペクションのコアサポートパッケージ。 |
org.springframework.core.type.classreading | アノテーションおよびクラスレベルのメタデータを読み取るためのクラスをサポートします。 |
org.springframework.core.type.filter | 型フィルタリングのコアサポートパッケージ(例: |
org.springframework.dao | 使用中のデータアクセスアプローチに依存しない高度なエラー処理を可能にする例外階層。 |
org.springframework.dao.annotation | DAO のアノテーションサポート。 |
org.springframework.dao.support | DAO 実装のクラスをサポートし、その他のユーティリティメソッドを提供します。 |
org.springframework.ejb.access | このパッケージには、EJB への簡単なアクセスを可能にするクラスが含まれています。 |
org.springframework.ejb.config | EJB/Java EE 関連の構成のサポートパッケージ。XML スキーマが主要な構成形式です。 |
org.springframework.expression | Spring Expression Language の背後にあるコア抽象化。 |
org.springframework.expression.common | Spring Expression Language の背後にある一般的なユーティリティクラス。 |
org.springframework.expression.spel | SpEL の中央実装パッケージ。 |
org.springframework.expression.spel.ast | SpEL の抽象構文ツリー。 |
org.springframework.expression.spel.standard | SpEL の標準パーサー実装。 |
org.springframework.expression.spel.support | さまざまなコア抽象化のための SpEL のデフォルト実装。 |
org.springframework.format | UI での表示用にフィールドモデル値をフォーマットするフォーマッターを定義するための API。 |
org.springframework.format.annotation | フィールドの書式設定ルールを宣言的に構成するためのアノテーション。 |
org.springframework.format.datetime | java.util.Date プロパティのフォーマッタ。 |
org.springframework.format.datetime.joda | Joda の日付と時刻の型、および標準の JDK の日付型をフォーマットするための Joda-Time との統合。 |
org.springframework.format.datetime.standard | JDK 8 の JSR-310 java.time パッケージとの統合。 |
org.springframework.format.number | java.lang.Number プロパティのフォーマッタ。 |
org.springframework.format.number.money | JSR-354 javax.money パッケージとの統合。 |
org.springframework.format.support | フォーマットパッケージのクラスをサポートし、一般的な実装とアダプターを提供します。 |
org.springframework.http | クライアント / サーバー側 HTTP の基本的な抽象化が含まれています。 |
org.springframework.http.client | クライアント側の HTTP 上の抽象化が含まれています。 |
org.springframework.http.client.reactive | |
org.springframework.http.client.support | このパッケージは、RestTemplate などの高レベルクラスで使用される汎用 HTTP サポートクラスを提供します。 |
org.springframework.http.codec | |
org.springframework.http.codec.json | JSON エンコーダーおよびデコーダーのサポート。 |
org.springframework.http.codec.multipart | マルチパートのサポート。 |
org.springframework.http.codec.xml | XML エンコーダーおよびデコーダーのサポート。 |
org.springframework.http.converter | HttpMessageConverter 抽象化を提供して、Java オブジェクトと HTTP 入出力メッセージ間で変換します。 |
org.springframework.http.converter.cbor | CBOR データ形式の HttpMessageConverter を提供します。 |
org.springframework.http.converter.feed | Atom および RSS フィードを処理するための HttpMessageConverter 実装を提供します。 |
org.springframework.http.converter.json | JSON を処理するための HttpMessageConverter 実装を提供します。 |
org.springframework.http.converter.protobuf | Google プロトコルバッファを処理するための HttpMessageConverter 実装を提供します。 |
org.springframework.http.converter.smile | Smile データ形式(「バイナリ JSON」)に HttpMessageConverter を提供します。 |
org.springframework.http.converter.support | フォーム処理用の包括的な HttpMessageConverter バリアントを提供します。 |
org.springframework.http.converter.xml | XML を処理するための HttpMessageConverter 実装を提供します。 |
org.springframework.http.server | サーバー側の HTTP 上の抽象化が含まれています。 |
org.springframework.http.server.reactive | |
org.springframework.instrument | |
org.springframework.instrument.classloading | JPA プロバイダーの要求に応じて、クラスローダーに基づいたロード時間ウィービングのサポートパッケージ(ただし、JPA 固有ではありません)。 |
org.springframework.instrument.classloading.glassfish | GlassFish でのクラスインスツルメンテーションのサポート。 |
org.springframework.instrument.classloading.jboss | JBoss AS 6 および 7 でのクラスインスツルメンテーションのサポート。 |
org.springframework.instrument.classloading.tomcat | Tomcat でのクラスインスツルメンテーションのサポート。 |
org.springframework.instrument.classloading.weblogic | BEA WebLogic 10+ でのクラスインスツルメンテーションのサポート。 |
org.springframework.instrument.classloading.websphere | IBM WebSphere Application Server 7+ でのクラスインスツルメンテーションのサポート。 |
org.springframework.jca.cci | このパッケージには、J2EE コネクターアーキテクチャで定義されているように、Spring の Common Client Interface(CCI)のサポートが含まれています。 |
org.springframework.jca.cci.connection | 簡単な ConnectionFactory アクセス用のユーティリティクラス、ローカル CCI トランザクション用の PlatformTransactionManager、およびさまざまなシンプルな ConnectionFactory プロキシ / アダプターを提供します。 |
org.springframework.jca.cci.core | CciTemplate およびそれに関連付けられたコールバックインターフェースに基づいて、コア JCA CCI サポートを提供します。 |
org.springframework.jca.cci.core.support | org.springframework.jca.cci.core パッケージをサポートするクラス。 |
org.springframework.jca.cci.object | このパッケージのクラスは、スレッドセーフで再利用可能なオブジェクトとして EIS 操作を表します。 |
org.springframework.jca.context | Spring アプリケーションコンテキストを JCA 1.7 準拠の RAR ファイルとしてデプロイできる統合パッケージ。 |
org.springframework.jca.endpoint | このパッケージは、汎用 JCA メッセージエンドポイント管理の機能を提供します。 |
org.springframework.jca.support | 主に JCA ResourceAdapter および / または ConnectionFactory のローカルセットアップのために、Spring 内での JCA の使用に対する汎用サポートクラスを提供します。 |
org.springframework.jca.work | ResourceAdapters 内でサポートされている、JCA WorkManager 機能に基づくスケジューリングの便利なクラス。 |
org.springframework.jdbc | このパッケージのクラスにより、JDBC が使いやすくなり、一般的なエラーの可能性が低くなります。 |
org.springframework.jdbc.config | Spring JDBC 構成名前空間を定義します。 |
org.springframework.jdbc.core | JdbcTemplate とそれに関連するコールバックインターフェースおよびヘルパーオブジェクトに基づいて、コア JDBC フレームワークを提供します。 |
org.springframework.jdbc.core.metadata | ストアドプロシージャコールの構成と実行のためのコンテキストメタデータの抽象化。 |
org.springframework.jdbc.core.namedparam | 名前付きパラメーターをサポートする JdbcTemplate バリアント。 |
org.springframework.jdbc.core.simple | Java 5 以上の場合、JdbcTemplate 上の簡略化レイヤー。 |
org.springframework.jdbc.core.support | org.springframework.jdbc.core パッケージをサポートするクラス。 |
org.springframework.jdbc.datasource | 簡単な DataSource アクセス用のユーティリティクラス、単一の DataSource 用の PlatformTransactionManager、およびさまざまな単純な DataSource 実装を提供します。 |
org.springframework.jdbc.datasource.embedded | 組み込みデータベースインスタンスを作成するための拡張可能なサポートを提供します。 |
org.springframework.jdbc.datasource.init | スクリプトを介してデータベースを初期化するための拡張可能なサポートを提供します。 |
org.springframework.jdbc.datasource.lookup | JDBC DataSources を名前で検索するための戦略を提供します。 |
org.springframework.jdbc.object | このパッケージのクラスは、RDBMS クエリ、更新、ストアドプロシージャをスレッドセーフで再利用可能なオブジェクトとして表します。 |
org.springframework.jdbc.support | jdbc.core および jdbc.object パッケージのクラスで使用される JDBC フレームワークのクラスをサポートします。 |
org.springframework.jdbc.support.incrementer | さまざまなデータベースの実装により、シーケンスを介してデータベーステーブル値をインクリメントするためのサポートフレームワークを提供します。 |
org.springframework.jdbc.support.lob | ラージ OBject 処理用の戦略インターフェースと、カスタマイズ可能なデフォルト実装を提供します。 |
org.springframework.jdbc.support.rowset | 切断された結果セットに便利なホルダーを提供します。 |
org.springframework.jdbc.support.xml | SQLXML データ型のフィールドを処理するための抽象化。 |
org.springframework.jms | このパッケージには、JMS の統合クラスが含まれており、Spring スタイルの JMS アクセスが可能です。 |
org.springframework.jms.annotation | 宣言型 JMS リスナーエンドポイントのアノテーションとサポートクラス。 |
org.springframework.jms.config | Java 構成および XML スキーマをサポートする、宣言型メッセージング構成のサポートパッケージ。 |
org.springframework.jms.connection | 単一の JMS ConnectionFactory の PlatformTransactionManager 実装、および SingleConnectionFactory アダプターを提供します。 |
org.springframework.jms.core | JMS サポートのコアパッケージ。 |
org.springframework.jms.core.support | org.springframework.jms.core パッケージをサポートするクラス。 |
org.springframework.jms.listener | このパッケージには、基本メッセージリスナーコンテナー機能が含まれています。 |
org.springframework.jms.listener.adapter | ターゲットリスナーメソッドに委譲し、メッセージをリスナーメソッドに渡される適切なメッセージコンテンツ型(文字列やバイト配列など)に変換するメッセージリスナーアダプターメカニズム。 |
org.springframework.jms.listener.endpoint | このパッケージは、JMS メッセージリスナーの JCA ベースのエンドポイント管理を提供します。 |
org.springframework.jms.remoting | JMS プロバイダーを介した透過的な Java-to-Java リモート処理用のリモート処理クラス。 |
org.springframework.jms.support | このパッケージは、JmsTemplate のような上位レベルのクラスで使用される汎用 JMS サポートクラスを提供します。 |
org.springframework.jms.support.converter | Java オブジェクトと JMS メッセージ間で変換する MessageConverter 抽象化を提供します。 |
org.springframework.jms.support.destination | Spring の JMS フレームワークのサポートクラス。 |
org.springframework.jmx | このパッケージには、Spring の JMX サポートが含まれています。これには、JMX MBean としての Spring 管理 Bean の登録と、リモート JMX MBean へのアクセスが含まれます。 |
org.springframework.jmx.access | リモート MBean リソースへのアクセスをサポートします。 |
org.springframework.jmx.export | このパッケージは、JMX MBean としての Spring 管理 Bean の宣言的な作成と登録を提供します。 |
org.springframework.jmx.export.annotation | MBean 公開用の Java 5 アノテーション。 |
org.springframework.jmx.export.assembler | MBeanInfo アセンブリの戦略を提供します。 |
org.springframework.jmx.export.metadata | 汎用の JMX メタデータクラスと、プロバイダーに依存しない方法で JMX メタデータを読み取るための基本的なサポートを提供します。 |
org.springframework.jmx.export.naming | ObjectName 作成の戦略を提供します。 |
org.springframework.jmx.export.notification | Spring で作成された MBean が JMX 通知を送信できるようにするサポートインフラストラクチャを提供します。 |
org.springframework.jmx.support | ローカルおよびリモート MBeanServer に接続し、MBeanServer をリモートクライアントに公開するためのサポートクラスが含まれています。 |
org.springframework.jndi | このパッケージのクラスを使用すると、JNDI が使いやすくなり、JNDI に格納されている構成へのアクセスが容易になり、JNDI アクセスクラスに便利なスーパークラスが提供されます。 |
org.springframework.jndi.support | JNDI ベースの BeanFactory 実装を含む、JNDI 使用のサポートクラス。 |
org.springframework.lang | 言語レベルのセマンティクスを使用した一般的なアノテーション: nullability および JDK API の指示。 |
org.springframework.mail | Spring の汎用メールインフラストラクチャ。 |
org.springframework.mail.javamail | Spring のメールインフラストラクチャの JavaMail サポート。 |
org.springframework.messaging | メッセージング API およびプロトコルの使用のサポート。 |
org.springframework.messaging.converter | メッセージ変換のサポートを提供します。 |
org.springframework.messaging.core | メッセージングテンプレートのインターフェースと実装クラスを定義します。 |
org.springframework.messaging.handler | メッセージハンドラーメソッドを操作するための基本的な抽象概念。 |
org.springframework.messaging.handler.annotation | メッセージを処理するためのアノテーションとサポートクラス。 |
org.springframework.messaging.handler.annotation.support | アノテーション付きのメッセージ処理メソッドを操作するためのクラスをサポートします。 |
org.springframework.messaging.handler.invocation | メッセージハンドラーメソッドを呼び出すための共通インフラストラクチャ。 |
org.springframework.messaging.simp | STOMP などのプロトコルを含む、シンプルメッセージングプロトコルの一般的なサポート。 |
org.springframework.messaging.simp.annotation | アノテーションおよび STOMP などのシンプルメッセージングプロトコルからのメッセージを処理します。 |
org.springframework.messaging.simp.annotation.support | シンプルなメッセージングプロトコル(STOMP など)からのメッセージを処理するためのクラスをサポートします。 |
org.springframework.messaging.simp.broker | 「単純な」メッセージブローカの実装を、抽象基本クラスおよびサブスクリプションのレジストリなどの他のサポート型とともに提供します。 |
org.springframework.messaging.simp.config | より高いレベルのメッセージングプロトコルを使用した WebSocket メッセージングの構成サポート。 |
org.springframework.messaging.simp.stomp | シンプルなメッセージングプロトコル(STOMP など)の一般的なサポート。 |
org.springframework.messaging.simp.user | 「ユーザー」宛先へのメッセージの処理のサポート(つまり |
org.springframework.messaging.support | Message の実装と、MessageBuilder および MessageHeaderAccessor を実装して、メッセージおよびメッセージヘッダーの構築と操作、さまざまな MessageChannel 実装およびチャネルインターセプターサポートを提供します。 |
org.springframework.messaging.tcp | TcpOperations を介して TCP 接続を確立し、TcpConnectionHandler を介してメッセージを処理し、TcpConnection を介してメッセージを送信するための抽象化と実装クラスが含まれています。 |
org.springframework.messaging.tcp.reactor | Reactor に基づく TCP メッセージングのサポートが含まれています。 |
org.springframework.mock.env | このパッケージには、Spring 3.1 で導入された Environment および PropertySource 抽象化のモック実装が含まれています。 |
org.springframework.mock.http | クライアント / サーバー側の HTTP 抽象化のモック実装。 |
org.springframework.mock.http.client | クライアント側の HTTP 抽象化のモック実装。 |
org.springframework.mock.http.client.reactive | リアクティブ HTTP クライアント契約のモック実装。 |
org.springframework.mock.http.server.reactive | リアクティブ HTTP サーバー契約のモック実装。 |
org.springframework.mock.jndi | 動作する可能性のある JNDI SPI の最も単純な実装。 |
org.springframework.mock.web | Spring の Web MVC フレームワークでの使用を対象とした、サーブレット API 3.0 モックオブジェクトの包括的なセット。 |
org.springframework.mock.web.reactive.function.server | 関数 Web フレームワークのモックオブジェクト。 |
org.springframework.objenesis | Objenesis 2.1 の Spring の再パッケージ化(内部使用のみ)。 |
org.springframework.orm | Spring の O/R マッピング統合クラスのルートパッケージ。 |
org.springframework.orm.hibernate5 | Hibernate 5.x と Spring の概念の統合を提供するパッケージ。 |
org.springframework.orm.hibernate5.support | org.springframework.orm.hibernate5 パッケージをサポートするクラス。 |
org.springframework.orm.jpa | JPA(Java Persistence API)と Spring コンセプトの統合を提供するパッケージ。 |
org.springframework.orm.jpa.persistenceunit | JPA 永続性ユニットを管理するための内部サポート。 |
org.springframework.orm.jpa.support | org.springframework.orm.jpa パッケージをサポートするクラス。 |
org.springframework.orm.jpa.vendor | 特定の JPA ベンダーに適応するためのサポートクラス。 |
org.springframework.oxm | Spring の O/X マッピング統合クラスのルートパッケージ。 |
org.springframework.oxm.castor | Spring の O/X マッピングサポート内で Castor の統合を提供するパッケージ。 |
org.springframework.oxm.config | Spring Object/XML 名前空間の名前空間ハンドラーを提供します。 |
org.springframework.oxm.jaxb | JAXB と Spring の O/X マッピングサポートの統合を提供するパッケージ。 |
org.springframework.oxm.jibx | JiBX と Spring の O/X マッピングサポートの統合を提供するパッケージ。 |
org.springframework.oxm.mime | MIME 添付ファイルにバイナリデータを格納するために最適化された(非)マーシャラーが含まれています。 |
org.springframework.oxm.support | さまざまなシナリオ内で Spring の O/X マッピング統合を使用するための汎用サポートクラスを提供します。 |
org.springframework.oxm.xstream | XStream と Spring の O/X マッピングサポートの統合を提供するパッケージ。 |
org.springframework.remoting | 特定のリモートメソッド呼び出しシステムに依存しない、Spring のリモートインフラストラクチャの例外階層。 |
org.springframework.remoting.caucho | このパッケージは、Caucho の Hessian プロトコル用のリモートクラスを提供します。これには、Hessian サービスにアクセスするためのプロキシファクトリと、Hessian クライアントが Bean を利用できるようにするためのエクスポーターが含まれます。 |
org.springframework.remoting.httpinvoker | HTTP 呼び出しを介した Java から Java への透過的なリモート処理のためのリモート処理クラス。 |
org.springframework.remoting.jaxws | Java 6 および Java EE 5 に含まれる、JAX-WS(JAX-RPC の後継)を介した Web サービスのリモーティングクラス。 |
org.springframework.remoting.rmi | 従来の RMI のリモートクラスおよび RMI 呼び出し側を介した透過的なリモート処理。 |
org.springframework.remoting.soap | Spring のリモート処理サブシステムの SOAP 固有の例外とサポートクラス。 |
org.springframework.remoting.support | リモート実装の汎用サポートクラス。 |
org.springframework.scheduling | 特定のスケジューリングシステムに関係なく、Spring のスケジューリングサポートの一般的な例外。 |
org.springframework.scheduling.annotation | 非同期メソッド実行用の Java 5 アノテーション。 |
org.springframework.scheduling.aspectj | |
org.springframework.scheduling.commonj | IBM WebSphere 6.0+ および BEA WebLogic 9.0+ でサポートされている CommonJ WorkManager/TimerManager 機能に基づくスケジューリングの便利なクラス。 |
org.springframework.scheduling.concurrent | java.util.concurrent および javax.enterprise.concurrent パッケージのコンビニエンスクラスをスケジュールし、Spring コンテキストで ThreadPoolExecutor または ScheduledThreadPoolExecutor を Bean としてセットアップできるようにします。 |
org.springframework.scheduling.config | XML スキーマが主要な構成形式である、宣言的なスケジューリング構成のサポートパッケージ。 |
org.springframework.scheduling.quartz | オープンソーススケジューラ Quartz のサポートクラス。Quartz スケジューラ、JobDetails、トリガーを Spring コンテキストの Bean として設定できます。 |
org.springframework.scheduling.support | スケジューリングの汎用サポートクラス。 |
org.springframework.scripting | Spring のスクリプトサポートのコアインターフェース。 |
org.springframework.scripting.bsh | BeanShell (および BeanShell2)を Spring のスクリプトインフラストラクチャに統合するパッケージ。 |
org.springframework.scripting.config | Spring の動的言語機械のサポートパッケージ。XML スキーマが主要な構成形式です。 |
org.springframework.scripting.groovy | Groovy を Spring のスクリプトインフラストラクチャに統合するパッケージ。 |
org.springframework.scripting.support | Spring のスクリプトパッケージのサポートクラス。 |
org.springframework.stereotype | アーキテクチャ全体における型またはメソッドのロールを示すアノテーション(実装レベルではなく概念レベル)。 |
org.springframework.test.annotation | アノテーション駆動型テストのクラスをサポートします。 |
org.springframework.test.context | このパッケージには Spring TestContext フレームワークが含まれており、使用中の実際のテストフレームワークにとらわれないアノテーション駆動型ユニットおよび統合テストのサポートを提供します。 |
org.springframework.test.context.cache | Spring TestContext フレームワーク内のコンテキストキャッシングのサポート。 |
org.springframework.test.context.jdbc | JDBC は、 @Sql を介した宣言的な SQL スクリプト実行のサポートを含む、Spring TestContext フレームワークのクラスをサポートします。 |
org.springframework.test.context.junit.jupiter | Spring TestContext フレームワークを JUnit 5 の JUnit Jupiter 拡張モデルと統合するためのコアサポート。 |
org.springframework.test.context.junit.jupiter.web | Spring TestContext フレームワークを JUnit 5 の JUnit Jupiter 拡張モデルと統合するための Web サポート。 |
org.springframework.test.context.junit4 | Spring TestContext フレームワークを JUnit 4.12 以上と統合するためのサポートクラス。 |
org.springframework.test.context.junit4.rules | カスタム JUnit の Rules は Spring TestContext フレームワークで使用しました。 |
org.springframework.test.context.junit4.statements | カスタム JUnit の Statements は Spring TestContext フレームワークで使用しました。 |
org.springframework.test.context.support | Spring TestContext フレームワークのサポートクラス。 |
org.springframework.test.context.testng | TestNG および Spring TestContext フレームワークで実行される ApplicationContext ベースおよびトランザクションテストのサポートクラス。 |
org.springframework.test.context.transaction | Spring TestContext フレームワークのトランザクションサポートクラス。 |
org.springframework.test.context.util | Spring TestContext フレームワーク内で使用される一般的なユーティリティ。 |
org.springframework.test.context.web | Web は、Spring TestContext フレームワークのクラスをサポートします。 |
org.springframework.test.jdbc | JDBC に基づくテストのクラスをサポートします。 |
org.springframework.test.util | 単体テストおよび統合テストで使用する一般的なユーティリティクラス。 |
org.springframework.test.web | Spring の Web サポートに基づく単体テストのヘルパークラス。 |
org.springframework.test.web.client | クライアント側の REST テストサポートが含まれています。 |
org.springframework.test.web.client.match | ビルトイン RequestMatcher 実装が含まれています。 |
org.springframework.test.web.client.response | ビルトイン ResponseCreator 実装が含まれています。 |
org.springframework.test.web.reactive.server | WebTestClient を介した Spring WebFlux サーバーエンドポイントのテストのサポート。 |
org.springframework.test.web.servlet | Spring MVC アプリケーションをテストするためのサーバー側のサポートが含まれています。 |
org.springframework.test.web.servlet.htmlunit | MockMvc および HtmlUnit を使用して Spring MVC アプリケーションをテストするためのサーバー側のサポート。 |
org.springframework.test.web.servlet.htmlunit.webdriver | MockMvc および Selenium HtmlUnitDriver で Spring MVC アプリケーションをテストするためのサーバー側のサポート。 |
org.springframework.test.web.servlet.request | ビルトイン RequestBuilder 実装が含まれています。 |
org.springframework.test.web.servlet.result | ビルトイン ResultMatcher および ResultHandler 実装が含まれています。 |
org.springframework.test.web.servlet.setup | ビルトイン MockMvcBuilder 実装が含まれています。 |
org.springframework.transaction | 特定のトランザクション管理システムに依存しない、Spring のトランザクションインフラストラクチャの例外階層。 |
org.springframework.transaction.annotation | Spring のアノテーションベースのトランザクション境界のサポート。 |
org.springframework.transaction.aspectj | |
org.springframework.transaction.config | XML スキーマが主要な構成形式である、宣言的なトランザクション構成のサポートパッケージ。 |
org.springframework.transaction.event | Spring のトランザクションイベントのリスニングのサポート。 |
org.springframework.transaction.interceptor | 宣言的なトランザクション区分のための AOP ベースのソリューション。 |
org.springframework.transaction.jta | JTA のトランザクション SPI 実装。 |
org.springframework.transaction.support | org.springframework.transaction パッケージのサポートクラス。 |
org.springframework.ui | UI レイヤーの概念の一般的なサポート。 |
org.springframework.ui.context | UI アプリケーションのアプリケーションコンテキストサブインターフェースを定義するクラスが含まれています。 |
org.springframework.ui.context.support | org.springframework.ui.context パッケージをサポートするクラス。 |
org.springframework.ui.freemarker | 設定するためのサポートクラス FreeMarker を Spring アプリケーションコンテキスト内。 |
org.springframework.util | 文字列操作ユーティリティ、Log4J 構成ツール、オブジェクトのページリストの状態ホルダーなど、その他のユーティリティクラス。 |
org.springframework.util.backoff | 一般的なバックオフ抽象化。 |
org.springframework.util.comparator | 可逆コンパレーターや複合コンパレーターなど、有用な汎用 java.util.Comparator 実装。 |
org.springframework.util.concurrent | 便利な汎用 java.util.concurrent.Future 拡張。 |
org.springframework.util.xml | Commons Logging を介して警告をログに記録するエラーハンドラーなど、XML の解析と変換のためのその他のユーティリティクラス。 |
org.springframework.validation | ビジネスや UI レイヤーで使用するためのデータバインディングおよび検証機能を提供します。 |
org.springframework.validation.annotation | アノテーションベースの制約評価のクラスをサポートします。 |
org.springframework.validation.beanvalidation | JSR-303 Bean 検証プロバイダー(Hibernate Validator など)を Spring ApplicationContext に、特に Spring のデータバインディングおよび検証 API と統合するためのサポートクラス。 |
org.springframework.validation.support | 検証結果を処理するためのクラスをサポートします。 |
org.springframework.web | Spring の Web インフラストラクチャと他のフレームワークモジュール間の最小境界点を定義する一般的な汎用インターフェース。 |
org.springframework.web.accept | このパッケージには、リクエストでリクエストされたメディア型を判別するために使用されるクラスが含まれています。 |
org.springframework.web.bind | Web 固有のデータバインディング機能を提供します。 |
org.springframework.web.bind.annotation | リクエストをコントローラーおよびハンドラーメソッドにバインドするためのアノテーションと、リクエストパラメーターをメソッド引数にバインドするためのアノテーション。 |
org.springframework.web.bind.support | Web データバインディングのサポートクラス。 |
org.springframework.web.client | クライアント側の Web サポートのコアパッケージ。 |
org.springframework.web.client.support | org.springframework.web.client パッケージをサポートするクラス。 |
org.springframework.web.context | Web アプリケーションのアプリケーションコンテキストインターフェースのバリアントと、ルート Web アプリケーションコンテキストをブートストラップする ContextLoaderListener が含まれています。 |
org.springframework.web.context.annotation | Web スコープに便利なアノテーションを提供します。 |
org.springframework.web.context.request | 一般的なリクエストコンテキストの保持、特に HTTP リクエストまたは HTTP セッションごとのアプリケーションオブジェクトのスコープのサポート。 |
org.springframework.web.context.request.async | 非同期リクエスト処理のサポート。 |
org.springframework.web.context.support | WebApplicationContext 実装やさまざまなユーティリティクラスなど、 org.springframework.web.context パッケージをサポートするクラス。 |
org.springframework.web.cors | 一般的な CorsProcessor 戦略に基づく、CORS(クロスオリジンリソースシェアリング)のサポート。 |
org.springframework.web.cors.reactive | 一般的な CorsProcessor 戦略に基づく、CORS(クロスオリジンリソースシェアリング)のリアクティブサポート。 |
org.springframework.web.filter | Bean スタイルの構成を可能にする汎用フィルター基本クラスを提供します。 |
org.springframework.web.filter.reactive | リアクティブ Web アプリケーションで使用する WebFilter 実装。 |
org.springframework.web.jsf | JSF Web レイヤーを、Spring ルート WebApplicationContext でホストされる Spring サービスレイヤーと統合するためのサポートクラス。 |
org.springframework.web.jsf.el | JSF Web レイヤーを、Spring ルート WebApplicationContext でホストされる Spring サービスレイヤーと統合するための ELResolvers。 |
org.springframework.web.method | Spring MVC の org.springframework.web.servlet.mvc.method パッケージで使用される、ハンドラーメソッド処理の共通インフラストラクチャ。 |
org.springframework.web.method.annotation | アノテーションベースのハンドラーメソッド処理のクラスをサポートします。 |
org.springframework.web.method.support | ハンドラーメソッド処理の汎用サポートクラス。 |
org.springframework.web.multipart | ファイルのアップロードを処理するためのマルチパート解決フレームワーク。 |
org.springframework.web.multipart.commons | Apache Commons FileUpload の MultipartResolver 実装。 |
org.springframework.web.multipart.support | マルチパート解決フレームワークのサポートクラス。 |
org.springframework.web.reactive | DispatcherHandler を含む spring-webflux モジュールの最上位パッケージ。WebFlux サーバーエンドポイント処理のメインエントリポイントで、リクエストをハンドラーにマッピングし、呼び出し、結果を処理するために使用されるキー契約を含みます。 |
org.springframework.web.reactive.accept | 特定のリクエストに対してリクエストされたコンテンツ型を解決するための RequestedContentTypeResolver 戦略と実装。 |
org.springframework.web.reactive.config | Spring WebFlux 構成インフラストラクチャ。 |
org.springframework.web.reactive.function | リアクティブクライアントとサーバーサブパッケージの両方の基盤を提供します。 |
org.springframework.web.reactive.function.client | org.springframework.http.client.reactive リアクティブ HTTP アダプター層上に構築されるリアクティブ WebClient を提供します。 |
org.springframework.web.reactive.function.server | Spring の関数 Web フレームワークを構成する型を提供します。 |
org.springframework.web.reactive.function.server.support | org.springframework.web.reactive.function パッケージをサポートするクラス。 |
org.springframework.web.reactive.handler | 抽象基本クラスを含む HandlerMapping 実装を提供します。 |
org.springframework.web.reactive.resource | 静的リソースを提供するためのサポートクラス。 |
org.springframework.web.reactive.result | さまざまな型のハンドラーの呼び出しなど、さまざまなプログラミングモデルスタイルのサポート。 |
org.springframework.web.reactive.result.condition | RequestCondition およびさまざまな条件に基づいてリクエストを照合するための実装。 |
org.springframework.web.reactive.result.method | ハンドラーメソッド処理のインフラストラクチャ。 |
org.springframework.web.reactive.result.method.annotation | アノテーションベースのハンドラーメソッド処理のインフラストラクチャ。 |
org.springframework.web.reactive.result.view | ビューの解決による結果処理のサポート。 |
org.springframework.web.reactive.result.view.freemarker | FreeMarker を Spring Web ビューテクノロジーとして統合するためのサポートクラス。 |
org.springframework.web.reactive.result.view.script | JSR-223 スクリプトエンジンの抽象化(Java 6+ に含まれる)に基づくビューのサポートクラス。 |
org.springframework.web.reactive.socket | リアクティブ WebSocket 相互作用の抽象化とサポートクラス。 |
org.springframework.web.reactive.socket.adapter | Spring の Reactive WebSocket API を WebSocket ランタイムとの間で適合させるクラス。 |
org.springframework.web.reactive.socket.client | WebSocket 相互作用のクライアントサポート。 |
org.springframework.web.reactive.socket.server | WebSocket 相互作用のサーバーサポート。 |
org.springframework.web.reactive.socket.server.support | WebSocket リクエストのサーバー側サポートクラス。 |
org.springframework.web.reactive.socket.server.upgrade | RequestUpgradeStrategy の実装を保持します。 |
org.springframework.web.reactive.support | Spring WebFlux セットアップのサポートクラス。 |
org.springframework.web.server | Spring の一般的なリアクティブ Web サポートのコアインターフェースとクラス。 |
org.springframework.web.server.adapter | 基礎となる org.springframework.http.client.reactive リアクティブ HTTP アダプターと HttpHandler に適応する実装。 |
org.springframework.web.server.handler | 一般的な WebHandler 実装と WebHandlerDecorator を提供します。 |
org.springframework.web.server.i18n | ロケール関連のサポートクラス。 |
org.springframework.web.server.session | WebSession サポート用の補助インターフェースと実装クラス。 |
org.springframework.web.servlet | アプリケーションコンテキストインフラストラクチャと統合するサーブレット、および Spring Web MVC フレームワークのコアインターフェースとクラスを提供します。 |
org.springframework.web.servlet.config | Spring MVC の XML 構成名前空間を定義します。 |
org.springframework.web.servlet.config.annotation | Spring MVC のアノテーションベースのセットアップ。 |
org.springframework.web.servlet.handler | カスタム実装の抽象基本クラスを含む、標準の HandlerMapping 実装を提供します。 |
org.springframework.web.servlet.i18n | Spring の Web MVC フレームワークのロケールサポートクラス。 |
org.springframework.web.servlet.mvc | Spring に付属するサーブレット MVC フレームワークの標準コントローラー実装。 |
org.springframework.web.servlet.mvc.annotation | アノテーションベースのサーブレット MVC コントローラーのサポートパッケージ。 |
org.springframework.web.servlet.mvc.condition | 条件に基づいて受信リクエストを照合するための一般的な MVC ロジック。 |
org.springframework.web.servlet.mvc.method | org.springframework.web.method パッケージに基づいた、ハンドラーメソッド処理用のサーブレットベースのインフラストラクチャ。 |
org.springframework.web.servlet.mvc.method.annotation | org.springframework.web.method.annotation パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。 |
org.springframework.web.servlet.mvc.support | MVC コントローラーのサポートパッケージ。 |
org.springframework.web.servlet.resource | 静的リソースを提供するためのサポートクラス。 |
org.springframework.web.servlet.support | Spring の Web MVC フレームワークのサポートクラス。 |
org.springframework.web.servlet.tags | Spring の JSP 2.0 + 用の JSP 標準タグライブラリ。 |
org.springframework.web.servlet.tags.form | JSP 2.0 + 用の Spring のフォームタグライブラリ。 |
org.springframework.web.servlet.theme | Spring の Web MVC フレームワークのテーマサポートクラス。 |
org.springframework.web.servlet.view | カスタム実装の抽象基本クラスを含む、標準の View および ViewResolver 実装を提供します。 |
org.springframework.web.servlet.view.document | ドキュメント生成のクラスをサポートし、PDF および Excel の View 実装を提供します。 |
org.springframework.web.servlet.view.feed | フィード生成のクラスをサポートし、Atom および RSS の View 実装を提供します。 |
org.springframework.web.servlet.view.freemarker | FreeMarker を Spring Web ビューテクノロジーとして統合するためのサポートクラス。 |
org.springframework.web.servlet.view.groovy | Groovy テンプレートを Spring Web ビューテクノロジーとして統合するためのサポートクラス。 |
org.springframework.web.servlet.view.json | JSON 直列化に基づく View 実装を提供するためのサポートクラス。 |
org.springframework.web.servlet.view.script | JSR-223 スクリプトエンジンの抽象化(Java 6+ に含まれる)に基づくビューのサポートクラス。 |
org.springframework.web.servlet.view.tiles3 | Tiles 3(Tiles のスタンドアロンバージョン)を Spring Web ビューテクノロジーとして統合するためのサポートクラス。 |
org.springframework.web.servlet.view.xml | XML マーシャリングに基づく View 実装を提供するためのクラスをサポートします。 |
org.springframework.web.servlet.view.xslt | XSLT のサポートクラス。XSLT スタイルシートの View 実装を提供します。 |
org.springframework.web.socket | WebSocket アプリケーションの一般的な抽象化と Spring 構成のサポート。 |
org.springframework.web.socket.adapter | Spring の WebSocket API を WebSocket プロバイダーとの間で適合させるクラス。 |
org.springframework.web.socket.adapter.jetty | Jetty WebSocket API のアダプタークラス。 |
org.springframework.web.socket.adapter.standard | 標準 Java WebSocket API のアダプタークラス。 |
org.springframework.web.socket.client | WebSocket アプリケーションのクライアント側の抽象化。 |
org.springframework.web.socket.client.jetty | Jetty WebSocket API のクライアント側サポート。 |
org.springframework.web.socket.client.standard | 標準 Java WebSocket エンドポイントで使用するクライアント側クラス。 |
org.springframework.web.socket.config | WebSocket リクエスト処理の構成サポート。 |
org.springframework.web.socket.config.annotation | 構成クラスでのアノテーションベースの WebSocket セットアップのサポート。 |
org.springframework.web.socket.handler | 便利な WebSocketHandler 実装とデコレーター。 |
org.springframework.web.socket.messaging | Spring のメッセージングモジュール用の WebSocket 統合。 |
org.springframework.web.socket.server | WebSocket 相互作用のサーバー側の抽象化。 |
org.springframework.web.socket.server.jetty | Jetty 9 + WebSocket API のサーバー側サポート。 |
org.springframework.web.socket.server.standard | 標準の JSR-356 WebSocket エンドポイントで使用するサーバー側クラス。 |
org.springframework.web.socket.server.support | リクエストをアップグレードするためのコンテナー固有の戦略を含むサーバー側サポートクラス。 |
org.springframework.web.socket.sockjs | トップレベルの SockJS 型。 |
org.springframework.web.socket.sockjs.client | WebSocketClient の SockJS クライアント実装。 |
org.springframework.web.socket.sockjs.frame | SockJS メッセージフレームのエンコードとデコードを含む、SockJS フレームを作成するためのサポートクラス。 |
org.springframework.web.socket.sockjs.support | AbstractSockJsService 実装を含む SockJS のサポートクラス。 |
org.springframework.web.socket.sockjs.transport | 受信リクエストを処理するための TransportHandler 実装、さまざまなトランスポートを介してメッセージを送信するための session の実装、および DefaultSockJsService を含む SockJS トランスポートのサーバー側サポート。 |
org.springframework.web.socket.sockjs.transport.handler | TransportHandler 実装クラスおよび具体的な SockJsService |
org.springframework.web.socket.sockjs.transport.session | WebSocketSession の SockJS 固有の実装。 |
org.springframework.web.util | HTML エスケープ、Log4j 初期化、Cookie 処理などのさまざまな Web ユーティリティクラス。 |
org.springframework.web.util.pattern | 一致する HTTP リクエストパスの専用サポート。 |
これは、Spring Framework の公開 API ドキュメントです。