Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
X
- X_PROTOBUF_MESSAGE_HEADER - Static variable in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 - 
The HTTP header containing the protobuf message.
 - X_PROTOBUF_SCHEMA_HEADER - Static variable in class org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 - 
The HTTP header containing the protobuf schema.
 - XHR - Enum constant in enum class org.springframework.web.socket.sockjs.transport.TransportType
 - XHR_SEND - Enum constant in enum class org.springframework.web.socket.sockjs.transport.TransportType
 - XHR_STREAMING - Enum constant in enum class org.springframework.web.socket.sockjs.transport.TransportType
 - XhrClientSockJsSession - Class in org.springframework.web.socket.sockjs.client
 - 
An extension of
AbstractClientSockJsSessionfor use with HTTP transports simulating a WebSocket session. - XhrClientSockJsSession(TransportRequest, WebSocketHandler, XhrTransport, CompletableFuture<WebSocketSession>) - Constructor for class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
 - 
Create a new
XhrClientSockJsSession. - XhrClientSockJsSession(TransportRequest, WebSocketHandler, XhrTransport, SettableListenableFuture<WebSocketSession>) - Constructor for class org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
 - 
Deprecated.
 - XhrPollingTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
 - 
A
TransportHandlerbased on XHR (long) polling. - XhrPollingTransportHandler() - Constructor for class org.springframework.web.socket.sockjs.transport.handler.XhrPollingTransportHandler
 - XhrReceivingTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
 - 
A
TransportHandlerthat receives messages over HTTP. - XhrReceivingTransportHandler() - Constructor for class org.springframework.web.socket.sockjs.transport.handler.XhrReceivingTransportHandler
 - XhrStreamingTransportHandler - Class in org.springframework.web.socket.sockjs.transport.handler
 - 
A
TransportHandlerthat sends messages over an HTTP streaming request. - XhrStreamingTransportHandler() - Constructor for class org.springframework.web.socket.sockjs.transport.handler.XhrStreamingTransportHandler
 - XhrTransport - Interface in org.springframework.web.socket.sockjs.client
 - 
A SockJS
Transportthat uses HTTP requests to simulate a WebSocket interaction. - xml() - Static method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
 - 
Obtain a
Jackson2ObjectMapperBuilderinstance in order to build anXmlMapperinstance. - xml(String) - Method in class org.springframework.test.web.client.match.ContentRequestMatchers
 - 
Parse the request body and the given String as XML and assert that the two are "similar" - i.e.
 - xml(String) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec
 - 
Parse expected and actual response content as XML and assert that the two are "similar", i.e.
 - xml(String) - Method in class org.springframework.test.web.servlet.result.ContentResultMatchers
 - 
Parse the response content and the given string as XML and assert the two are "similar" - i.e.
 - XmlBeanDefinitionReader - Class in org.springframework.beans.factory.xml
 - 
Bean definition reader for XML bean definitions.
 - XmlBeanDefinitionReader(BeanDefinitionRegistry) - Constructor for class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 - 
Create new XmlBeanDefinitionReader for the given bean factory.
 - XmlBeanDefinitionStoreException - Exception in org.springframework.beans.factory.xml
 - 
XML-specific BeanDefinitionStoreException subclass that wraps a
SAXException, typically aSAXParseExceptionwhich contains information about the error location. - XmlBeanDefinitionStoreException(String, String, SAXException) - Constructor for exception org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException
 - 
Create a new XmlBeanDefinitionStoreException.
 - XmlBinaryStreamProvider - Interface in org.springframework.jdbc.support.xml
 - 
Interface defining handling involved with providing
OutputStreamdata for XML input. - XmlCharacterStreamProvider - Interface in org.springframework.jdbc.support.xml
 - 
Interface defining handling involved with providing
Writerdata for XML input. - XmlEventDecoder - Class in org.springframework.http.codec.xml
 - 
Decodes a
DataBufferstream into a stream ofXMLEvents. - XmlEventDecoder() - Constructor for class org.springframework.http.codec.xml.XmlEventDecoder
 - XmlExpectationsHelper - Class in org.springframework.test.util
 - 
A helper class for assertions on XML content.
 - XmlExpectationsHelper() - Constructor for class org.springframework.test.util.XmlExpectationsHelper
 - XmlMappingException - Exception in org.springframework.oxm
 - 
Root of the hierarchy of Object XML Mapping exceptions.
 - XmlMappingException(String) - Constructor for exception org.springframework.oxm.XmlMappingException
 - 
Construct an
XmlMappingExceptionwith the specified detail message. - XmlMappingException(String, Throwable) - Constructor for exception org.springframework.oxm.XmlMappingException
 - 
Construct an
XmlMappingExceptionwith the specified detail message and nested exception. - xmlns(Map<String, String>) - Method in class org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
 - 
Define a Spring XML namespace definition to use.
 - XmlReaderContext - Class in org.springframework.beans.factory.xml
 - 
Extension of
ReaderContext, specific to use with anXmlBeanDefinitionReader. - XmlReaderContext(Resource, ProblemReporter, ReaderEventListener, SourceExtractor, XmlBeanDefinitionReader, NamespaceHandlerResolver) - Constructor for class org.springframework.beans.factory.xml.XmlReaderContext
 - 
Construct a new
XmlReaderContext. - XmlResultProvider - Interface in org.springframework.jdbc.support.xml
 - 
Interface defining handling involved with providing
Resultdata for XML input. - XmlValidationModeDetector - Class in org.springframework.util.xml
 - 
Detects whether an XML stream is using DTD- or XSD-based validation.
 - XmlValidationModeDetector() - Constructor for class org.springframework.util.xml.XmlValidationModeDetector
 - XmlViewResolver - Class in org.springframework.web.servlet.view
 - 
Deprecated.as of 5.3, in favor of Spring's common view resolver variants and/or custom resolver implementations
 - XmlViewResolver() - Constructor for class org.springframework.web.servlet.view.XmlViewResolver
 - 
Deprecated.
 - XmlWebApplicationContext - Class in org.springframework.web.context.support
 - 
WebApplicationContextimplementation which takes its configuration from XML documents, understood by anXmlBeanDefinitionReader. - XmlWebApplicationContext() - Constructor for class org.springframework.web.context.support.XmlWebApplicationContext
 - XOR - Static variable in class org.springframework.cglib.core.CodeEmitter
 - xpath(String, Object...) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
 - 
Access to request body matchers using an XPath to inspect a specific subset of the body.
 - xpath(String, Object...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec
 - 
Access to response body assertions using an XPath expression to inspect a specific subset of the body.
 - xpath(String, Object...) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
 - 
Access to response body assertions using an XPath expression to inspect a specific subset of the body.
 - xpath(String, Map<String, String>, Object...) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
 - 
Access to response body matchers using an XPath to inspect a specific subset of the body.
 - xpath(String, Map<String, String>, Object...) - Method in interface org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec
 - 
Access to response body assertions with specific namespaces using an XPath expression to inspect a specific subset of the body.
 - xpath(String, Map<String, String>, Object...) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
 - 
Access to response body assertions using an XPath expression to inspect a specific subset of the body.
 - XpathAssertions - Class in org.springframework.test.web.reactive.server
 - 
XPath assertions for the
WebTestClient. - XpathExpectationsHelper - Class in org.springframework.test.util
 - 
A helper class for applying assertions via XPath expressions.
 - XpathExpectationsHelper(String, Map<String, String>, Object...) - Constructor for class org.springframework.test.util.XpathExpectationsHelper
 - 
XpathExpectationsHelper constructor.
 - XpathRequestMatchers - Class in org.springframework.test.web.client.match
 - 
Factory methods for request content
RequestMatcherimplementations that use an XPath expression. - XpathRequestMatchers(String, Map<String, String>, Object...) - Constructor for class org.springframework.test.web.client.match.XpathRequestMatchers
 - 
Class constructor, not for direct instantiation.
 - XpathResultMatchers - Class in org.springframework.test.web.servlet.result
 - 
Factory for assertions on the response content using XPath expressions.
 - XpathResultMatchers(String, Map<String, String>, Object...) - Constructor for class org.springframework.test.web.servlet.result.XpathResultMatchers
 - 
Protected constructor, not for direct instantiation.
 - XSD_SUFFIX - Static variable in class org.springframework.beans.factory.xml.DelegatingEntityResolver
 - 
Suffix for schema definition files.
 - XsltView - Class in org.springframework.web.servlet.view.xslt
 - 
XSLT-driven View that allows for response context to be rendered as the result of an XSLT transformation.
 - XsltView() - Constructor for class org.springframework.web.servlet.view.xslt.XsltView
 - XsltViewResolver - Class in org.springframework.web.servlet.view.xslt
 - 
ViewResolverimplementation that resolves instances ofXsltViewby translating the supplied view name into the URL of the XSLT stylesheet. - XsltViewResolver() - Constructor for class org.springframework.web.servlet.view.xslt.XsltViewResolver
 - 
This resolver requires
XsltView. - XStreamMarshaller - Class in org.springframework.oxm.xstream
 - 
Implementation of the
Marshallerinterface for XStream. - XStreamMarshaller() - Constructor for class org.springframework.oxm.xstream.XStreamMarshaller
 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
XhrClientSockJsSession(TransportRequest, WebSocketHandler, XhrTransport, CompletableFuture)