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
AbstractClientSockJsSession
for 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
TransportHandler
based 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
TransportHandler
that 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
TransportHandler
that 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
Transport
that uses HTTP requests to simulate a WebSocket interaction. - xml() - Static method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Obtain a
Jackson2ObjectMapperBuilder
instance in order to build anXmlMapper
instance. - 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 aSAXParseException
which 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
-
Deprecated.as of 6.2, in favor of direct
SQLXML
usage - XmlCharacterStreamProvider - Interface in org.springframework.jdbc.support.xml
-
Deprecated.as of 6.2, in favor of direct
SQLXML
usage - XmlEventDecoder - Class in org.springframework.http.codec.xml
-
Decodes a
DataBuffer
stream 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
XmlMappingException
with the specified detail message. - XmlMappingException(String, Throwable) - Constructor for exception org.springframework.oxm.XmlMappingException
-
Construct an
XmlMappingException
with 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
-
Deprecated.as of 6.2, in favor of direct
SQLXML
usage - 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
-
WebApplicationContext
implementation 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
RequestMatcher
implementations 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
-
ViewResolver
implementation that resolves instances ofXsltView
by 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
Marshaller
interface 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)