- waitForAll(Collection, long) - クラス org.springframework.scheduling.commonj. WorkManagerTaskExecutor のメソッド
-
使用すべきではありません。
- waitForAny(Collection, long) - クラス org.springframework.scheduling.commonj. WorkManagerTaskExecutor のメソッド
-
使用すべきではありません。
- WAR_URL_PREFIX - クラス org.springframework.util. ResourceUtils の静的変数
-
Tomcat の war ファイルからロードするための URL プレフィックス: 「war:」。
- WAR_URL_SEPARATOR - クラス org.springframework.util. ResourceUtils の静的変数
-
Tomcat の WAR URL と jar パーツ間の特別な区切り文字。
- warn(Object) - クラス org.apache.commons.logging.impl. NoOpLog のメソッド
- warn(Object, Throwable) - クラス org.apache.commons.logging.impl. NoOpLog のメソッド
- warn(Object) - インターフェース org.apache.commons.logging. Log のメソッド
-
警告ログレベルでメッセージを記録します。
- warn(Object, Throwable) - インターフェース org.apache.commons.logging. Log のメソッド
-
警告ログレベルでエラーを記録します。
- warn(CharSequence) - クラス org.springframework.core.log. LogAccessor のメソッド
-
警告ログレベルでメッセージを記録します。
- warn(Throwable, CharSequence) - クラス org.springframework.core.log. LogAccessor のメソッド
-
警告ログレベルでエラーを記録します。
- warn(Supplier<? extends CharSequence>) - クラス org.springframework.core.log. LogAccessor のメソッド
-
警告ログレベルでメッセージを記録します。
- warn(Throwable, Supplier<? extends CharSequence>) - クラス org.springframework.core.log. LogAccessor のメソッド
-
警告ログレベルでエラーを記録します。
- warning(Problem) - クラス org.springframework.beans.factory.parsing. FailFastProblemReporter のメソッド
-
- warning(Problem) - インターフェース org.springframework.beans.factory.parsing. ProblemReporter のメソッド
-
解析プロセス中に警告が発生したときに呼び出されます。
- warning(String, Object) - クラス org.springframework.beans.factory.parsing. ReaderContext のメソッド
-
重大ではない警告を発します。
- warning(String, Object, Throwable) - クラス org.springframework.beans.factory.parsing. ReaderContext のメソッド
-
重大ではない警告を発します。
- warning(String, Object, ParseState) - クラス org.springframework.beans.factory.parsing. ReaderContext のメソッド
-
重大ではない警告を発します。
- warning(String, Object, ParseState, Throwable) - クラス org.springframework.beans.factory.parsing. ReaderContext のメソッド
-
重大ではない警告を発します。
- WARNING - クラス org.springframework.http. HttpHeaders の静的変数
-
HTTP Warning
ヘッダーフィールド名。
- warning(SAXParseException) - クラス org.springframework.util.xml. SimpleSaxErrorHandler のメソッド
- warning(TransformerException) - クラス org.springframework.util.xml. SimpleTransformErrorListener のメソッド
- wasCleared() - クラス org.springframework.web.servlet. ModelAndView のメソッド
-
- wasDataUpdated() - 例外 org.springframework.dao. IncorrectUpdateSemanticsDataAccessException のメソッド
-
データが更新されたかどうかを返します。
- wasDataUpdated() - 例外 org.springframework.jdbc. JdbcUpdateAffectedIncorrectNumberOfRowsException のメソッド
- wasFailure() - クラス org.springframework.web.context.support. RequestHandledEvent のメソッド
-
リクエストが失敗したかどうかを返します。
- wasNull() - クラス org.springframework.jdbc.support.rowset. ResultSetWrappingSqlRowSet のメソッド
- wasNull() - インターフェース org.springframework.jdbc.support.rowset. SqlRowSet のメソッド
-
最後に読み取られた列の値が SQL NULL
であったかどうかを報告します。
- WeavingTransformer - org.springframework.instrument.classloading のクラス
-
ClassFileTransformer ベースのウィーバー。トランスフォーマーのリストをクラスバイト配列に適用できます。
- WeavingTransformer(ClassLoader) - クラス org.springframework.instrument.classloading. WeavingTransformer のコンストラクター
-
指定されたクラスローダーの新しい WeavingTransformer を作成します。
- WEB_APP_ROOT_KEY_PARAM - クラス org.springframework.web.util. WebUtils の静的変数
-
サーブレットコンテキストレベルの Web アプリのルートキーパラメーター(つまり
- WEB_APPLICATION_CONTEXT_ATTRIBUTE - クラス org.springframework.web.servlet. DispatcherServlet の静的変数
-
現在の Web アプリケーションコンテキストを保持するリクエスト属性。
- WEB_APPLICATION_CONTEXT_ATTRIBUTE - クラス org.springframework.web.servlet.support. RequestContext の静的変数
-
RequestContext を使用するための現在の Web アプリケーションコンテキストを保持するリクエスト属性。
- WEB_APPLICATION_CONTEXT_VARIABLE_NAME - クラス org.springframework.web.jsf.el. WebApplicationContextFacesELResolver の静的変数
-
公開された WebApplicationContext 変数の名前: 「webApplicationContext」。
- WEB_ASYNC_MANAGER_ATTRIBUTE - クラス org.springframework.web.context.request.async. WebAsyncUtils の静的変数
-
- WEB_HANDLER_BEAN_NAME - クラス org.springframework.web.server.adapter. WebHttpHandlerBuilder の静的変数
-
Bean ファクトリのターゲット WebHandler の既知の名前。
- WEB_SESSION_MANAGER_BEAN_NAME - クラス org.springframework.web.server.adapter. WebHttpHandlerBuilder の静的変数
-
Bean ファクトリの WebSessionManager のよく知られた名前。
- WebAppConfiguration - org.springframework.test.context.web のアノテーション型
-
@WebAppConfiguration
は、統合テストのためにロードされた
ApplicationContext
が
WebApplicationContext
であることを宣言するために使用されるクラスレベルのアノテーションです。
- webAppContextSetup(WebApplicationContext) - クラス org.springframework.test.web.servlet.htmlunit. MockMvcWebClientBuilder の静的メソッド
-
- webAppContextSetup(WebApplicationContext, MockMvcConfigurer) - クラス org.springframework.test.web.servlet.htmlunit. MockMvcWebClientBuilder の静的メソッド
-
- webAppContextSetup(WebApplicationContext) - クラス org.springframework.test.web.servlet.htmlunit.webdriver. MockMvcHtmlUnitDriverBuilder の静的メソッド
-
- webAppContextSetup(WebApplicationContext, MockMvcConfigurer) - クラス org.springframework.test.web.servlet.htmlunit.webdriver. MockMvcHtmlUnitDriverBuilder の静的メソッド
-
- webAppContextSetup(WebApplicationContext) - クラス org.springframework.test.web.servlet.setup. MockMvcBuilders の静的メソッド
-
- WebApplicationContext - org.springframework.web.context のインターフェース
-
Web アプリケーションの構成を提供するインターフェース。
- WebApplicationContextFacesELResolver - org.springframework.web.jsf.el のクラス
-
「webApplicationContext」という変数で Spring WebApplicationContext
インスタンスを公開する特別な JSF ELResolver
。
- WebApplicationContextFacesELResolver() - クラス org.springframework.web.jsf.el. WebApplicationContextFacesELResolver のコンストラクター
- WebApplicationContextUtils - org.springframework.web.context.support のクラス
-
- WebApplicationContextUtils() - クラス org.springframework.web.context.support. WebApplicationContextUtils のコンストラクター
- WebApplicationInitializer - org.springframework.web のインターフェース
-
従来の
web.xml
ベースのアプローチとは対照的に(またはおそらくこれと組み合わせて)、
ServletContext
EE をプログラムで構成するために Servlet 3.0+ 環境に実装されるインターフェース。
- WebApplicationObjectSupport - org.springframework.web.context.support のクラス
-
- WebApplicationObjectSupport() - クラス org.springframework.web.context.support. WebApplicationObjectSupport のコンストラクター
- WebAppRootListener - org.springframework.web.util のクラス
-
システムプロパティを Web アプリケーションのルートディレクトリに設定するリスナー。
- WebAppRootListener() - クラス org.springframework.web.util. WebAppRootListener のコンストラクター
- WebArgumentResolver - org.springframework.web.bind.support のインターフェース
-
特定のハンドラーメソッドパラメーターのカスタム引数を解決するための SPI。
- WebAsyncManager - org.springframework.web.context.request.async のクラス
-
非同期リクエスト処理を管理するための中心的なクラス。主に SPI を目的としており、通常アプリケーションクラスによって直接使用されることはありません。
- WebAsyncTask <V> - org.springframework.web.context.request.async のクラス
-
- WebAsyncTask(Callable<V>) - クラス org.springframework.web.context.request.async. WebAsyncTask のコンストラクター
-
- WebAsyncTask(long, Callable<V>) - クラス org.springframework.web.context.request.async. WebAsyncTask のコンストラクター
-
- WebAsyncTask(Long, String, Callable<V>) - クラス org.springframework.web.context.request.async. WebAsyncTask のコンストラクター
-
タイムアウト値、エグゼキュータ名、
Callable
SE を使用して
WebAsyncTask
を作成します。
- WebAsyncTask(Long, AsyncTaskExecutor, Callable<V>) - クラス org.springframework.web.context.request.async. WebAsyncTask のコンストラクター
-
タイムアウト値、executor インスタンス、および Callable を使用して WebAsyncTask
を作成します。
- WebAsyncUtils - org.springframework.web.context.request.async のクラス
-
非同期 Web リクエストの処理に関連するユーティリティメソッド。
- WebAsyncUtils() - クラス org.springframework.web.context.request.async. WebAsyncUtils のコンストラクター
- WebBindingInitializer - org.springframework.web.bind.support のインターフェース
-
特定の Web リクエストのコンテキストでデータバインディングを実行するために
WebDataBinder
を初期化するためのコールバックインターフェース。
- WebClient - org.springframework.web.reactive.function.client のインターフェース
-
HTTP リクエストを実行するノンブロッキングのリアクティブクライアント。Reactor や Netty などの基盤となる HTTP クライアントライブラリ上で流れるようなリアクティブ API を公開します。
- WebClient.Builder - org.springframework.web.reactive.function.client のインターフェース
-
- WebClient.RequestBodySpec - org.springframework.web.reactive.function.client のインターフェース
-
交換に至るまでのリクエストヘッダーと本文を指定するための契約。
- WebClient.RequestBodyUriSpec - org.springframework.web.reactive.function.client のインターフェース
-
リクエストのリクエストヘッダー、本文、URI を指定するための契約。
- WebClient.RequestHeadersSpec< S extends WebClient.RequestHeadersSpec < S >> - org.springframework.web.reactive.function.client のインターフェース
-
交換に至るまでのリクエストヘッダーを指定するための契約。
- WebClient.RequestHeadersUriSpec< S extends WebClient.RequestHeadersSpec < S >> - org.springframework.web.reactive.function.client のインターフェース
-
リクエストのリクエストヘッダーと URI を指定するための契約。
- WebClient.ResponseSpec - org.springframework.web.reactive.function.client のインターフェース
-
交換後のレスポンス操作を指定するための契約。
- WebClient.UriSpec< S extends WebClient.RequestHeadersSpec <?>> - org.springframework.web.reactive.function.client のインターフェース
-
リクエストの URI を指定するための契約。
- WebClientException - org.springframework.web.reactive.function.client の例外
-
- WebClientException(String) - クラス org.springframework.web.reactive.function.client. WebClientException の例外
-
指定されたメッセージを使用して、WebClientException
の新しいインスタンスを作成します。
- WebClientException(String, Throwable) - クラス org.springframework.web.reactive.function.client. WebClientException の例外
-
指定されたメッセージと例外を使用して、WebClientException
の新しいインスタンスを構築します。
- WebClientResponseException - org.springframework.web.reactive.function.client の例外
-
実際の HTTP レスポンスデータを含む例外。
- WebClientResponseException(int, String, HttpHeaders, byte[], Charset) - クラス org.springframework.web.reactive.function.client. WebClientResponseException の例外
-
レスポンスデータのみを含むコンストラクター、およびデフォルトメッセージ。
- WebClientResponseException(int, String, HttpHeaders, byte[], Charset, HttpRequest) - クラス org.springframework.web.reactive.function.client. WebClientResponseException の例外
-
レスポンスデータのみを含むコンストラクター、およびデフォルトメッセージ。
- WebClientResponseException(String, int, String, HttpHeaders, byte[], Charset) - クラス org.springframework.web.reactive.function.client. WebClientResponseException の例外
-
準備されたメッセージを持つコンストラクター。
- WebClientResponseException(String, int, String, HttpHeaders, byte[], Charset, HttpRequest) - クラス org.springframework.web.reactive.function.client. WebClientResponseException の例外
-
準備されたメッセージを持つコンストラクター。
- WebClientResponseException.BadGateway - org.springframework.web.reactive.function.client の例外
-
- WebClientResponseException.BadRequest - org.springframework.web.reactive.function.client の例外
-
- WebClientResponseException.Conflict - org.springframework.web.reactive.function.client の例外
-
- WebClientResponseException.Forbidden - org.springframework.web.reactive.function.client の例外
-
- WebClientResponseException.GatewayTimeout - org.springframework.web.reactive.function.client の例外
-
- WebClientResponseException.Gone - org.springframework.web.reactive.function.client の例外
-
- WebClientResponseException.InternalServerError - org.springframework.web.reactive.function.client の例外
-
- WebClientResponseException.MethodNotAllowed - org.springframework.web.reactive.function.client の例外
-
- WebClientResponseException.NotAcceptable - org.springframework.web.reactive.function.client の例外
-
- WebClientResponseException.NotFound - org.springframework.web.reactive.function.client の例外
-
- WebClientResponseException.NotImplemented - org.springframework.web.reactive.function.client の例外
-
- WebClientResponseException.ServiceUnavailable - org.springframework.web.reactive.function.client の例外
-
- WebClientResponseException.TooManyRequests - org.springframework.web.reactive.function.client の例外
-
- WebClientResponseException.Unauthorized - org.springframework.web.reactive.function.client の例外
-
- WebClientResponseException.UnprocessableEntity - org.springframework.web.reactive.function.client の例外
-
- WebClientResponseException.UnsupportedMediaType - org.springframework.web.reactive.function.client の例外
-
- WebConnectionHtmlUnitDriver - org.springframework.test.web.servlet.htmlunit.webdriver のクラス
-
WebConnectionHtmlUnitDriver
は、HtmlUnitDriver
インスタンスの WebConnection
の構成を有効にします。
- WebConnectionHtmlUnitDriver() - クラス org.springframework.test.web.servlet.htmlunit.webdriver. WebConnectionHtmlUnitDriver のコンストラクター
- WebConnectionHtmlUnitDriver(BrowserVersion) - クラス org.springframework.test.web.servlet.htmlunit.webdriver. WebConnectionHtmlUnitDriver のコンストラクター
- WebConnectionHtmlUnitDriver(boolean) - クラス org.springframework.test.web.servlet.htmlunit.webdriver. WebConnectionHtmlUnitDriver のコンストラクター
- WebConnectionHtmlUnitDriver(Capabilities) - クラス org.springframework.test.web.servlet.htmlunit.webdriver. WebConnectionHtmlUnitDriver のコンストラクター
- WebContentGenerator - org.springframework.web.servlet.support のクラス
-
- WebContentGenerator() - クラス org.springframework.web.servlet.support. WebContentGenerator のコンストラクター
-
HTTP メソッド GET、HEAD、POST をデフォルトでサポートする新しい WebContentGenerator を作成します。
- WebContentGenerator(boolean) - クラス org.springframework.web.servlet.support. WebContentGenerator のコンストラクター
-
新しい WebContentGenerator を作成します。
- WebContentGenerator(String...) - クラス org.springframework.web.servlet.support. WebContentGenerator のコンストラクター
-
新しい WebContentGenerator を作成します。
- WebContentInterceptor - org.springframework.web.servlet.mvc のクラス
-
リクエストをチェックしてレスポンスを準備するハンドラーインターセプタ。
- WebContentInterceptor() - クラス org.springframework.web.servlet.mvc. WebContentInterceptor のコンストラクター
- WebDataBinder - org.springframework.web.bind のクラス
-
Web リクエストパラメーターから JavaBean オブジェクトへのデータバインディング用の特別な
DataBinder
。
- WebDataBinder(Object) - クラス org.springframework.web.bind. WebDataBinder のコンストラクター
-
デフォルトのオブジェクト名で、新しい WebDataBinder インスタンスを作成します。
- WebDataBinder(Object, String) - クラス org.springframework.web.bind. WebDataBinder のコンストラクター
-
新しい WebDataBinder インスタンスを作成します。
- WebDataBinderFactory - org.springframework.web.bind.support のインターフェース
-
- WebDelegatingSmartContextLoader - org.springframework.test.context.web のクラス
-
- WebDelegatingSmartContextLoader() - クラス org.springframework.test.context.web. WebDelegatingSmartContextLoader のコンストラクター
- WebExceptionHandler - org.springframework.web.server のインターフェース
-
Web サーバーの交換処理中に例外を処理するための契約。
- WebExchangeBindException - org.springframework.web.bind.support の例外
-
- WebExchangeBindException(MethodParameter, BindingResult) - クラス org.springframework.web.bind.support. WebExchangeBindException の例外
- WebExchangeDataBinder - org.springframework.web.bind.support のクラス
-
URL クエリパラメーターからデータバインディングを実行する、またはリクエストデータ内のデータを Java オブジェクトにバインドするための特殊な
DataBinder
。
- WebExchangeDataBinder(Object) - クラス org.springframework.web.bind.support. WebExchangeDataBinder のコンストラクター
-
デフォルトのオブジェクト名で新しいインスタンスを作成します。
- WebExchangeDataBinder(Object, String) - クラス org.springframework.web.bind.support. WebExchangeDataBinder のコンストラクター
-
新しいインスタンスを作成します。
- webFilter(WebFilter...) - インターフェース org.springframework.test.web.reactive.server. WebTestClient.MockServerSpec のメソッド
-
- webFilter(WebFilter) - インターフェース org.springframework.web.reactive.function.server. HandlerStrategies.Builder のメソッド
-
指定された Web フィルターをこのビルダーに追加します。
- WebFilter - org.springframework.web.server のインターフェース
-
セキュリティ、タイムアウトなどのクロスカッティング、アプリケーションに依存しない要件を実装するために使用される可能性のある、Web リクエストのインターセプトスタイルのチェーン処理の契約。
- WebFilterChain - org.springframework.web.server のインターフェース
-
- webFilters() - インターフェース org.springframework.web.reactive.function.server. HandlerStrategies のメソッド
-
- webFluxAdapterRegistry() - クラス org.springframework.web.reactive.config. WebFluxConfigurationSupport のメソッド
-
- WebFluxConfigurationSupport - org.springframework.web.reactive.config のクラス
-
- WebFluxConfigurationSupport() - クラス org.springframework.web.reactive.config. WebFluxConfigurationSupport のコンストラクター
- WebFluxConfigurer - org.springframework.web.reactive.config のインターフェース
-
@EnableWebFlux
を介して有効化された WebFlux アプリケーションの構成をカスタマイズするためのコールバックメソッドを定義します。
- WebFluxConfigurerComposite - org.springframework.web.reactive.config のクラス
-
- WebFluxConfigurerComposite() - クラス org.springframework.web.reactive.config. WebFluxConfigurerComposite のコンストラクター
- webFluxContentTypeResolver() - クラス org.springframework.web.reactive.config. WebFluxConfigurationSupport のメソッド
- webFluxConversionService() - クラス org.springframework.web.reactive.config. WebFluxConfigurationSupport のメソッド
-
- WebFluxResponseStatusExceptionHandler - org.springframework.web.reactive.handler のクラス
-
- WebFluxResponseStatusExceptionHandler() - クラス org.springframework.web.reactive.handler. WebFluxResponseStatusExceptionHandler のコンストラクター
- webFluxValidator() - クラス org.springframework.web.reactive.config. WebFluxConfigurationSupport のメソッド
-
たとえば、
@RequestBody
メソッドの引数を検証するために、グローバル
Validator
インスタンスを返します。
- webHandler() - クラス org.springframework.web.reactive.config. WebFluxConfigurationSupport のメソッド
- webHandler(WebHandler) - クラス org.springframework.web.server.adapter. WebHttpHandlerBuilder の静的メソッド
-
新しいビルダーインスタンスを作成する静的ファクトリメソッド。
- WebHandler - org.springframework.web.server のインターフェース
-
Web リクエストを処理する契約。
- WebHandlerDecorator - org.springframework.web.server.handler のクラス
-
- WebHandlerDecorator(WebHandler) - クラス org.springframework.web.server.handler. WebHandlerDecorator のコンストラクター
-
指定されたデリゲートの WebHandlerDecorator
を作成します。
- WebHttpHandlerBuilder - org.springframework.web.server.adapter のクラス
-
このビルダーには 2 つの目的があります。
- WebJarsResourceResolver - org.springframework.web.reactive.resource のクラス
-
チェーンに委譲してリソースを見つけ、次に WebJar JAR ファイルに含まれる一致するバージョン管理されたリソースを見つけようとする ResourceResolver
。
- WebJarsResourceResolver() - クラス org.springframework.web.reactive.resource. WebJarsResourceResolver のコンストラクター
-
デフォルトの WebJarAssetLocator
インスタンスで WebJarsResourceResolver
を作成します。
- WebJarsResourceResolver(WebJarAssetLocator) - クラス org.springframework.web.reactive.resource. WebJarsResourceResolver のコンストラクター
-
カスタム WebJarAssetLocator
インスタンスを使用して WebJarsResourceResolver
を作成します。
- WebJarsResourceResolver - org.springframework.web.servlet.resource のクラス
-
チェーンに委譲してリソースを見つけ、次に WebJar JAR ファイルに含まれる一致するバージョン管理されたリソースを見つけようとする ResourceResolver
。
- WebJarsResourceResolver() - クラス org.springframework.web.servlet.resource. WebJarsResourceResolver のコンストラクター
-
デフォルトの WebJarAssetLocator
インスタンスで WebJarsResourceResolver
を作成します。
- WebJarsResourceResolver(WebJarAssetLocator) - クラス org.springframework.web.servlet.resource. WebJarsResourceResolver のコンストラクター
-
カスタム WebJarAssetLocator
インスタンスを使用して WebJarsResourceResolver
を作成します。
- WebLogicJtaTransactionManager - org.springframework.transaction.jta のクラス
-
- WebLogicJtaTransactionManager() - クラス org.springframework.transaction.jta. WebLogicJtaTransactionManager のコンストラクター
- WebLogicLoadTimeWeaver - org.springframework.instrument.classloading.weblogic のクラス
-
- WebLogicLoadTimeWeaver() - クラス org.springframework.instrument.classloading.weblogic. WebLogicLoadTimeWeaver のコンストラクター
-
- WebLogicLoadTimeWeaver(ClassLoader) - クラス org.springframework.instrument.classloading.weblogic. WebLogicLoadTimeWeaver のコンストラクター
-
- WebLogicRequestUpgradeStrategy - org.springframework.web.socket.server.standard のクラス
-
Oracle の WebLogic の WebSocket RequestUpgradeStrategy
。
- WebLogicRequestUpgradeStrategy() - クラス org.springframework.web.socket.server.standard. WebLogicRequestUpgradeStrategy のコンストラクター
- WebMergedContextConfiguration - org.springframework.test.context.web のクラス
-
- WebMergedContextConfiguration(MergedContextConfiguration, String) - クラス org.springframework.test.context.web. WebMergedContextConfiguration のコンストラクター
-
提供された MergedContextConfiguration
からすべてのプロパティをコピーして、新しい WebMergedContextConfiguration
インスタンスを作成します。
- WebMergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<?>>>, String[], String[], String[], String, ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - クラス org.springframework.test.context.web. WebMergedContextConfiguration のコンストラクター
-
指定されたパラメーターの新しい WebMergedContextConfiguration
インスタンスを作成します。
- WebMergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<?>>>, String[], String[], String[], Set<ContextCustomizer>, String, ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - クラス org.springframework.test.context.web. WebMergedContextConfiguration のコンストラクター
-
指定されたパラメーターの新しい WebMergedContextConfiguration
インスタンスを作成します。
- WebMvcConfigurationSupport - org.springframework.web.servlet.config.annotation のクラス
-
これは、MVC Java 構成の背後にある構成を提供するメインクラスです。
- WebMvcConfigurationSupport() - クラス org.springframework.web.servlet.config.annotation. WebMvcConfigurationSupport のコンストラクター
- WebMvcConfigurer - org.springframework.web.servlet.config.annotation のインターフェース
-
@EnableWebMvc
で有効化された
Spring MVC の Java ベースの構成をカスタマイズするためのコールバックメソッドを定義します。
- WebMvcConfigurerAdapter - org.springframework.web.servlet.config.annotation のクラス
-
- WebMvcConfigurerAdapter() - クラス org.springframework.web.servlet.config.annotation. WebMvcConfigurerAdapter のコンストラクター
-
使用すべきではありません。
- WebMvcStompEndpointRegistry - org.springframework.web.socket.config.annotation のクラス
-
Spring MVC で使用するためにエンドポイントを
HandlerMapping
にマップする WebSocket エンドポイント上の STOMP のレジストリ。
- WebMvcStompEndpointRegistry(WebSocketHandler, WebSocketTransportRegistration, TaskScheduler) - クラス org.springframework.web.socket.config.annotation. WebMvcStompEndpointRegistry のコンストラクター
- WebMvcStompWebSocketEndpointRegistration - org.springframework.web.socket.config.annotation のクラス
-
WebSocket/SockJS エンドポイントを介して STOMP を構成するための抽象基本クラス。
- WebMvcStompWebSocketEndpointRegistration(String[], WebSocketHandler, TaskScheduler) - クラス org.springframework.web.socket.config.annotation. WebMvcStompWebSocketEndpointRegistration のコンストラクター
- WebRequest - org.springframework.web.context.request のインターフェース
-
Web リクエストの汎用インターフェース。
- WebRequestDataBinder - org.springframework.web.bind.support のクラス
-
マルチパートファイルのサポートを含む、Web リクエストパラメーターから JavaBeans へのデータバインディングを実行する特別な
DataBinder
。
- WebRequestDataBinder(Object) - クラス org.springframework.web.bind.support. WebRequestDataBinder のコンストラクター
-
デフォルトのオブジェクト名で、新しい WebRequestDataBinder インスタンスを作成します。
- WebRequestDataBinder(Object, String) - クラス org.springframework.web.bind.support. WebRequestDataBinder のコンストラクター
-
新しい WebRequestDataBinder インスタンスを作成します。
- WebRequestHandlerInterceptorAdapter - org.springframework.web.servlet.handler のクラス
-
サーブレット HandlerInterceptor インターフェースを実装し、基礎となる WebRequestInterceptor をラップするアダプター。
- WebRequestHandlerInterceptorAdapter(WebRequestInterceptor) - クラス org.springframework.web.servlet.handler. WebRequestHandlerInterceptorAdapter のコンストラクター
-
指定された WebRequestInterceptor の新しい WebRequestHandlerInterceptorAdapter を作成します。
- WebRequestInterceptor - org.springframework.web.context.request のインターフェース
-
一般的な Web リクエストのインターセプトのためのインターフェース。
- WebRequestMatcher - org.springframework.test.web.servlet.htmlunit のインターフェース
-
WebRequest
で照合するための戦略。
- WebSession - org.springframework.web.server のインターフェース
-
HTTP リクエスト全体でセッション属性へのアクセスを提供するサーバー側セッションを使用するための主な契約。
- WebSessionIdResolver - org.springframework.web.server.session のインターフェース
-
セッション ID 解決戦略の契約。
- webSessionManager(WebSessionManager) - インターフェース org.springframework.test.web.reactive.server. WebTestClient.MockServerSpec のメソッド
-
モックサーバーのセッションマネージャーインスタンスを提供します。
- WebSessionManager - org.springframework.web.server.session のインターフェース
-
- WebSessionMethodArgumentResolver - org.springframework.web.reactive.result.method.annotation のクラス
-
- WebSessionMethodArgumentResolver(ReactiveAdapterRegistry) - クラス org.springframework.web.reactive.result.method.annotation. WebSessionMethodArgumentResolver のコンストラクター
- WebSessionStore - org.springframework.web.server.session のインターフェース
-
- WebSocketAnnotationMethodMessageHandler - org.springframework.web.socket.messaging のクラス
-
- WebSocketAnnotationMethodMessageHandler(SubscribableChannel, MessageChannel, SimpMessageSendingOperations) - クラス org.springframework.web.socket.messaging. WebSocketAnnotationMethodMessageHandler のコンストラクター
- WebSocketClient - org.springframework.web.reactive.socket.client のインターフェース
-
WebSocket セッションのリアクティブスタイル処理の契約。
- WebSocketClient - org.springframework.web.socket.client のインターフェース
-
WebSocket リクエストを開始するための契約。
- WebSocketClientSockJsSession - org.springframework.web.socket.sockjs.client のクラス
-
- WebSocketClientSockJsSession(TransportRequest, WebSocketHandler, SettableListenableFuture<WebSocketSession>) - クラス org.springframework.web.socket.sockjs.client. WebSocketClientSockJsSession のコンストラクター
- WebSocketConfigurationSupport - org.springframework.web.socket.config.annotation のクラス
-
WebSocket リクエスト処理の構成サポート。
- WebSocketConfigurationSupport() - クラス org.springframework.web.socket.config.annotation. WebSocketConfigurationSupport のコンストラクター
- WebSocketConfigurer - org.springframework.web.socket.config.annotation のインターフェース
-
- WebSocketConnection(WebsocketInbound, WebsocketOutbound) - クラス org.springframework.web.reactive.socket.adapter. ReactorNettyWebSocketSession.WebSocketConnection のコンストラクター
- WebSocketConnectionManager - org.springframework.web.socket.client のクラス
-
- WebSocketConnectionManager(WebSocketClient, WebSocketHandler, String, Object...) - クラス org.springframework.web.socket.client. WebSocketConnectionManager のコンストラクター
- WebSocketContainerFactoryBean - org.springframework.web.socket.client.standard のクラス
-
- WebSocketContainerFactoryBean() - クラス org.springframework.web.socket.client.standard. WebSocketContainerFactoryBean のコンストラクター
- WebSocketExtension - org.springframework.web.socket のクラス
-
RFC 6455 で定義されている WebSocket 拡張を表します。
- WebSocketExtension(String) - クラス org.springframework.web.socket. WebSocketExtension のコンストラクター
-
指定された名前で WebSocketExtension を作成します。
- WebSocketExtension(String, Map<String, String>) - クラス org.springframework.web.socket. WebSocketExtension のコンストラクター
-
指定された名前とパラメーターで WebSocketExtension を作成します。
- WebSocketHandler - org.springframework.web.reactive.socket のインターフェース
-
WebSocket セッションのハンドラー。
- WebSocketHandler - org.springframework.web.socket のインターフェース
-
WebSocket メッセージおよびライフサイクルイベントのハンドラー。
- WebSocketHandlerAdapter - org.springframework.web.reactive.socket.server.support のクラス
-
- WebSocketHandlerAdapter() - クラス org.springframework.web.reactive.socket.server.support. WebSocketHandlerAdapter のコンストラクター
-
- WebSocketHandlerAdapter(WebSocketService) - クラス org.springframework.web.reactive.socket.server.support. WebSocketHandlerAdapter のコンストラクター
-
- WebSocketHandlerDecorator - org.springframework.web.socket.handler のクラス
-
- WebSocketHandlerDecorator(WebSocketHandler) - クラス org.springframework.web.socket.handler. WebSocketHandlerDecorator のコンストラクター
- WebSocketHandlerDecoratorFactory - org.springframework.web.socket.handler のインターフェース
-
WebSocketHandler にデコレーターを適用するためのファクトリ。
- webSocketHandlerMapping() - クラス org.springframework.web.socket.config.annotation. WebSocketConfigurationSupport のメソッド
- WebSocketHandlerMapping - org.springframework.web.socket.server.support のクラス
-
- WebSocketHandlerMapping() - クラス org.springframework.web.socket.server.support. WebSocketHandlerMapping のコンストラクター
- WebSocketHandlerRegistration - org.springframework.web.socket.config.annotation のインターフェース
-
WebSocket ハンドラーを構成するためのメソッドを提供します。
- WebSocketHandlerRegistry - org.springframework.web.socket.config.annotation のインターフェース
-
- WebSocketHttpHeaders - org.springframework.web.socket のクラス
-
WebSocket 仕様 RFC 6455 で定義された HTTP ヘッダーのサポートを追加する
HttpHeaders
バリアント。
- WebSocketHttpHeaders() - クラス org.springframework.web.socket. WebSocketHttpHeaders のコンストラクター
-
新しいインスタンスを作成します。
- WebSocketHttpHeaders(HttpHeaders) - クラス org.springframework.web.socket. WebSocketHttpHeaders のコンストラクター
-
指定された既存の HttpHeaders をラップするインスタンスを作成し、それにすべての変更を伝播します。
- WebSocketHttpRequestHandler - org.springframework.web.socket.server.support のクラス
-
- WebSocketHttpRequestHandler(WebSocketHandler) - クラス org.springframework.web.socket.server.support. WebSocketHttpRequestHandler のコンストラクター
- WebSocketHttpRequestHandler(WebSocketHandler, HandshakeHandler) - クラス org.springframework.web.socket.server.support. WebSocketHttpRequestHandler のコンストラクター
- WebSocketMessage - org.springframework.web.reactive.socket のクラス
-
WebSocket メッセージの表現。
- WebSocketMessage(WebSocketMessage.Type, DataBuffer) - クラス org.springframework.web.reactive.socket. WebSocketMessage のコンストラクター
-
WebSocketMessage のコンストラクター。
- WebSocketMessage <T> - org.springframework.web.socket のインターフェース
-
WebSocket 接続で処理または送信できるメッセージ。
- WebSocketMessage.Type - org.springframework.web.reactive.socket の列挙
-
WebSocket メッセージタイプ。
- WebSocketMessageBrokerConfigurationSupport - org.springframework.web.socket.config.annotation のクラス
-
- WebSocketMessageBrokerConfigurationSupport() - クラス org.springframework.web.socket.config.annotation. WebSocketMessageBrokerConfigurationSupport のコンストラクター
- WebSocketMessageBrokerConfigurer - org.springframework.web.socket.config.annotation のインターフェース
-
シンプルなメッセージングプロトコル(例:
- webSocketMessageBrokerStats() - クラス org.springframework.web.socket.config.annotation. WebSocketMessageBrokerConfigurationSupport のメソッド
- WebSocketMessageBrokerStats - org.springframework.web.socket.config のクラス
-
Java 構成の @EnableWebSocketMessageBroker
と XML の <websocket:message-broker>
に付属するセットアップの主要インフラストラクチャコンポーネントから内部状態とカウンタに関する情報を集約するための主要クラス。
- WebSocketMessageBrokerStats() - クラス org.springframework.web.socket.config. WebSocketMessageBrokerStats のコンストラクター
- WebSocketNamespaceHandler - org.springframework.web.socket.config のクラス
-
- WebSocketNamespaceHandler() - クラス org.springframework.web.socket.config. WebSocketNamespaceHandler のコンストラクター
- webSocketScopeConfigurer() - クラス org.springframework.web.socket.config.annotation. WebSocketMessageBrokerConfigurationSupport の静的メソッド
- WebSocketServerSockJsSession - org.springframework.web.socket.sockjs.transport.session のクラス
-
WebSocket トランスポートで使用する SockJS セッション。
- WebSocketServerSockJsSession(String, SockJsServiceConfig, WebSocketHandler, Map<String, Object>) - クラス org.springframework.web.socket.sockjs.transport.session. WebSocketServerSockJsSession のコンストラクター
- WebSocketService - org.springframework.web.reactive.socket.server のインターフェース
-
WebSocket 関連の HTTP リクエストを委譲するサービス。
- WebSocketSession - org.springframework.web.reactive.socket のインターフェース
-
WebSocket セッションを表します。
- WebSocketSession - org.springframework.web.socket のインターフェース
-
WebSocket セッションの抽象化。
- WebSocketSessionDecorator - org.springframework.web.socket.handler のクラス
-
- WebSocketSessionDecorator(WebSocketSession) - クラス org.springframework.web.socket.handler. WebSocketSessionDecorator のコンストラクター
- WebSocketStompClient - org.springframework.web.socket.messaging のクラス
-
- WebSocketStompClient(WebSocketClient) - クラス org.springframework.web.socket.messaging. WebSocketStompClient のコンストラクター
-
クラスコンストラクター。
- WebSocketToJettyExtensionConfigAdapter - org.springframework.web.socket.adapter.jetty のクラス
-
- WebSocketToJettyExtensionConfigAdapter(WebSocketExtension) - クラス org.springframework.web.socket.adapter.jetty. WebSocketToJettyExtensionConfigAdapter のコンストラクター
- WebSocketToStandardExtensionAdapter - org.springframework.web.socket.adapter.standard のクラス
-
- WebSocketToStandardExtensionAdapter(WebSocketExtension) - クラス org.springframework.web.socket.adapter.standard. WebSocketToStandardExtensionAdapter のコンストラクター
- WebSocketTransport - org.springframework.web.socket.sockjs.client のクラス
-
- WebSocketTransport(WebSocketClient) - クラス org.springframework.web.socket.sockjs.client. WebSocketTransport のコンストラクター
- WebSocketTransportHandler - org.springframework.web.socket.sockjs.transport.handler のクラス
-
- WebSocketTransportHandler(HandshakeHandler) - クラス org.springframework.web.socket.sockjs.transport.handler. WebSocketTransportHandler のコンストラクター
- WebSocketTransportRegistration - org.springframework.web.socket.config.annotation のクラス
-
WebSocket クライアントから送受信されるメッセージの処理を構成します。
- WebSocketTransportRegistration() - クラス org.springframework.web.socket.config.annotation. WebSocketTransportRegistration のコンストラクター
- WebSphereDataSourceAdapter - org.springframework.jdbc.datasource のクラス
-
すべての呼び出しを WebSphere ターゲット
DataSource
SE に委譲する
DataSource
SE 実装。通常、JNDI から取得され、現在の分離レベルや現在のユーザー資格情報を、そこから取得されるすべての接続に適用します。
- WebSphereDataSourceAdapter() - クラス org.springframework.jdbc.datasource. WebSphereDataSourceAdapter のコンストラクター
-
このコンストラクターは WebSphere JDBC 接続仕様 API を取得するため、リフレクションを使用して特定の WebSphere 接続を取得できます。
- WebSphereLoadTimeWeaver - org.springframework.instrument.classloading.websphere のクラス
-
- WebSphereLoadTimeWeaver() - クラス org.springframework.instrument.classloading.websphere. WebSphereLoadTimeWeaver のコンストラクター
-
- WebSphereLoadTimeWeaver(ClassLoader) - クラス org.springframework.instrument.classloading.websphere. WebSphereLoadTimeWeaver のコンストラクター
-
- WebSphereMBeanServerFactoryBean - org.springframework.jmx.support のクラス
-
- WebSphereMBeanServerFactoryBean() - クラス org.springframework.jmx.support. WebSphereMBeanServerFactoryBean のコンストラクター
- WebSphereRequestUpgradeStrategy - org.springframework.web.socket.server.standard のクラス
-
- WebSphereRequestUpgradeStrategy() - クラス org.springframework.web.socket.server.standard. WebSphereRequestUpgradeStrategy のコンストラクター
- WebSphereUowTransactionManager - org.springframework.transaction.jta のクラス
-
WebSphere の JNDI 環境から取得した、UOWManager
インスタンスに委譲する WebSphere 固有の PlatformTransactionManager 実装。
- WebSphereUowTransactionManager() - クラス org.springframework.transaction.jta. WebSphereUowTransactionManager のコンストラクター
-
新しい WebSphereUowTransactionManager を作成します。
- WebSphereUowTransactionManager(UOWManager) - クラス org.springframework.transaction.jta. WebSphereUowTransactionManager のコンストラクター
-
指定された UOWManager の新しい WebSphereUowTransactionManager を作成します。
- WebTestClient - org.springframework.test.web.reactive.server のインターフェース
-
内部で
WebClient
を使用してリクエストを実行する一方で、レスポンスを検証する流れるような API を提供する Web サーバーをテストするためのクライアント。
- WebTestClient.BodyContentSpec - org.springframework.test.web.reactive.server のインターフェース
-
レスポンス本文の内容に対する期待の仕様。
- WebTestClient.BodySpec< B , S extends WebTestClient.BodySpec < B , S >> - org.springframework.test.web.reactive.server のインターフェース
-
単一のオブジェクトにデコードされたレスポンス本文に対する期待の仕様。
- WebTestClient.Builder - org.springframework.test.web.reactive.server のインターフェース
-
- WebTestClient.ControllerSpec - org.springframework.test.web.reactive.server のインターフェース
-
- WebTestClient.ListBodySpec <E> - org.springframework.test.web.reactive.server のインターフェース
-
リストにデコードされたレスポンス本文に対する期待の仕様。
- WebTestClient.MockServerSpec< B extends WebTestClient.MockServerSpec < B >> - org.springframework.test.web.reactive.server のインターフェース
-
サーバーなしでテストをセットアップするための基本仕様。
- WebTestClient.RequestBodySpec - org.springframework.test.web.reactive.server のインターフェース
-
リクエストの本文を提供するための仕様。
- WebTestClient.RequestBodyUriSpec - org.springframework.test.web.reactive.server のインターフェース
-
リクエストの本文と URI を提供するための仕様。
- WebTestClient.RequestHeadersSpec< S extends WebTestClient.RequestHeadersSpec < S >> - org.springframework.test.web.reactive.server のインターフェース
-
リクエストヘッダーを追加し、交換を実行するための仕様。
- WebTestClient.RequestHeadersUriSpec< S extends WebTestClient.RequestHeadersSpec < S >> - org.springframework.test.web.reactive.server のインターフェース
-
リクエストヘッダーとリクエストの URI を提供するための仕様。
- WebTestClient.ResponseSpec - org.springframework.test.web.reactive.server のインターフェース
-
アサーションをレスポンスに適用するための連鎖 API。
- WebTestClient.RouterFunctionSpec - org.springframework.test.web.reactive.server のインターフェース
-
ルーター関数の構成をカスタマイズするための仕様。
- WebTestClient.UriSpec< S extends WebTestClient.RequestHeadersSpec <?>> - org.springframework.test.web.reactive.server のインターフェース
-
リクエストの URI を提供するための仕様。
- WEBTESTCLIENT_REQUEST_ID - インターフェース org.springframework.test.web.reactive.server. WebTestClient の静的変数
-
WebTestClient
を介して実行されるすべてのリクエストに一意の ID を割り当てるために使用されるリクエストヘッダーの名前。
- WebTestClientConfigurer - org.springframework.test.web.reactive.server のインターフェース
-
- WebTestContextBootstrapper - org.springframework.test.context.web のクラス
-
- WebTestContextBootstrapper() - クラス org.springframework.test.context.web. WebTestContextBootstrapper のコンストラクター
- WebUtils - org.springframework.web.util のクラス
-
Web アプリケーション用のその他のユーティリティ。
- WebUtils() - クラス org.springframework.web.util. WebUtils のコンストラクター
- WILDCARD_BOUND - クラス org.springframework.asm. TypePath の静的変数
-
ワイルドカードタイプの境界にステップインするタイプパスステップ。
- WILDCARD_TYPE - クラス org.springframework.util. MimeType の静的変数
- willDecode(M) - クラス org.springframework.web.socket.adapter.standard. ConvertingEncoderDecoderSupport のメソッド
-
特定のメッセージをデコードできるかどうかを判断します。
- with(RequestPostProcessor) - インターフェース org.springframework.test.web.servlet.request. ConfigurableSmartRequestBuilder のメソッド
-
指定された RequestPostProcessor
を追加します。
- with(RequestPostProcessor) - クラス org.springframework.test.web.servlet.request. MockHttpServletRequestBuilder のメソッド
-
- with(String, T) - インターフェース org.springframework.web.reactive.function. BodyInserters.FormInserter のメソッド
-
指定されたキーと値のペアをフォームに追加します。
- with(MultiValueMap<String, T>) - インターフェース org.springframework.web.reactive.function. BodyInserters.FormInserter のメソッド
-
指定した値をフォームに追加します。
- withAfterClasses(Statement) - クラス org.springframework.test.context.junit4. SpringJUnit4ClassRunner のメソッド
-
親実装によって返された
Statement
を
RunAfterTestClassCallbacks
ステートメントでラップし、デフォルトの JUnit 機能を保持しながら、
Spring TestContext フレームワークのサポートを追加します。
- withAfters(FrameworkMethod, Object, Statement) - クラス org.springframework.test.context.junit4. SpringJUnit4ClassRunner のメソッド
-
親実装によって返された
Statement
を
RunAfterTestMethodCallbacks
ステートメントでラップします。これにより、Spring TestContext フレームワークのサポートを追加しながら、デフォルトの機能を保持します。
- withAfterTestExecutionCallbacks(FrameworkMethod, Object, Statement) - クラス org.springframework.test.context.junit4. SpringJUnit4ClassRunner のメソッド
-
提供された
Statement
を
RunAfterTestExecutionCallbacks
ステートメントでラップし、Spring TestContext フレームワークのサポートを追加しながら、デフォルトの機能を保持します。
- withBadRequest() - クラス org.springframework.test.web.client.response. MockRestResponseCreators の静的メソッド
-
400 レスポンスの ResponseCreator
(BAD_REQUEST)。
- withBeforeClasses(Statement) - クラス org.springframework.test.context.junit4. SpringJUnit4ClassRunner のメソッド
-
親実装によって返された
Statement
を
RunBeforeTestClassCallbacks
ステートメントでラップし、デフォルトの JUnit 機能を保持しながら、Spring TestContext フレームワークのサポートを追加します。
- withBefores(FrameworkMethod, Object, Statement) - クラス org.springframework.test.context.junit4. SpringJUnit4ClassRunner のメソッド
-
親実装によって返された
Statement
を
RunBeforeTestMethodCallbacks
ステートメントでラップします。これにより、Spring TestContext フレームワークのサポートを追加しながら、デフォルトの機能を保持します。
- withBeforeTestExecutionCallbacks(FrameworkMethod, Object, Statement) - クラス org.springframework.test.context.junit4. SpringJUnit4ClassRunner のメソッド
-
提供された
Statement
を
RunBeforeTestExecutionCallbacks
ステートメントでラップし、Spring TestContext フレームワークのサポートを追加しながら、デフォルトの機能を保持します。
- withCatalogName(String) - クラス org.springframework.jdbc.core.simple. SimpleJdbcCall のメソッド
- withCatalogName(String) - インターフェース org.springframework.jdbc.core.simple. SimpleJdbcCallOperations のメソッド
-
オプションで、ストアードプロシージャーを継続するカタログの名前を指定します。
- withCatalogName(String) - クラス org.springframework.jdbc.core.simple. SimpleJdbcInsert のメソッド
- withCatalogName(String) - インターフェース org.springframework.jdbc.core.simple. SimpleJdbcInsertOperations のメソッド
-
挿入に使用するカタログ名があれば、指定します。
- withContainingClass(Class<?>) - クラス org.springframework.core. MethodParameter のメソッド
-
指定された包含クラスを参照するこの MethodParameter
のバリアントを返します。
- withController(Class<?>) - クラス org.springframework.web.servlet.mvc.method.annotation. MvcUriComponentsBuilder のメソッド
-
- withConversionService(ConversionService) - クラス org.springframework.expression.spel.support. SimpleEvaluationContext.Builder のメソッド
-
- withCreatedEntity(URI) - クラス org.springframework.test.web.client.response. MockRestResponseCreators の静的メソッド
-
'Location' ヘッダーを持つ 201 レスポンス(作成済み)の ResponseCreator
。
- withDefaultCodecConfig(Consumer<CodecConfigurer.DefaultCodecConfig>) - インターフェース org.springframework.http.codec. CodecConfigurer.CustomCodecs のメソッド
-
- withDefaults() - インターフェース org.springframework.transaction. TransactionDefinition の静的メソッド
-
デフォルトで変更不可能な TransactionDefinition
を返します。
- withDefaults() - インターフェース org.springframework.web.reactive.function.client. ExchangeStrategies の静的メソッド
-
- withDefaults() - インターフェース org.springframework.web.reactive.function.server. HandlerStrategies の静的メソッド
-
デフォルトの初期化で新しい HandlerStrategies
を返します。
- withDelegate(WebClient) - クラス org.springframework.test.web.servlet.htmlunit. MockMvcWebClientBuilder のメソッド
-
一致しないリクエストを処理するときに、このビルダーによって
構築されたクライアントが委譲する必要がある
WebClient
を指定します。
- withDelegate(WebConnectionHtmlUnitDriver) - クラス org.springframework.test.web.servlet.htmlunit.webdriver. MockMvcHtmlUnitDriverBuilder のメソッド
-
一致しないリクエストを処理するときに、このビルダーによって
ビルドされたドライバーが委譲する
WebConnectionHtmlUnitDriver
を指定します。
- withException(IOException) - クラス org.springframework.test.web.client.response. MockRestResponseCreators の静的メソッド
-
ResponseCreator
と内部アプリケーション IOException
- withFunctionName(String) - クラス org.springframework.jdbc.core.simple. SimpleJdbcCall のメソッド
- withFunctionName(String) - インターフェース org.springframework.jdbc.core.simple. SimpleJdbcCallOperations のメソッド
-
使用するプロシージャ名を指定します。これは、ストアド関数を呼び出すことを意味します。
- withInstanceMethods() - クラス org.springframework.expression.spel.support. SimpleEvaluationContext.Builder のメソッド
-
- withMappingName(String) - クラス org.springframework.web.servlet.mvc.method.annotation. MvcUriComponentsBuilder のメソッド
-
- withMethod(Class<?>, Method, Object...) - クラス org.springframework.web.servlet.mvc.method.annotation. MvcUriComponentsBuilder のメソッド
-
- withMethodCall(Object) - クラス org.springframework.web.servlet.mvc.method.annotation. MvcUriComponentsBuilder のメソッド
-
- withMethodName(Class<?>, String, Object...) - クラス org.springframework.web.servlet.mvc.method.annotation. MvcUriComponentsBuilder のメソッド
-
- withMethodResolvers(MethodResolver...) - クラス org.springframework.expression.spel.support. SimpleEvaluationContext.Builder のメソッド
-
- withName(String) - クラス org.springframework.core.io.support. ResourcePropertySource のメソッド
-
- withNamedBinding() - クラス org.springframework.jdbc.core.simple. SimpleJdbcCall のメソッド
- withNamedBinding() - インターフェース org.springframework.jdbc.core.simple. SimpleJdbcCallOperations のメソッド
-
パラメーターを名前でバインドする必要があることを示します。
- withNoContent() - クラス org.springframework.test.web.client.response. MockRestResponseCreators の静的メソッド
-
204 レスポンスの場合は ResponseCreator
(NO_CONTENT)。
- withNonMergedAttributes() - インターフェース org.springframework.core.annotation. MergedAnnotation のメソッド
-
マージされていない属性値を公開するアノテーションの新しいビューを作成します。
- withoutProcedureColumnMetaDataAccess() - クラス org.springframework.jdbc.core.simple. SimpleJdbcCall のメソッド
- withoutProcedureColumnMetaDataAccess() - インターフェース org.springframework.jdbc.core.simple. SimpleJdbcCallOperations のメソッド
-
JDBC を介して取得したパラメーターメタデータ情報の処理をオフにします。
- withoutTableColumnMetaDataAccess() - クラス org.springframework.jdbc.core.simple. SimpleJdbcInsert のメソッド
- withoutTableColumnMetaDataAccess() - インターフェース org.springframework.jdbc.core.simple. SimpleJdbcInsertOperations のメソッド
-
JDBC を介して取得した列メタデータ情報の処理をオフにします。
- withoutTransaction() - インターフェース org.springframework.transaction.support. TransactionOperations の静的メソッド
-
- withPayload(T) - クラス org.springframework.messaging.support. MessageBuilder の静的メソッド
-
指定されたペイロードでメッセージの新しいビルダーを作成します。
- withPotentialRepeat(FrameworkMethod, Object, Statement) - クラス org.springframework.test.context.junit4. SpringJUnit4ClassRunner のメソッド
-
提供された
Statement
を
SpringRepeat
ステートメントでラップします。
- withPotentialTimeout(FrameworkMethod, Object, Statement) - クラス org.springframework.test.context.junit4. SpringJUnit4ClassRunner のメソッド
-
- withProcedureName(String) - クラス org.springframework.jdbc.core.simple. SimpleJdbcCall のメソッド
- withProcedureName(String) - インターフェース org.springframework.jdbc.core.simple. SimpleJdbcCallOperations のメソッド
-
使用するプロシージャ名を指定します。これは、ストアドプロシージャを呼び出すことを意味します。
- withProperty(String, String) - クラス org.springframework.mock.env. MockEnvironment のメソッド
-
- withProperty(String, Object) - クラス org.springframework.mock.env. MockPropertySource のメソッド
-
- withPublisher(String, P, Class<T>) - インターフェース org.springframework.web.reactive.function. BodyInserters.MultipartInserter のメソッド
-
Publisher
ベースのコンテンツを含む非同期パーツを追加します。
- withPublisher(String, P, ParameterizedTypeReference<T>) - インターフェース org.springframework.web.reactive.function. BodyInserters.MultipartInserter のメソッド
-
- withReason(String) - クラス org.springframework.web.reactive.socket. CloseStatus のメソッド
-
- withReason(String) - クラス org.springframework.web.socket. CloseStatus のメソッド
-
- withResourceName() - クラス org.springframework.core.io.support. ResourcePropertySource のメソッド
-
この
ResourcePropertySource
の潜在的に適応されたバリアントを返し、以前に指定された名前(存在する場合)を元のリソース名(名前のないコンストラクターバリアントによって生成された名前と同等)でオーバーライドします。
- withReturnValue() - クラス org.springframework.jdbc.core.simple. SimpleJdbcCall のメソッド
- withReturnValue() - インターフェース org.springframework.jdbc.core.simple. SimpleJdbcCallOperations のメソッド
-
返される結果にプロシージャの戻り値を含める必要があることを示します。
- withRootObject(Object) - クラス org.springframework.expression.spel.support. SimpleEvaluationContext.Builder のメソッド
-
解決するデフォルトのルートオブジェクトを指定します。
- withSchemaName(String) - クラス org.springframework.jdbc.core.simple. SimpleJdbcCall のメソッド
- withSchemaName(String) - インターフェース org.springframework.jdbc.core.simple. SimpleJdbcCallOperations のメソッド
-
必要に応じて、ストアドプロシージャを継続するスキーマの名前を指定します。
- withSchemaName(String) - クラス org.springframework.jdbc.core.simple. SimpleJdbcInsert のメソッド
- withSchemaName(String) - インターフェース org.springframework.jdbc.core.simple. SimpleJdbcInsertOperations のメソッド
-
挿入に使用するスキーマ名があれば、それを指定します。
- withServerError() - クラス org.springframework.test.web.client.response. MockRestResponseCreators の静的メソッド
-
500 レスポンスの ResponseCreator
(SERVER_ERROR)。
- withSockJS() - クラス org.springframework.web.socket.config.annotation. AbstractWebSocketHandlerRegistration のメソッド
- withSockJS() - インターフェース org.springframework.web.socket.config.annotation. StompWebSocketEndpointRegistration のメソッド
-
SockJS フォールバックオプションを有効にします。
- withSockJS() - クラス org.springframework.web.socket.config.annotation. WebMvcStompWebSocketEndpointRegistration のメソッド
- withSockJS() - インターフェース org.springframework.web.socket.config.annotation. WebSocketHandlerRegistration のメソッド
-
SockJS フォールバックオプションを有効にします。
- withSourceProvider(OrderComparator.OrderSourceProvider) - クラス org.springframework.core. OrderComparator のメソッド
-
指定されたソースプロバイダーを使用して、適合したオーダーコンパレーターを構築します。
- withStatus(HttpStatus) - クラス org.springframework.test.web.client.response. MockRestResponseCreators の静的メソッド
-
特定の HTTP ステータスを持つ ResponseCreator
。
- withSuccess() - クラス org.springframework.test.web.client.response. MockRestResponseCreators の静的メソッド
-
200 レスポンスの ResponseCreator
(OK)。
- withSuccess(String, MediaType) - クラス org.springframework.test.web.client.response. MockRestResponseCreators の静的メソッド
-
ストリング本体の 200 レスポンス(OK)の ResponseCreator
。
- withSuccess(byte[], MediaType) - クラス org.springframework.test.web.client.response. MockRestResponseCreators の静的メソッド
-
byte [] 本体の 200 レスポンス(OK)の ResponseCreator
。
- withSuccess(Resource, MediaType) - クラス org.springframework.test.web.client.response. MockRestResponseCreators の静的メソッド
-
Resource
ベースのボディを持つ 200 レスポンス(OK)コンテンツの
ResponseCreator
。
- withTableName(String) - クラス org.springframework.jdbc.core.simple. SimpleJdbcInsert のメソッド
- withTableName(String) - インターフェース org.springframework.jdbc.core.simple. SimpleJdbcInsertOperations のメソッド
-
挿入に使用するテーブル名を指定します。
- withTypeConverter(TypeConverter) - クラス org.springframework.expression.spel.support. SimpleEvaluationContext.Builder のメソッド
-
- withTypedRootObject(Object, TypeDescriptor) - クラス org.springframework.expression.spel.support. SimpleEvaluationContext.Builder のメソッド
-
解決する型付きルートオブジェクトを指定します。
- withTypeIndex(int) - クラス org.springframework.core. MethodParameter のメソッド
-
現在のレベルのタイプを指定された値に設定して、この MethodParameter
のバリアントを返します。
- withUnauthorizedRequest() - クラス org.springframework.test.web.client.response. MockRestResponseCreators の静的メソッド
-
401 レスポンス用の ResponseCreator
(未承認)。
- WorkManagerTaskExecutor - org.springframework.jca.work のクラス
-
- WorkManagerTaskExecutor() - クラス org.springframework.jca.work. WorkManagerTaskExecutor のコンストラクター
-
Bean スタイルの構成を想定して、新しい WorkManagerTaskExecutor を作成します。
- WorkManagerTaskExecutor(WorkManager) - クラス org.springframework.jca.work. WorkManagerTaskExecutor のコンストラクター
-
指定された WorkManager の新しい WorkManagerTaskExecutor を作成します。
- WorkManagerTaskExecutor - org.springframework.scheduling.commonj のクラス
-
- WorkManagerTaskExecutor() - クラス org.springframework.scheduling.commonj. WorkManagerTaskExecutor のコンストラクター
-
使用すべきではありません。
- wrap(Object) - インターフェース org.springframework.aop.framework.adapter. AdvisorAdapterRegistry のメソッド
-
- wrap(Object) - クラス org.springframework.aop.framework.adapter. DefaultAdvisorAdapterRegistry のメソッド
- wrap(ByteBuffer) - インターフェース org.springframework.core.io.buffer. DataBufferFactory のメソッド
-
- wrap(byte[]) - インターフェース org.springframework.core.io.buffer. DataBufferFactory のメソッド
-
指定された byte
配列を DataBuffer
でラップします。
- wrap(ByteBuffer) - クラス org.springframework.core.io.buffer. DefaultDataBufferFactory のメソッド
- wrap(byte[]) - クラス org.springframework.core.io.buffer. DefaultDataBufferFactory のメソッド
- wrap(ByteBuffer) - クラス org.springframework.core.io.buffer. NettyDataBufferFactory のメソッド
- wrap(byte[]) - クラス org.springframework.core.io.buffer. NettyDataBufferFactory のメソッド
- wrap(ByteBuf) - クラス org.springframework.core.io.buffer. NettyDataBufferFactory のメソッド
-
指定された Netty ByteBuf
を NettyDataBuffer
にラップします。
- wrap(Message<?>) - クラス org.springframework.jms.support. JmsMessageHeaderAccessor の静的メソッド
-
- wrap(RSocket, MimeType, MimeType, RSocketStrategies) - インターフェース org.springframework.messaging.rsocket. RSocketRequester の静的メソッド
-
既存の RSocket
をラップします。
- wrap(Message<?>) - クラス org.springframework.messaging.simp. SimpMessageHeaderAccessor の静的メソッド
-
指定されたメッセージのペイロードとヘッダーからインスタンスを作成します。
- wrap(Message<?>) - クラス org.springframework.messaging.simp.stomp. StompHeaderAccessor の静的メソッド
-
指定されたメッセージのペイロードとヘッダーからインスタンスを作成します。
- wrap(Object) - クラス org.springframework.validation. ObjectError のメソッド
-
- wrapCachedClass(Class) - クラス org.springframework.cglib.core. AbstractClassGenerator のメソッド
- wrapCachedClass(Class) - クラス org.springframework.cglib.proxy. Enhancer のメソッド
- wrapIfNecessary(Object, String, Object) - クラス org.springframework.aop.framework.autoproxy. AbstractAutoProxyCreator のメソッド
-
必要に応じて、指定された Bean をラップします。
- writableByteCount() - インターフェース org.springframework.core.io.buffer. DataBuffer のメソッド
-
このデータバッファに書き込むことができるバイト数を返します。
- writableByteCount() - クラス org.springframework.core.io.buffer. DataBufferWrapper のメソッド
- writableByteCount() - クラス org.springframework.core.io.buffer. DefaultDataBuffer のメソッド
- writableByteCount() - クラス org.springframework.core.io.buffer. NettyDataBuffer のメソッド
- writableChannel() - クラス org.springframework.core.io. FileSystemResource のメソッド
-
この実装は、基になるファイルの FileChannel を開きます。
- writableChannel() - クラス org.springframework.core.io. FileUrlResource のメソッド
- writableChannel() - クラス org.springframework.core.io. PathResource のメソッド
-
この実装は、基になるファイルのチャネルを開きます。
- writableChannel() - インターフェース org.springframework.core.io. WritableResource のメソッド
-
- writableHttpHeaders(HttpHeaders) - クラス org.springframework.http. HttpHeaders の静的メソッド
-
- WritableResource - org.springframework.core.io のインターフェース
-
リソースへの書き込みをサポートするリソースの拡張インターフェース。
- write(ClassWriter, byte[], int, int, int) - クラス org.springframework.asm. Attribute のメソッド
-
この属性のコンテンツのバイト配列形式を返します。
- write(EvaluationContext, Object, String, Object) - クラス org.springframework.context.expression. BeanExpressionContextAccessor のメソッド
- write(EvaluationContext, Object, String, Object) - クラス org.springframework.context.expression. BeanFactoryAccessor のメソッド
- write(EvaluationContext, Object, String, Object) - クラス org.springframework.context.expression. EnvironmentAccessor のメソッド
-
読み取り専用: 動作しません。
- write(EvaluationContext, Object, String, Object) - クラス org.springframework.context.expression. MapAccessor のメソッド
- write(byte) - インターフェース org.springframework.core.io.buffer. DataBuffer のメソッド
-
このバッファの現在の書き込み位置に 1 バイトを書き込みます。
- write(byte[]) - インターフェース org.springframework.core.io.buffer. DataBuffer のメソッド
-
このバッファの現在の書き込み位置から開始して、指定されたソースをこのバッファに書き込みます。
- write(byte[], int, int) - インターフェース org.springframework.core.io.buffer. DataBuffer のメソッド
-
このバッファの現在の書き込み位置から開始して、指定されたソースの最大 length
バイトをこのバッファに書き込みます。
- write(DataBuffer...) - インターフェース org.springframework.core.io.buffer. DataBuffer のメソッド
-
現在の書き込み位置から開始して、このバッファーに 1 つ以上の DataBuffer
を書き込みます。
- write(ByteBuffer...) - インターフェース org.springframework.core.io.buffer. DataBuffer のメソッド
-
- write(CharSequence, Charset) - インターフェース org.springframework.core.io.buffer. DataBuffer のメソッド
-
現在の書き込み位置から、指定された Charset
を使用して、指定された CharSequence
を書き込みます。
- write(Publisher<DataBuffer>, OutputStream) - クラス org.springframework.core.io.buffer. DataBufferUtils の静的メソッド
-
- write(Publisher<DataBuffer>, WritableByteChannel) - クラス org.springframework.core.io.buffer. DataBufferUtils の静的メソッド
-
DataBuffers
の指定されたストリームを指定された
WritableByteChannel
に書き込みます。
- write(Publisher<DataBuffer>, AsynchronousFileChannel) - クラス org.springframework.core.io.buffer. DataBufferUtils の静的メソッド
-
DataBuffers
の指定されたストリームを指定された
AsynchronousFileChannel
に書き込みます。
- write(Publisher<? extends DataBuffer>, AsynchronousFileChannel, long) - クラス org.springframework.core.io.buffer. DataBufferUtils の静的メソッド
-
DataBuffers
の指定されたストリームを指定された
AsynchronousFileChannel
に書き込みます。
- write(Publisher<DataBuffer>, Path, OpenOption...) - クラス org.springframework.core.io.buffer. DataBufferUtils の静的メソッド
-
- write(byte) - クラス org.springframework.core.io.buffer. DataBufferWrapper のメソッド
- write(byte[]) - クラス org.springframework.core.io.buffer. DataBufferWrapper のメソッド
- write(byte[], int, int) - クラス org.springframework.core.io.buffer. DataBufferWrapper のメソッド
- write(DataBuffer...) - クラス org.springframework.core.io.buffer. DataBufferWrapper のメソッド
- write(ByteBuffer...) - クラス org.springframework.core.io.buffer. DataBufferWrapper のメソッド
- write(CharSequence, Charset) - クラス org.springframework.core.io.buffer. DataBufferWrapper のメソッド
- write(byte) - クラス org.springframework.core.io.buffer. DefaultDataBuffer のメソッド
- write(byte[]) - クラス org.springframework.core.io.buffer. DefaultDataBuffer のメソッド
- write(byte[], int, int) - クラス org.springframework.core.io.buffer. DefaultDataBuffer のメソッド
- write(DataBuffer...) - クラス org.springframework.core.io.buffer. DefaultDataBuffer のメソッド
- write(ByteBuffer...) - クラス org.springframework.core.io.buffer. DefaultDataBuffer のメソッド
- write(byte) - クラス org.springframework.core.io.buffer. NettyDataBuffer のメソッド
- write(byte[]) - クラス org.springframework.core.io.buffer. NettyDataBuffer のメソッド
- write(byte[], int, int) - クラス org.springframework.core.io.buffer. NettyDataBuffer のメソッド
- write(DataBuffer...) - クラス org.springframework.core.io.buffer. NettyDataBuffer のメソッド
- write(ByteBuffer...) - クラス org.springframework.core.io.buffer. NettyDataBuffer のメソッド
- write(ByteBuf...) - クラス org.springframework.core.io.buffer. NettyDataBuffer のメソッド
-
現在の書き込み位置から開始して、1 つ以上の Netty ByteBufs
をこのバッファーに書き込みます。
- write(CharSequence, Charset) - クラス org.springframework.core.io.buffer. NettyDataBuffer のメソッド
- write(EvaluationContext, Object, String, Object) - インターフェース org.springframework.expression. PropertyAccessor のメソッド
-
指定されたターゲットオブジェクトのプロパティに書き込むために呼び出されます。
- write(EvaluationContext, Object, String, Object) - クラス org.springframework.expression.spel.support. ReflectivePropertyAccessor.OptimalPropertyAccessor のメソッド
- write(EvaluationContext, Object, String, Object) - クラス org.springframework.expression.spel.support. ReflectivePropertyAccessor のメソッド
- write(Publisher<? extends T>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - クラス org.springframework.http.codec. EncoderHttpMessageWriter のメソッド
- write(Publisher<? extends T>, ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - クラス org.springframework.http.codec. EncoderHttpMessageWriter のメソッド
- write(Publisher<? extends MultiValueMap<String, String>>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - クラス org.springframework.http.codec. FormHttpMessageWriter のメソッド
- write(Publisher<? extends T>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - インターフェース org.springframework.http.codec. HttpMessageWriter のメソッド
-
オブジェクトの特定のストリームを出力メッセージに書き込みます。
- write(Publisher<? extends T>, ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - インターフェース org.springframework.http.codec. HttpMessageWriter のメソッド
-
- write(Publisher<? extends MultiValueMap<String, ?>>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - クラス org.springframework.http.codec.multipart. MultipartHttpMessageWriter のメソッド
- write(Publisher<? extends Message>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - クラス org.springframework.http.codec.protobuf. ProtobufHttpMessageWriter のメソッド
- write(Publisher<? extends Resource>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - クラス org.springframework.http.codec. ResourceHttpMessageWriter のメソッド
- write(Publisher<? extends Resource>, ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - クラス org.springframework.http.codec. ResourceHttpMessageWriter のメソッド
- write(Publisher<?>, ResolvableType, MediaType, ReactiveHttpOutputMessage, Map<String, Object>) - クラス org.springframework.http.codec. ServerSentEventHttpMessageWriter のメソッド
- write(Publisher<?>, ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse, Map<String, Object>) - クラス org.springframework.http.codec. ServerSentEventHttpMessageWriter のメソッド
- write(T, Type, MediaType, HttpOutputMessage) - クラス org.springframework.http.converter. AbstractGenericHttpMessageConverter のメソッド
-
- write(T, MediaType, HttpOutputMessage) - クラス org.springframework.http.converter. AbstractHttpMessageConverter のメソッド
-
- write(BufferedImage, MediaType, HttpOutputMessage) - クラス org.springframework.http.converter. BufferedImageHttpMessageConverter のメソッド
- write(MultiValueMap<String, ?>, MediaType, HttpOutputMessage) - クラス org.springframework.http.converter. FormHttpMessageConverter のメソッド
- write(T, Type, MediaType, HttpOutputMessage) - インターフェース org.springframework.http.converter. GenericHttpMessageConverter のメソッド
-
指定されたオブジェクトを指定された出力メッセージに書き込みます。
- write(T, MediaType, HttpOutputMessage) - インターフェース org.springframework.http.converter. HttpMessageConverter のメソッド
-
指定されたオブジェクトを指定された出力メッセージに書き込みます。
- write(T, Type, MediaType, HttpOutputMessage) - クラス org.springframework.http.converter.xml. Jaxb2CollectionHttpMessageConverter のメソッド
- write(T) - クラス org.springframework.http.server.reactive. AbstractListenerWriteProcessor のメソッド
-
与えられたアイテムを書いてください。
- write(OutputStream) - クラス org.springframework.jca.cci.core.support. CommAreaRecord のメソッド
- write(int) - クラス org.springframework.mock.web. DelegatingServletOutputStream のメソッド
- write(char[], int, int) - クラス org.springframework.mock.web. MockBodyContent のメソッド
- write(char[], int, int) - クラス org.springframework.mock.web. MockJspWriter のメソッド
- write(String) - クラス org.springframework.mock.web. MockPart のメソッド
- write(char) - クラス org.springframework.util. CommonsLogWriter のメソッド
- write(char[], int, int) - クラス org.springframework.util. CommonsLogWriter のメソッド
- write(int) - クラス org.springframework.util. FastByteArrayOutputStream のメソッド
- write(byte[], int, int) - クラス org.springframework.util. FastByteArrayOutputStream のメソッド
- write(WebSocketMessage) - クラス org.springframework.web.reactive.socket.adapter. AbstractListenerWebSocketSession.WebSocketSendProcessor のメソッド
- writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - クラス org.springframework.http.client.reactive. ClientHttpRequestDecorator のメソッド
- writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - インターフェース org.springframework.http. ReactiveHttpOutputMessage のメソッド
-
Publishers
の指定された Publisher
を使用して、HttpOutputMessage の本体を基礎となる HTTP レイヤーに書き込み、各 Publisher<DataBuffer>
の後にフラッシュします。
- writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - クラス org.springframework.http.server.reactive. AbstractServerHttpResponse のメソッド
- writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - クラス org.springframework.http.server.reactive. HttpHeadResponseDecorator のメソッド
-
- writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - クラス org.springframework.http.server.reactive. ServerHttpResponseDecorator のメソッド
- writeAndFlushWith(Publisher<? extends Publisher<? extends DataBuffer>>) - クラス org.springframework.mock.http.client.reactive. MockClientHttpRequest のメソッド
- writeAndFlushWithInternal(Publisher<? extends Publisher<? extends DataBuffer>>) - クラス org.springframework.http.server.reactive. AbstractListenerServerHttpResponse のメソッド
- writeAndFlushWithInternal(Publisher<? extends Publisher<? extends DataBuffer>>) - クラス org.springframework.http.server.reactive. AbstractServerHttpResponse のメソッド
-
基本となるレスポンスに書き込み、各 Publisher<DataBuffer>
の後にフラッシュします。
- writeAndFlushWithInternal(Publisher<? extends Publisher<? extends DataBuffer>>) - クラス org.springframework.mock.http.server.reactive. MockServerHttpResponse のメソッド
- writeAttribute(String, String) - クラス org.springframework.web.servlet.tags.form. TagWriter のメソッド
-
指定された名前と値で HTML 属性を記述します。
- writeBody(Object, MethodParameter, ServerWebExchange) - クラス org.springframework.web.reactive.result.method.annotation. AbstractMessageWriterResultHandler のメソッド
-
- writeBody(Object, MethodParameter, MethodParameter, ServerWebExchange) - クラス org.springframework.web.reactive.result.method.annotation. AbstractMessageWriterResultHandler のメソッド
-
- writeBodyContent(String) - クラス org.springframework.web.servlet.tags. EscapeBodyTag のメソッド
-
エスケープされた本文コンテンツをページに書き込みます。
- writeContent(Resource, HttpOutputMessage) - クラス org.springframework.http.converter. ResourceHttpMessageConverter のメソッド
- writeContent(OutputStream, Object) - クラス org.springframework.web.servlet.view.json. AbstractJackson2View のメソッド
-
実際の JSON コンテンツをストリームに書き込みます。
- writeDefaultAttributes(TagWriter) - クラス org.springframework.web.servlet.tags.form. AbstractDataBoundFormElementTag のメソッド
-
- writeDefaultAttributes(TagWriter) - クラス org.springframework.web.servlet.tags.form. AbstractHtmlElementTag のメソッド
-
この基本クラスを介して構成されたデフォルト属性を、指定された
TagWriter
に書き込みます。
- writeFrame(SockJsFrame) - クラス org.springframework.web.socket.sockjs.transport.session. AbstractSockJsSession のメソッド
-
TransportHandler および(TransportHandler 固有の)セッションクラス内で内部的に使用します。
- writeFrame(SockJsFrame) - クラス org.springframework.web.socket.sockjs.transport.session. PollingSockJsSession のメソッド
- writeFrameInternal(SockJsFrame) - クラス org.springframework.web.socket.sockjs.transport.session. AbstractHttpSockJsSession のメソッド
- writeFrameInternal(SockJsFrame) - クラス org.springframework.web.socket.sockjs.transport.session. AbstractSockJsSession のメソッド
- writeFrameInternal(SockJsFrame) - クラス org.springframework.web.socket.sockjs.transport.session. WebSocketServerSockJsSession のメソッド
- writeInternal(T, HttpOutputMessage) - クラス org.springframework.http.converter. AbstractGenericHttpMessageConverter のメソッド
- writeInternal(T, Type, HttpOutputMessage) - クラス org.springframework.http.converter. AbstractGenericHttpMessageConverter のメソッド
-
実際の本文を書き込む抽象テンプレートメソッド。
- writeInternal(T, HttpOutputMessage) - クラス org.springframework.http.converter. AbstractHttpMessageConverter のメソッド
-
実際の本文を書き込む抽象テンプレートメソッド。
- writeInternal(byte[], HttpOutputMessage) - クラス org.springframework.http.converter. ByteArrayHttpMessageConverter のメソッド
- writeInternal(T, HttpOutputMessage) - クラス org.springframework.http.converter.feed. AbstractWireFeedHttpMessageConverter のメソッド
- writeInternal(Object, Type, HttpOutputMessage) - クラス org.springframework.http.converter.json. AbstractJackson2HttpMessageConverter のメソッド
- writeInternal(Object, Type, HttpOutputMessage) - クラス org.springframework.http.converter.json. AbstractJsonHttpMessageConverter のメソッド
- writeInternal(Object, Type, Writer) - クラス org.springframework.http.converter.json. AbstractJsonHttpMessageConverter のメソッド
-
JSON にバインドされたオブジェクトを指定された
Writer
SE に書き込むテンプレートメソッド。
- writeInternal(Object, Type, Writer) - クラス org.springframework.http.converter.json. GsonHttpMessageConverter のメソッド
- writeInternal(Object, Type, Writer) - クラス org.springframework.http.converter.json. JsonbHttpMessageConverter のメソッド
- writeInternal(Object, HttpOutputMessage) - クラス org.springframework.http.converter. ObjectToStringHttpMessageConverter のメソッド
- writeInternal(Message, HttpOutputMessage) - クラス org.springframework.http.converter.protobuf. ProtobufHttpMessageConverter のメソッド
- writeInternal(Resource, HttpOutputMessage) - クラス org.springframework.http.converter. ResourceHttpMessageConverter のメソッド
- writeInternal(Object, Type, HttpOutputMessage) - クラス org.springframework.http.converter. ResourceRegionHttpMessageConverter のメソッド
- writeInternal(String, HttpOutputMessage) - クラス org.springframework.http.converter. StringHttpMessageConverter のメソッド
- writeInternal(T, HttpOutputMessage) - クラス org.springframework.http.converter.xml. AbstractXmlHttpMessageConverter のメソッド
- writeInternal(T, HttpOutputMessage) - クラス org.springframework.http.converter.xml. SourceHttpMessageConverter のメソッド
- writeMessage(String) - クラス org.springframework.web.servlet.tags. MessageTag のメソッド
-
メッセージをページに書き込みます。
- writeOptionalAttribute(TagWriter, String, String) - クラス org.springframework.web.servlet.tags.form. AbstractFormTag のメソッド
-
オプションで、指定された属性名に指定された値を指定された
TagWriter
に書き込みます。
- writeOptionalAttributes(TagWriter) - クラス org.springframework.web.servlet.tags.form. AbstractHtmlElementTag のメソッド
-
この基本クラスを介して構成されたオプションの属性を、指定された
TagWriter
に書き込みます。
- writeOptionalAttributes(TagWriter) - クラス org.springframework.web.servlet.tags.form. AbstractHtmlInputElementTag のメソッド
-
この基本クラスで定義されている入力固有のオプション属性を追加します。
- writeOptionalAttributeValue(String, String) - クラス org.springframework.web.servlet.tags.form. TagWriter のメソッド
-
指定された値が null
または長さがゼロでない場合は、HTML 属性を記述します。
- writeOut(Writer) - クラス org.springframework.mock.web. MockBodyContent のメソッド
- writePosition() - インターフェース org.springframework.core.io.buffer. DataBuffer のメソッド
-
このバッファが書き込む位置を返します。
- writePosition(int) - インターフェース org.springframework.core.io.buffer. DataBuffer のメソッド
-
このバッファが書き込む位置を設定します。
- writePosition() - クラス org.springframework.core.io.buffer. DataBufferWrapper のメソッド
- writePosition(int) - クラス org.springframework.core.io.buffer. DataBufferWrapper のメソッド
- writePosition() - クラス org.springframework.core.io.buffer. DefaultDataBuffer のメソッド
- writePosition(int) - クラス org.springframework.core.io.buffer. DefaultDataBuffer のメソッド
- writePosition() - クラス org.springframework.core.io.buffer. NettyDataBuffer のメソッド
- writePosition(int) - クラス org.springframework.core.io.buffer. NettyDataBuffer のメソッド
- writePrefix(JsonGenerator, Object) - クラス org.springframework.http.converter.json. AbstractJackson2HttpMessageConverter のメソッド
-
メインコンテンツの前にプレフィックスを書きます。
- writePrefix(JsonGenerator, Object) - クラス org.springframework.http.converter.json. MappingJackson2HttpMessageConverter のメソッド
- writePrefix(JsonGenerator, Object) - クラス org.springframework.web.servlet.view.json. AbstractJackson2View のメソッド
-
メインコンテンツの前にプレフィックスを書きます。
- writePrefix(JsonGenerator, Object) - クラス org.springframework.web.servlet.view.json. MappingJackson2JsonView のメソッド
- writer(HttpMessageWriter<?>) - インターフェース org.springframework.http.codec. ClientCodecConfigurer.MultipartCodecs のメソッド
-
- writer(HttpMessageWriter<?>) - インターフェース org.springframework.http.codec. CodecConfigurer.CustomCodecs のメソッド
-
- writeRemoteInvocation(RemoteInvocation, OutputStream) - クラス org.springframework.remoting.httpinvoker. AbstractHttpInvokerRequestExecutor のメソッド
-
指定された RemoteInvocation を指定された OutputStream に直列化します。
- writeRemoteInvocationResult(Message, Session, RemoteInvocationResult) - クラス org.springframework.jms.remoting. JmsInvokerServiceExporter のメソッド
-
指定された RemoteInvocationResult を JMS メッセージとして発信者に送信します。
- writeRemoteInvocationResult(HttpServletRequest, HttpServletResponse, RemoteInvocationResult) - クラス org.springframework.remoting.httpinvoker. HttpInvokerServiceExporter のメソッド
-
指定された RemoteInvocationResult を指定された HTTP レスポンスに書き込みます。
- writeRemoteInvocationResult(HttpServletRequest, HttpServletResponse, RemoteInvocationResult, OutputStream) - クラス org.springframework.remoting.httpinvoker. HttpInvokerServiceExporter のメソッド
-
指定された RemoteInvocation を指定された OutputStream に直列化します。
- writeRemoteInvocationResult(HttpExchange, RemoteInvocationResult) - クラス org.springframework.remoting.httpinvoker. SimpleHttpInvokerServiceExporter のメソッド
-
使用すべきではありません。
指定された RemoteInvocationResult を指定された HTTP レスポンスに書き込みます。
- writeRemoteInvocationResult(HttpExchange, RemoteInvocationResult, OutputStream) - クラス org.springframework.remoting.httpinvoker. SimpleHttpInvokerServiceExporter のメソッド
-
使用すべきではありません。
指定された RemoteInvocation を指定された OutputStream に直列化します。
- writeReplace() - クラス org.springframework.aop.target. AbstractPrototypeBasedTargetSource のメソッド
-
直列化時にこのオブジェクトを SingletonTargetSource に置き換えます。
- writeReplace() - クラス org.springframework.beans.factory.support. DefaultListableBeanFactory のメソッド
- writeReplace() - クラス org.springframework.orm.jpa. AbstractEntityManagerFactoryBean のメソッド
- writeRequestBody(HttpInvokerClientConfiguration, HttpURLConnection, ByteArrayOutputStream) - クラス org.springframework.remoting.httpinvoker. SimpleHttpInvokerRequestExecutor のメソッド
-
指定された直列化されたリモート呼び出しをリクエスト本文として設定します。
- writeResourceRegion(ResourceRegion, HttpOutputMessage) - クラス org.springframework.http.converter. ResourceRegionHttpMessageConverter のメソッド
- writeSuffix(JsonGenerator, Object) - クラス org.springframework.http.converter.json. AbstractJackson2HttpMessageConverter のメソッド
-
メインコンテンツの後にサフィックスを記述します。
- writeSuffix(JsonGenerator, Object) - クラス org.springframework.web.servlet.view.json. AbstractJackson2View のメソッド
-
メインコンテンツの後にサフィックスを記述します。
- writeTagContent(TagWriter) - クラス org.springframework.web.servlet.tags.form. AbstractCheckedElementTag のメソッド
-
'
input
' 要素を提供された
TagWriter
に書き込み、必要に応じて 'checked' としてマークします。
- writeTagContent(TagWriter) - クラス org.springframework.web.servlet.tags.form. AbstractFormTag のメソッド
-
サブクラスはこのメソッドを実装して、タグコンテンツのレンダリングを実行する必要があります。
- writeTagContent(TagWriter) - クラス org.springframework.web.servlet.tags.form. AbstractHtmlElementBodyTag のメソッド
- writeTagContent(TagWriter) - クラス org.springframework.web.servlet.tags.form. AbstractMultiCheckedElementTag のメソッド
-
- writeTagContent(TagWriter) - クラス org.springframework.web.servlet.tags.form. AbstractSingleCheckedElementTag のメソッド
-
構成された
value
を使用して「
input(radio)
」要素をレンダリングします。
- writeTagContent(TagWriter) - クラス org.springframework.web.servlet.tags.form. ButtonTag のメソッド
- writeTagContent(TagWriter) - クラス org.springframework.web.servlet.tags.form. CheckboxesTag のメソッド
- writeTagContent(TagWriter) - クラス org.springframework.web.servlet.tags.form. CheckboxTag のメソッド
- writeTagContent(TagWriter) - クラス org.springframework.web.servlet.tags.form. FormTag のメソッド
-
- writeTagContent(TagWriter) - クラス org.springframework.web.servlet.tags.form. HiddenInputTag のメソッド
-
データバインドされた値を含む HTML '
input
' タグを指定された
TagWriter
に書き込みます。
- writeTagContent(TagWriter) - クラス org.springframework.web.servlet.tags.form. InputTag のメソッド
-
- writeTagContent(TagWriter) - クラス org.springframework.web.servlet.tags.form. LabelTag のメソッド
-
開始の「label
」タグを書き込み、ボディコンテンツが正しく書き込まれるようにブロックタグを強制します。
- writeTagContent(TagWriter) - クラス org.springframework.web.servlet.tags.form. OptionsTag のメソッド
- writeTagContent(TagWriter) - クラス org.springframework.web.servlet.tags.form. SelectTag のメソッド
-
提供された
TagWriter
に HTML '
select
' タグをレンダリングします。
- writeTagContent(TagWriter) - クラス org.springframework.web.servlet.tags.form. TextareaTag のメソッド
- writeTagDetails(TagWriter) - クラス org.springframework.web.servlet.tags.form. AbstractSingleCheckedElementTag のメソッド
-
指定されたプライマリタグの詳細を記述します。
- writeTagDetails(TagWriter) - クラス org.springframework.web.servlet.tags.form. CheckboxTag のメソッド
- writeTagDetails(TagWriter) - クラス org.springframework.web.servlet.tags.form. RadioButtonTag のメソッド
- writeTo(OutputStream) - インターフェース org.springframework.http. StreamingHttpOutputMessage.Body のメソッド
-
- writeTo(OutputStream) - クラス org.springframework.util. FastByteArrayOutputStream のメソッド
-
指定された OutputStream にバッファーの内容を書き込みます。
- writeTo(ClientHttpRequest, ExchangeStrategies) - インターフェース org.springframework.web.reactive.function.client. ClientRequest のメソッド
-
- writeTo(ServerWebExchange, ServerResponse.Context) - インターフェース org.springframework.web.reactive.function.server. ServerResponse のメソッド
-
このレスポンスを指定された Web 交換に書き込みます。
- writeTo(HttpServletRequest, HttpServletResponse, ServerResponse.Context) - インターフェース org.springframework.web.servlet.function. ServerResponse のメソッド
-
このレスポンスを特定のサーブレットレスポンスに書き込みます。
- writeTo(OutputStream) - インターフェース org.springframework.web.servlet.mvc.method.annotation. StreamingResponseBody のメソッド
-
レスポンス本文に書き込むためのコールバック。
- writeToLog(Log, String) - クラス org.springframework.aop.interceptor. AbstractTraceInterceptor のメソッド
-
提供されたトレースメッセージを提供された Log
インスタンスに書き込みます。
- writeToLog(Log, String, Throwable) - クラス org.springframework.aop.interceptor. AbstractTraceInterceptor のメソッド
-
- writeToLog(String) - クラス org.springframework.beans.factory.config. DeprecatedBeanWarner のメソッド
-
実際に基になるログに書き込みます。
- writeToResponse(HttpServletResponse, ByteArrayOutputStream) - クラス org.springframework.web.servlet.view. AbstractView のメソッド
-
指定された一時的な OutputStream を HTTP レスポンスに書き込みます。
- writeToResult(T, HttpHeaders, Result) - クラス org.springframework.http.converter.xml. AbstractXmlHttpMessageConverter のメソッド
-
- writeToResult(T, HttpHeaders, Result) - クラス org.springframework.http.converter.xml. Jaxb2CollectionHttpMessageConverter のメソッド
- writeToResult(Object, HttpHeaders, Result) - クラス org.springframework.http.converter.xml. Jaxb2RootElementHttpMessageConverter のメソッド
- writeToResult(Object, HttpHeaders, Result) - クラス org.springframework.http.converter.xml. MarshallingHttpMessageConverter のメソッド
- writeValue(TagWriter) - クラス org.springframework.web.servlet.tags.form. ButtonTag のメソッド
-
- writeValue(TagWriter) - クラス org.springframework.web.servlet.tags.form. InputTag のメソッド
-
- writeValue(TagWriter) - クラス org.springframework.web.servlet.tags.form. PasswordInputTag のメソッド
-
- writeWith(Publisher<? extends DataBuffer>) - クラス org.springframework.http.client.reactive. ClientHttpRequestDecorator のメソッド
- writeWith(Publisher<? extends DataBuffer>) - インターフェース org.springframework.http. ReactiveHttpOutputMessage のメソッド
-
指定された Publisher
を使用して、メッセージの本文を基礎となる HTTP レイヤーに書き込みます。
- writeWith(Publisher<? extends DataBuffer>) - クラス org.springframework.http.server.reactive. AbstractServerHttpResponse のメソッド
- writeWith(Publisher<? extends DataBuffer>) - クラス org.springframework.http.server.reactive. HttpHeadResponseDecorator のメソッド
-
本体に reduce
を適用し、生成されたバイト数をカウントし、書き込みなしでデータバッファーを解放し、Content-Length ヘッダーを設定します。
- writeWith(Publisher<? extends DataBuffer>) - クラス org.springframework.http.server.reactive. ServerHttpResponseDecorator のメソッド
- writeWith(File, long, long) - インターフェース org.springframework.http. ZeroCopyHttpOutputMessage のメソッド
-
指定された
File
SE を使用して、メッセージの本文を基礎となる HTTP レイヤーに書き込みます。
- writeWith(Path, long, long) - インターフェース org.springframework.http. ZeroCopyHttpOutputMessage のメソッド
-
指定された
Path
SE を使用して、メッセージの本文を基礎となる HTTP レイヤーに書き込みます。
- writeWith(Publisher<? extends DataBuffer>) - クラス org.springframework.mock.http.client.reactive. MockClientHttpRequest のメソッド
- writeWithInternal(Publisher<? extends DataBuffer>) - クラス org.springframework.http.server.reactive. AbstractListenerServerHttpResponse のメソッド
- writeWithInternal(Publisher<? extends DataBuffer>) - クラス org.springframework.http.server.reactive. AbstractServerHttpResponse のメソッド
-
基本となるレスポンスに書き込みます。
- writeWithInternal(Publisher<? extends DataBuffer>) - クラス org.springframework.mock.http.server.reactive. MockServerHttpResponse のメソッド
- writeWithMessageConverters(T, MethodParameter, NativeWebRequest) - クラス org.springframework.web.servlet.mvc.method.annotation. AbstractMessageConverterMethodProcessor のメソッド
-
指定された戻り値を指定された Web リクエストに書き込みます。
- writeWithMessageConverters(T, MethodParameter, ServletServerHttpRequest, ServletServerHttpResponse) - クラス org.springframework.web.servlet.mvc.method.annotation. AbstractMessageConverterMethodProcessor のメソッド
-
指定された戻り値の型を指定された出力メッセージに書き込みます。
- writingComplete() - クラス org.springframework.http.server.reactive. AbstractListenerWriteProcessor のメソッド
-
onComplete または onError 通知の後に呼び出されます。
- writingFailed(Throwable) - クラス org.springframework.http.server.reactive. AbstractListenerWriteProcessor のメソッド
-
書き込み中に I/O エラーが発生すると呼び出されます。
- writingPaused() - クラス org.springframework.http.server.reactive. AbstractListenerWriteProcessor のメソッド
-
- WWW_AUTHENTICATE - クラス org.springframework.http. HttpHeaders の静的変数
-
HTTP WWW-Authenticate
ヘッダーフィールド名。