パッケージ | 説明 |
---|---|
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.aspectj.annotation | AspectJ 5 @Annotated クラスを Spring AOP で使用できるようにするクラス。 |
org.springframework.aop.framework | AOP アライアンスインターフェースに準拠した Spring の基本的な AOP インフラストラクチャを含むパッケージ。 |
org.springframework.aop.framework.autoproxy | ApplicationContexts で使用する Bean ポストプロセッサー。ProxyFactoryBean を使用せずに AOP プロキシを自動的に作成することにより、AOP の使用を簡素化します。 |
org.springframework.aop.framework.autoproxy.target | |
org.springframework.aop.interceptor | その他のインターセプターの実装を提供します。 |
org.springframework.aop.target | |
org.springframework.aop.target.dynamic | |
org.springframework.beans.factory.annotation | アノテーション駆動型 Bean 構成のサポートパッケージ。 |
org.springframework.beans.factory.config | Bean ファクトリの SPI インターフェースおよび構成関連の便利なクラス。 |
org.springframework.beans.factory.parsing | Bean 定義解析のサポートインフラストラクチャ。 |
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.support | Bean のリストをソートおよび保持するためのユーティリティクラスなど、org.springframework.beans パッケージをサポートするクラス。 |
org.springframework.cache.ehcache | オープンソースキャッシュ EhCache 2.x のクラスをサポートし、Spring コンテキストで Bean として EhCache CacheManager と Caches をセットアップできます。 |
org.springframework.cache.interceptor | 宣言的キャッシング境界設定のための AOP ベースのソリューション。 |
org.springframework.cache.jcache.interceptor | JSR-107 アノテーションを使用した宣言的キャッシュ区分のための AOP ベースのソリューション。 |
org.springframework.context.annotation | JSR-250「共通」アノテーション、コンポーネントスキャン、Spring 管理オブジェクトを作成するための Java ベースのメタデータなど、アプリケーションコンテキストのアノテーションサポート。 |
org.springframework.context.event | 標準コンテキストイベントなどのアプリケーションイベントのサポートクラス。 |
org.springframework.context.support | ApplicationContext 実装および MessageSource 実装の抽象基本クラスなど、org.springframework.context パッケージをサポートするクラス。 |
org.springframework.context.weaving | Spring の LoadTimeWeaver 抽象化に基づいた、Spring アプリケーションコンテキストのロード時ウィービングサポート。 |
org.springframework.core | 例外処理とバージョン検出のための基本クラス、およびフレームワークのどの部分にも固有ではない他のコアヘルパーを提供します。 |
org.springframework.core.codec | |
org.springframework.core.env | Bean 定義プロファイルと階層プロパティソースのサポートで構成される Spring の環境抽象化。 |
org.springframework.core.io.support | Spring のリソース抽象化のサポートクラス。 |
org.springframework.core.log | Spring のロギング規則の有用なデリゲート。 |
org.springframework.core.type.filter | 型フィルタリングのコアサポートパッケージ(例: |
org.springframework.dao.support | DAO 実装のクラスをサポートし、その他のユーティリティメソッドを提供します。 |
org.springframework.http | クライアント / サーバー側 HTTP の基本的な抽象化が含まれています。 |
org.springframework.http.client.support | このパッケージは、RestTemplate などの高レベルクラスで使用される汎用 HTTP サポートクラスを提供します。 |
org.springframework.http.codec | |
org.springframework.http.codec.json | JSON エンコーダーおよびデコーダーのサポート。 |
org.springframework.http.converter | HttpMessageConverter 抽象化を提供して、Java オブジェクトと HTTP 入出力メッセージ間で変換します。 |
org.springframework.http.server.reactive | |
org.springframework.jca.cci.connection | 簡単な ConnectionFactory アクセス用のユーティリティクラス、ローカル CCI トランザクション用の PlatformTransactionManager、およびさまざまなシンプルな ConnectionFactory プロキシ / アダプターを提供します。 |
org.springframework.jca.context | Spring アプリケーションコンテキストを JCA 1.7 準拠の RAR ファイルとしてデプロイできる統合パッケージ。 |
org.springframework.jca.endpoint | このパッケージは、汎用 JCA メッセージエンドポイント管理の機能を提供します。 |
org.springframework.jdbc.core | JdbcTemplate とそれに関連するコールバックインターフェースおよびヘルパーオブジェクトに基づいて、コア JDBC フレームワークを提供します。 |
org.springframework.jdbc.core.metadata | テーブルの挿入とストアドプロシージャコールの構成と実行のためのコンテキストメタデータの抽象化。 |
org.springframework.jdbc.core.simple | テーブルの挿入とストアドプロシージャ呼び出しの簡略化レイヤー。 |
org.springframework.jdbc.datasource | 簡単な DataSource アクセス用のユーティリティクラス、単一の DataSource 用の PlatformTransactionManager、およびさまざまな単純な DataSource 実装を提供します。 |
org.springframework.jdbc.object | このパッケージのクラスは、RDBMS クエリ、更新、ストアドプロシージャをスレッドセーフで再利用可能なオブジェクトとして表します。 |
org.springframework.jdbc.support | jdbc.core および jdbc.object パッケージのクラスで使用される JDBC フレームワークのクラスをサポートします。 |
org.springframework.jdbc.support.lob | ラージ OBject 処理用の戦略インターフェースと、カスタマイズ可能なデフォルト実装を提供します。 |
org.springframework.jms.annotation | 宣言型 JMS リスナーエンドポイントのアノテーションとサポートクラス。 |
org.springframework.jms.config | Java 構成および XML スキーマをサポートする、宣言型メッセージング構成のサポートパッケージ。 |
org.springframework.jms.connection | 単一の JMS ConnectionFactory の PlatformTransactionManager 実装、および SingleConnectionFactory アダプターを提供します。 |
org.springframework.jms.core.support | org.springframework.jms.core パッケージをサポートするクラス。 |
org.springframework.jms.listener.adapter | ターゲットリスナーメソッドに委譲し、メッセージをリスナーメソッドに渡される適切なメッセージコンテンツ型(文字列やバイト配列など)に変換するメッセージリスナーアダプターメカニズム。 |
org.springframework.jms.listener.endpoint | このパッケージは、JMS メッセージリスナーの JCA ベースのエンドポイント管理を提供します。 |
org.springframework.jms.support | このパッケージは、JmsTemplate のような上位レベルのクラスで使用される汎用 JMS サポートクラスを提供します。 |
org.springframework.jmx.access | リモート MBean リソースへのアクセスをサポートします。 |
org.springframework.jmx.export.naming | ObjectName 作成の戦略を提供します。 |
org.springframework.jmx.support | ローカルおよびリモート MBeanServer に接続し、MBeanServer をリモートクライアントに公開するためのサポートクラスが含まれています。 |
org.springframework.jndi | このパッケージのクラスを使用すると、JNDI が使いやすくなり、JNDI に格納されている構成へのアクセスが容易になり、JNDI アクセスクラスに便利なスーパークラスが提供されます。 |
org.springframework.messaging.converter | メッセージ変換のサポートを提供します。 |
org.springframework.messaging.core | メッセージングテンプレートのインターフェースと実装クラスを定義します。 |
org.springframework.messaging.handler | メッセージハンドラーメソッドを操作するための基本的な抽象概念。 |
org.springframework.messaging.handler.annotation.reactive | ノンブロッキング、リアクティブ契約でアノテーション付きメッセージ処理メソッドを操作するためのサポートクラス。 |
org.springframework.messaging.handler.invocation | メッセージハンドラーメソッドを呼び出すための共通インフラストラクチャ。 |
org.springframework.messaging.handler.invocation.reactive | ノンブロッキング、リアクティブ契約でメッセージハンドラーメソッドを呼び出すための共通インフラストラクチャ。 |
org.springframework.messaging.simp | STOMP などのプロトコルを含む Simple Messaging Protocols の一般的なサポート。 |
org.springframework.messaging.simp.annotation.support | シンプルなメッセージングプロトコル(STOMP など)からのメッセージを処理するためのクラスをサポートします。 |
org.springframework.messaging.simp.broker | 「単純な」メッセージブローカの実装を、抽象基本クラスおよびサブスクリプションのレジストリなどの他のサポート型とともに提供します。 |
org.springframework.messaging.support | Message の実装と、MessageBuilder および MessageHeaderAccessor を実装して、メッセージおよびメッセージヘッダーの構築と操作、さまざまな MessageChannel 実装およびチャネルインターセプターサポートを提供します。 |
org.springframework.messaging.tcp.reactor | Reactor に基づく TCP メッセージングのサポートが含まれています。 |
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.oxm.jaxb | JAXB と Spring の O/X マッピングサポートの統合を提供するパッケージ。 |
org.springframework.oxm.support | さまざまなシナリオ内で Spring の O/X マッピング統合を使用するための汎用サポートクラスを提供します。 |
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.support | リモート実装の汎用サポートクラス。 |
org.springframework.scheduling.annotation | 非同期メソッド実行用の Java 5 アノテーション。 |
org.springframework.scheduling.concurrent | java.util.concurrent および javax.enterprise.concurrent パッケージのコンビニエンスクラスをスケジュールし、Spring コンテキストで ThreadPoolExecutor または ScheduledThreadPoolExecutor を Bean としてセットアップできるようにします。 |
org.springframework.scheduling.quartz | オープンソーススケジューラ Quartz のサポートクラス。Quartz スケジューラ、JobDetails、トリガーを Spring コンテキストの Bean として設定できます。 |
org.springframework.scheduling.support | スケジューリングの汎用サポートクラス。 |
org.springframework.scripting.support | Spring のスクリプトパッケージのサポートクラス。 |
org.springframework.test.context.junit4 | Spring TestContext フレームワークを JUnit 4.12 以上と統合するためのサポートクラス。 |
org.springframework.test.context.junit4.statements | Spring TestContext フレームワークで使用されるカスタム JUnit 4 Statements 。 |
org.springframework.test.context.support | Spring TestContext フレームワークのサポートクラス。 |
org.springframework.test.context.testng | Spring TestContext フレームワークを TestNG と統合するためのサポートクラス。 |
org.springframework.test.context.web | Web は、Spring TestContext フレームワークのクラスをサポートします。 |
org.springframework.transaction.interceptor | 宣言的なトランザクション区分のための AOP ベースのソリューション。 |
org.springframework.transaction.jta | JTA のトランザクション SPI 実装。 |
org.springframework.transaction.reactive | リアクティブトランザクション管理のクラスをサポートします。 |
org.springframework.transaction.support | org.springframework.transaction パッケージのサポートクラス。 |
org.springframework.ui.context.support | org.springframework.ui.context パッケージをサポートするクラス。 |
org.springframework.ui.freemarker | 設定するためのサポートクラス FreeMarker を Spring アプリケーションコンテキスト内。 |
org.springframework.util | 文字列操作ユーティリティ、Log4J 構成ツール、オブジェクトのページリストの状態ホルダーなど、その他のユーティリティクラス。 |
org.springframework.util.xml | Commons Logging を介して警告をログに記録するエラーハンドラーなど、XML の解析と変換のためのその他のユーティリティクラス。 |
org.springframework.validation | ビジネスや UI レイヤーで使用するためのデータバインディングおよび検証機能を提供します。 |
org.springframework.web.accept | このパッケージには、リクエストでリクエストされたメディア型を判別するために使用されるクラスが含まれています。 |
org.springframework.web.client.support | org.springframework.web.client パッケージをサポートするクラス。 |
org.springframework.web.context | Web アプリケーションのアプリケーションコンテキストインターフェースのバリアントと、ルート Web アプリケーションコンテキストをブートストラップする ContextLoaderListener が含まれています。 |
org.springframework.web.context.support | WebApplicationContext 実装やさまざまなユーティリティクラスなど、 org.springframework.web.context パッケージをサポートするクラス。 |
org.springframework.web.filter | Bean スタイルの構成を可能にする汎用フィルター基本クラスを提供します。 |
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.multipart.commons | Apache Commons FileUpload の MultipartResolver 実装。 |
org.springframework.web.reactive.handler | 抽象基本クラスを含む HandlerMapping 実装を提供します。 |
org.springframework.web.reactive.resource | 静的リソースを提供するためのサポートクラス。 |
org.springframework.web.reactive.result | さまざまな型のハンドラーの呼び出しなど、さまざまなプログラミングモデルスタイルのサポート。 |
org.springframework.web.reactive.result.method | ハンドラーメソッド処理のインフラストラクチャ。 |
org.springframework.web.reactive.result.view | ビューの解決による結果処理のサポート。 |
org.springframework.web.reactive.socket.adapter | Spring の Reactive WebSocket API を WebSocket ランタイムとの間で適合させるクラス。 |
org.springframework.web.reactive.socket.server.support | WebSocket リクエストのサーバー側サポートクラス。 |
org.springframework.web.servlet | アプリケーションコンテキストインフラストラクチャと統合するサーブレット、および Spring Web MVC フレームワークのコアインターフェースとクラスを提供します。 |
org.springframework.web.servlet.handler | カスタム実装の抽象基本クラスを含む、標準の HandlerMapping 実装を提供します。 |
org.springframework.web.servlet.i18n | Spring の Web MVC フレームワークのロケールサポートクラス。 |
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 | このパッケージには、JSP 2.0 + 用の Spring の JSP 標準タグライブラリが含まれています。 |
org.springframework.web.servlet.view.tiles3 | Tiles 3(Tiles のスタンドアロンバージョン)を Spring Web ビューテクノロジーとして統合するためのサポートクラス。 |
org.springframework.web.socket.adapter | Spring の WebSocket API を WebSocket プロバイダーとの間で適合させるクラス。 |
org.springframework.web.socket.client | WebSocket アプリケーションのクライアント側の抽象化。 |
org.springframework.web.socket.handler | 便利な WebSocketHandler 実装とデコレーター。 |
org.springframework.web.socket.server.standard | 標準の JSR-356 WebSocket エンドポイントで使用するサーバー側クラス。 |
org.springframework.web.socket.server.support | リクエストをアップグレードするためのコンテナー固有の戦略を含むサーバー側サポートクラス。 |
org.springframework.web.socket.sockjs.client | WebSocketClient の SockJS クライアント実装。 |
org.springframework.web.socket.sockjs.support | AbstractSockJsService 実装を含む 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 ユーティリティクラス。 |
修飾子と型 | メソッドと説明 |
---|---|
Log | LogFactoryService.getInstance(ClassSE<?> clazz) 使用すべきではありません。 |
Log | LogFactory.getInstance(ClassSE<?> clazz) 使用すべきではありません。 |
Log | LogFactoryService.getInstance(StringSE name) 使用すべきではありません。 |
Log | LogFactory.getInstance(StringSE name) 使用すべきではありません。 |
static Log | LogFactory.getLog(ClassSE<?> clazz) 名前付きロガーを返す便利なメソッド。 |
static Log | LogFactory.getLog(StringSE name) 名前付きロガーを返す便利なメソッド。 |
修飾子と型 | クラスと説明 |
---|---|
class | NoOpLog すべてのメッセージを破棄する Log の簡単な実装。 |
class | SimpleLog 使用すべきではありません。 spring-jcl (NoOpLog と実質的に同等) |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractAspectJAdvisorFactory.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | ProxyFactoryBean.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractAutoProxyCreator.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractBeanFactoryBasedTargetSourceCreator.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractTraceInterceptor.defaultLogger トレースメッセージの書き込みに使用されるデフォルトの Log インスタンス。 |
protected Log | AsyncExecutionAspectSupport.logger |
修飾子と型 | メソッドと説明 |
---|---|
protected Log | AbstractTraceInterceptor.getLoggerForInvocation(MethodInvocation invocation) 指定された MethodInvocation に使用する適切な Log インスタンスを返します。 |
修飾子と型 | メソッドと説明 |
---|---|
protected ObjectSE | CustomizableTraceInterceptor.invokeUnderTrace(MethodInvocation invocation, Log logger) enterMessage の値に基づいて、呼び出しの前にログメッセージを書き込みます。 |
protected ObjectSE | SimpleTraceInterceptor.invokeUnderTrace(MethodInvocation invocation, Log logger) |
protected abstract ObjectSE | AbstractTraceInterceptor.invokeUnderTrace(MethodInvocation invocation, Log logger) サブクラスは、このメソッドをオーバーライドして、提供された MethodInvocation の周囲のトレースを実行する必要があります。 |
protected ObjectSE | PerformanceMonitorInterceptor.invokeUnderTrace(MethodInvocation invocation, Log logger) |
protected ObjectSE | JamonPerformanceMonitorInterceptor.invokeUnderTrace(MethodInvocation invocation, Log logger) JAMon モニターで呼び出しをラップし、現在のパフォーマンス統計をログに書き込みます(有効な場合)。 |
protected boolean | AbstractTraceInterceptor.isInterceptorEnabled(MethodInvocation invocation, Log logger) インターセプターを開始するかどうか、つまり invokeUnderTrace メソッドを呼び出す必要があるかどうかを決定します。 |
protected boolean | JamonPerformanceMonitorInterceptor.isInterceptorEnabled(MethodInvocation invocation, Log logger) "trackAllInvocations" フラグが設定されている場合は常にインターセプターを適用します。それ以外の場合は、ログが使用可能になっている場合にのみ有効になります。 |
protected boolean | AbstractTraceInterceptor.isLogEnabled(Log logger) 指定された Log インスタンスが有効かどうかを確認します。 |
protected void | AbstractTraceInterceptor.writeToLog(Log logger, StringSE message) 提供されたトレースメッセージを提供された Log インスタンスに書き込みます。 |
protected void | AbstractTraceInterceptor.writeToLog(Log logger, StringSE message, ThrowableSE ex) 指定されたトレースメッセージと Throwable SE を指定された Log インスタンスに書き込みます。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractBeanFactoryBasedTargetSource.logger サブクラスで利用可能なロガー。 |
protected Log | AbstractLazyCreationTargetSource.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractRefreshableTargetSource.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AutowiredAnnotationBeanPostProcessor.logger |
protected Log | InitDestroyAnnotationBeanPostProcessor.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractFactoryBean.logger サブクラスで利用可能なロガー。 |
protected Log | CustomEditorConfigurer.logger |
protected Log | DeprecatedBeanWarner.logger サブクラスで利用可能なロガー。 |
修飾子と型 | メソッドと説明 |
---|---|
void | FailFastProblemReporter.setLogger(Log logger) 警告の報告に使用される logger を設定します。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractBeanDefinitionReader.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | BeanConfigurerSupport.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | DefaultNamespaceHandlerResolver.logger サブクラスで利用可能なロガー。 |
protected Log | DefaultBeanDefinitionDocumentReader.logger |
protected Log | BeanDefinitionParserDelegate.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | PropertyComparator.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | EhCacheManagerFactoryBean.logger |
protected Log | EhCacheFactoryBean.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | CacheAspectSupport.logger |
protected static Log | NameMatchCacheOperationSource.logger サブクラスで利用可能なロガー。 |
protected Log | AbstractFallbackCacheOperationSource.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | JCacheAspectSupport.logger |
protected Log | AbstractFallbackJCacheOperationSource.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | ClassPathScanningCandidateComponentProvider.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | EventListenerMethodProcessor.logger |
protected Log | ApplicationListenerMethodAdapter.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractApplicationContext.logger このクラスで使用されるロガー。 |
protected Log | MessageSourceSupport.logger サブクラスで利用可能なロガー。 |
protected Log | ApplicationObjectSupport.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | DefaultContextLoadTimeWeaver.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | SimpleAliasRegistry.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractEncoder.logger |
protected Log | AbstractDecoder.logger |
修飾子と型 | メソッドと説明 |
---|---|
Log | AbstractEncoder.getLogger() 現在設定されているロガーを返します。 |
Log | AbstractDecoder.getLogger() 現在設定されているロガーを返します。 |
修飾子と型 | メソッドと説明 |
---|---|
void | AbstractEncoder.setLogger(Log logger) クラス名に基づいたロガーよりも使用する代替ロガーを設定します。 |
void | AbstractDecoder.setLogger(Log logger) クラス名に基づいたロガーよりも使用する代替ロガーを設定します。 |
static void | Hints.touchDataBuffer(DataBuffer buffer, MapSE<StringSE, ObjectSE> hints, Log logger) ヒントに Hints.LOG_PREFIX_HINT が含まれていて、指定されたロガーで DEBUG レベルが有効になっている場合は、ログプレフィックスをヒントとして DataBufferUtils.touch(DataBuffer, Object) を介して指定されたバッファーに適用します。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | PropertySource.logger |
protected Log | AbstractEnvironment.logger |
protected Log | AbstractPropertyResolver.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | PropertiesLoaderSupport.logger サブクラスで利用可能なロガー。 |
修飾子と型 | メソッドと説明 |
---|---|
static Log | LogDelegateFactory.getCompositeLog(Log primaryLogger, Log secondaryLogger, Log... tertiaryLoggers) プライマリロガーのロギングが有効になっていない場合は、プライマリロガーに委譲するか、セカンダリロガーにフォールバックする複合ロガーを作成します。 |
static Log | LogDelegateFactory.getHiddenLog(ClassSE<?> clazz) カテゴリ名の前に "_" を付けて「非表示」ロガーを作成し、同じパッケージの他のログカテゴリと一緒に有効にできないようにします。 |
static Log | LogDelegateFactory.getHiddenLog(StringSE category) カテゴリ名の前に "_" を付けて「非表示」ロガーを作成し、同じパッケージの他のログカテゴリと一緒に有効にできないようにします。 |
Log | LogAccessor.getLog() ターゲットの Commons Log を返します。 |
修飾子と型 | メソッドと説明 |
---|---|
static Log | LogDelegateFactory.getCompositeLog(Log primaryLogger, Log secondaryLogger, Log... tertiaryLoggers) プライマリロガーのロギングが有効になっていない場合は、プライマリロガーに委譲するか、セカンダリロガーにフォールバックする複合ロガーを作成します。 |
static Log | LogDelegateFactory.getCompositeLog(Log primaryLogger, Log secondaryLogger, Log... tertiaryLoggers) プライマリロガーのロギングが有効になっていない場合は、プライマリロガーに委譲するか、セカンダリロガーにフォールバックする複合ロガーを作成します。 |
static void | LogFormatUtils.traceDebug(Log logger, FunctionSE<BooleanSE, StringSE> messageFactory) これを使用して、TRACE と DEBUG のログレベルで異なる詳細レベル(または異なるメッセージ)でメッセージをログに記録します。 |
コンストラクターと説明 |
---|
LogAccessor(Log log) 指定された Commons Log の新しいアクセサーを作成します。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractTypeHierarchyTraversingFilter.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | DaoSupport.logger サブクラスで利用可能なロガー。 |
修飾子と型 | メソッドと説明 |
---|---|
static Log | HttpLogging.forLog(Log primaryLogger) プライマリが有効になっていない場合は、指定されたプライマリロガーを、そのロガーまたはフォールバックロガー "org.springframework.web.HttpLogging" に委譲する複合ロガーでラップします。 |
static Log | HttpLogging.forLogName(ClassSE<?> primaryLoggerClass) 指定されたクラスのプライマリロガーを作成し、プライマリが有効になっていない場合は、そのクラスまたはフォールバックロガー "org.springframework.web.HttpLogging" に委譲するコンポジットでラップします。 |
修飾子と型 | メソッドと説明 |
---|---|
static Log | HttpLogging.forLog(Log primaryLogger) プライマリが有効になっていない場合は、指定されたプライマリロガーを、そのロガーまたはフォールバックロガー "org.springframework.web.HttpLogging" に委譲する複合ロガーでラップします。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AsyncHttpAccessor.logger 使用すべきではありません。 サブクラスで利用可能なロガー。 |
protected Log | HttpAccessor.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | LoggingCodecSupport.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | Jackson2CodecSupport.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractHttpMessageConverter.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected static Log | AbstractListenerReadPublisher.rsReadLogger Reactive Streams シグナルをデバッグするための特別なロガー。 |
protected static Log | AbstractListenerWriteFlushProcessor.rsWriteFlushLogger Reactive Streams シグナルをデバッグするための特別なロガー。 |
protected static Log | AbstractListenerWriteProcessor.rsWriteLogger Reactive Streams シグナルをデバッグするための特別なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | SingleConnectionFactory.logger 使用すべきではありません。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | SpringContextResourceAdapter.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractMessageEndpointFactory.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | BeanPropertyRowMapper.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | TableMetaDataContext.logger |
protected static Log | GenericTableMetaDataProvider.logger サブクラスで利用可能なロガー。 |
protected static Log | GenericCallMetaDataProvider.logger サブクラスで利用可能なロガー。 |
protected Log | CallMetaDataContext.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractJdbcCall.logger サブクラスで利用可能なロガー。 |
protected Log | AbstractJdbcInsert.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | WebSphereDataSourceAdapter.logger |
protected Log | AbstractDataSource.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | RdbmsOperation.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | JdbcAccessor.logger サブクラスで利用可能なロガー。 |
protected Log | DatabaseStartupValidator.logger |
protected Log | AbstractFallbackSQLExceptionTranslator.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected static Log | TemporaryLobCreator.logger |
protected Log | DefaultLobHandler.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | JmsListenerAnnotationBeanPostProcessor.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractJmsListenerContainerFactory.logger |
protected Log | JmsListenerEndpointRegistry.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | SingleConnectionFactory.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | JmsGatewaySupport.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractAdaptableMessageListener.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | DefaultJmsActivationSpecFactory.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | JmsAccessor.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | NotificationListenerRegistrar.logger サブクラスで利用可能なロガー。 |
protected Log | MBeanClientInterceptor.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | KeyNamingStrategy.logger このクラスの Log インスタンス。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | MBeanRegistrationSupport.logger このクラスの Log インスタンス。 |
protected Log | MBeanServerFactoryBean.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | JndiTemplate.logger |
protected Log | JndiAccessor.logger ロガー。サブクラスで使用できます。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractMessageConverter.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractMessageSendingTemplate.logger |
修飾子と型 | フィールドと説明 |
---|---|
static Log | HandlerMethod.defaultLogger フォールバックロガーでラップするためのパブリック。 |
protected Log | HandlerMethod.logger |
修飾子と型 | メソッドと説明 |
---|---|
Log | HandlerMethod.getLogger() 現在設定されているロガーを返します。 |
修飾子と型 | メソッドと説明 |
---|---|
void | HandlerMethod.setLogger(Log logger) クラス名に基づいたロガーよりも使用する代替ロガーを設定します。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | PayloadMethodArgumentResolver.logger |
修飾子と型 | フィールドと説明 |
---|---|
static Log | HandlerMethodReturnValueHandlerComposite.defaultLogger フォールバックロガーでラップするためのパブリック。 |
protected Log | AbstractMethodMessageHandler.logger |
修飾子と型 | メソッドと説明 |
---|---|
protected Log | AbstractMethodMessageHandler.getHandlerMethodLogger() InvocableHandlerMethod に設定するロガーを返します。 |
Log | HandlerMethodReturnValueHandlerComposite.getLogger() 現在設定されているロガーを返します。 |
protected Log | AbstractMethodMessageHandler.getReturnValueHandlerLogger() HandlerMethodReturnValueHandlerComposite に設定するロガーを返します。 |
修飾子と型 | メソッドと説明 |
---|---|
void | HandlerMethodReturnValueHandlerComposite.setLogger(Log logger) クラス名に基づいたロガーよりも使用する代替ロガーを設定します。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | HandlerMethodArgumentResolverComposite.logger |
protected Log | AbstractMethodMessageHandler.logger |
protected Log | AbstractEncoderMethodReturnValueHandler.logger |
protected Log | HandlerMethodReturnValueHandlerComposite.logger |
修飾子と型 | メソッドと説明 |
---|---|
static Log | SimpLogging.forLog(Log primaryLogger) プライマリが有効になっていない場合は、プライマリまたは共有フォールバックロガー "org.springframework.web.HttpLogging" のいずれかに委譲する複合ロガーで、指定されたプライマリロガーをラップします。 |
static Log | SimpLogging.forLogName(ClassSE<?> primaryLoggerClass) 指定されたクラスのプライマリロガーを作成し、プライマリが有効になっていない場合は、そのクラスまたは "org.springframework.web.SimpLogging" という名前のフォールバックロガーに委譲するコンポジットでラップします。 |
修飾子と型 | メソッドと説明 |
---|---|
static Log | SimpLogging.forLog(Log primaryLogger) プライマリが有効になっていない場合は、プライマリまたは共有フォールバックロガー "org.springframework.web.HttpLogging" のいずれかに委譲する複合ロガーで、指定されたプライマリロガーをラップします。 |
修飾子と型 | メソッドと説明 |
---|---|
protected Log | SimpAnnotationMethodMessageHandler.getHandlerMethodLogger() |
protected Log | SimpAnnotationMethodMessageHandler.getReturnValueHandlerLogger() |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractBrokerMessageHandler.logger |
protected Log | AbstractSubscriptionRegistry.logger |
コンストラクターと説明 |
---|
OrderedMessageChannelDecorator(MessageChannel channel, Log logger) |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractHeaderMapper.logger |
protected Log | AbstractMessageChannel.logger |
修飾子と型 | メソッドと説明 |
---|---|
Log | AbstractMessageChannel.getLogger() 現在設定されているロガーを返します。 |
修飾子と型 | メソッドと説明 |
---|---|
void | AbstractMessageChannel.setLogger(Log logger) クラス名に基づいたロガーよりも使用する代替ロガーを設定します。 |
修飾子と型 | メソッドと説明 |
---|---|
Log | ReactorNettyTcpClient.getLogger() 現在設定されているロガーを返します。 |
修飾子と型 | メソッドと説明 |
---|---|
void | ReactorNettyTcpClient.setLogger(Log logger) クラス名に基づいたロガーよりも使用する代替ロガーを設定します。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | HibernateTemplate.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | OpenSessionInViewInterceptor.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractEntityManagerFactoryBean.logger サブクラスで利用可能なロガー。 |
protected Log | EntityManagerFactoryAccessor.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | DefaultPersistenceUnitManager.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | Jaxb2Marshaller.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractMarshaller.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractHttpInvokerRequestExecutor.logger 使用すべきではありません。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | SimpleHttpServerJaxWsServiceExporter.logger 使用すべきではありません。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | RmiRegistryFactoryBean.logger 使用すべきではありません。 |
修飾子と型 | フィールドと説明 |
---|---|
protected static Log | RemoteInvocationTraceInterceptor.logger |
protected Log | SimpleHttpServerFactoryBean.logger 使用すべきではありません。 |
protected Log | RemotingSupport.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | ScheduledAnnotationBeanPostProcessor.logger |
protected Log | AsyncAnnotationBeanPostProcessor.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | ExecutorConfigurationSupport.logger |
protected Log | DefaultManagedAwareThreadFactory.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected static Log | MethodInvokingJobDetailFactoryBean.MethodInvokingJob.logger |
protected static Log | ResourceLoaderClassLoadHelper.logger |
protected Log | SchedulerAccessor.logger |
protected Log | LocalTaskExecutorThreadPool.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | MethodInvokingRunnable.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | ResourceScriptSource.logger サブクラスで利用可能なロガー。 |
protected Log | ScriptFactoryPostProcessor.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractJUnit4SpringContextTests.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected static Log | SpringRepeat.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected static Log | AbstractGenericContextLoader.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractTestNGSpringContextTests.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected static Log | AbstractGenericWebContextLoader.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | MethodMapTransactionAttributeSource.logger サブクラスで利用可能なロガー。 |
protected Log | TransactionAspectSupport.logger |
protected static Log | NameMatchTransactionAttributeSource.logger サブクラスで利用可能なロガー。 |
protected Log | AbstractFallbackTransactionAttributeSource.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected static Log | SpringJtaSynchronizationAdapter.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractReactiveTransactionManager.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | TransactionTemplate.logger サブクラスで利用可能なロガー。 |
protected Log | AbstractPlatformTransactionManager.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | ResourceBundleThemeSource.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | FreeMarkerConfigurationFactory.logger |
protected Log | SpringTemplateLoader.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | ConcurrencyThrottleSupport.logger 直列化を最適化するための一時的。 |
コンストラクターと説明 |
---|
CommonsLogWriter(Log logger) 指定された Commons Logging ロガーの新しい CommonsLogWriter を作成します。 |
コンストラクターと説明 |
---|
SimpleSaxErrorHandler(Log logger) 指定された Commons Logging ロガーインスタンスの新しい SimpleSaxErrorHandler を作成します。 |
SimpleTransformErrorListener(Log logger) 指定された Commons Logging ロガーインスタンスの新しい SimpleTransformErrorListener を作成します。 |
修飾子と型 | フィールドと説明 |
---|---|
protected static Log | DataBinder.logger 多くの DataBinder インスタンスを作成します。静的ロガーを使用しましょう。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractMappingContentNegotiationStrategy.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | RestGatewaySupport.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractContextLoaderInitializer.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | ServletContextAttributeExporter.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | GenericFilterBean.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | WebApplicationContextFacesELResolver.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected static Log | HandlerMethod.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | ModelAttributeMethodProcessor.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected static Log | CommonsMultipartFile.logger |
protected Log | CommonsFileUploadSupport.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractHandlerMapping.mappingsLogger リクエストマッピング専用の「非表示」ロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractPrefixVersionStrategy.logger |
protected Log | AbstractFileNameVersionStrategy.logger |
protected Log | AbstractResourceResolver.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | HandlerResultHandlerSupport.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | HandlerMethodArgumentResolverSupport.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractView.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractWebSocketSession.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected static Log | HandshakeWebSocketService.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | HttpServletBean.logger サブクラスで利用可能なロガー。 |
protected static Log | DispatcherServlet.pageNotFoundLogger リクエストに対してマップされたハンドラーが見つからない場合に使用する追加のロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractHandlerExceptionResolver.logger サブクラスで利用可能なロガー。 |
protected Log | AbstractHandlerMapping.mappingsLogger リクエストマッピング専用の「非表示」ロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | LocaleChangeInterceptor.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractMessageConverterMethodArgumentResolver.logger |
protected Log | ResponseEntityExceptionHandler.logger サブクラスで使用する共通のロガー。 |
protected static Log | ResponseEntityExceptionHandler.pageNotFoundLogger リクエストに対してマッピングされたハンドラーが見つからない場合に使用する特定のロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected static Log | DefaultHandlerExceptionResolver.pageNotFoundLogger リクエストに対してマップされたハンドラーが見つからない場合に使用する追加のロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractVersionStrategy.logger |
protected Log | ResourceUrlProvider.logger |
protected Log | AbstractResourceResolver.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractFlashMapManager.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | RequestContextAwareTag.logger サブクラスで利用可能なロガー。 |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | TilesConfigurer.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected static Log | AbstractWebSocketSession.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | ConnectionManagerSupport.logger |
protected Log | AbstractWebSocketClient.logger |
修飾子と型 | メソッドと説明 |
---|---|
static void | ExceptionWebSocketHandlerDecorator.tryCloseWithError(WebSocketSession session, ThrowableSE exception, Log logger) |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractStandardUpgradeStrategy.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractHandshakeHandler.logger |
protected Log | OriginHandshakeInterceptor.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractXhrTransport.logger |
protected Log | AbstractClientSockJsSession.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractSockJsService.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | AbstractTransportHandler.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected static Log | AbstractSockJsSession.disconnectedClientLogger クライアントが去った後、ネットワーク IO 障害で使用する別のロガー。 |
protected Log | AbstractSockJsSession.logger |
修飾子と型 | フィールドと説明 |
---|---|
protected Log | CookieGenerator.logger |