A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
所有类 所有程序包

X

X_PROTOBUF_MESSAGE_HEADER - 类 中的静态变量org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
The HTTP header containing the protobuf message.
X_PROTOBUF_SCHEMA_HEADER - 类 中的静态变量org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
The HTTP header containing the protobuf schema.
XHR - org.springframework.web.socket.sockjs.transport.TransportType
 
XHR_SEND - org.springframework.web.socket.sockjs.transport.TransportType
 
XHR_STREAMING - org.springframework.web.socket.sockjs.transport.TransportType
 
XhrClientSockJsSession - org.springframework.web.socket.sockjs.client中的类
An extension of AbstractClientSockJsSession for use with HTTP transports simulating a WebSocket session.
XhrClientSockJsSession(TransportRequest, WebSocketHandler, XhrTransport, SettableListenableFuture<WebSocketSession>) - 类 的构造器org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
 
XhrPollingTransportHandler - org.springframework.web.socket.sockjs.transport.handler中的类
A TransportHandler based on XHR (long) polling.
XhrPollingTransportHandler() - 类 的构造器org.springframework.web.socket.sockjs.transport.handler.XhrPollingTransportHandler
 
XhrReceivingTransportHandler - org.springframework.web.socket.sockjs.transport.handler中的类
A TransportHandler that receives messages over HTTP.
XhrReceivingTransportHandler() - 类 的构造器org.springframework.web.socket.sockjs.transport.handler.XhrReceivingTransportHandler
 
XhrStreamingTransportHandler - org.springframework.web.socket.sockjs.transport.handler中的类
A TransportHandler that sends messages over an HTTP streaming request.
XhrStreamingTransportHandler() - 类 的构造器org.springframework.web.socket.sockjs.transport.handler.XhrStreamingTransportHandler
 
XhrTransport - org.springframework.web.socket.sockjs.client中的接口
A SockJS Transport that uses HTTP requests to simulate a WebSocket interaction.
xml() - 类 中的静态方法org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
Obtain a Jackson2ObjectMapperBuilder instance in order to build an XmlMapper instance.
xml(String) - 类 中的方法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. they contain the same elements and attributes regardless of order.
xml(String) - 接口 中的方法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. they contain the same elements and attributes regardless of order.
xml(String) - 类 中的方法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. they contain the same elements and attributes regardless of order.
XmlBeanDefinitionReader - org.springframework.beans.factory.xml中的类
Bean definition reader for XML bean definitions.
XmlBeanDefinitionReader(BeanDefinitionRegistry) - 类 的构造器org.springframework.beans.factory.xml.XmlBeanDefinitionReader
Create new XmlBeanDefinitionReader for the given bean factory.
XmlBeanDefinitionStoreException - org.springframework.beans.factory.xml中的异常错误
XML-specific BeanDefinitionStoreException subclass that wraps a SAXException, typically a SAXParseException which contains information about the error location.
XmlBeanDefinitionStoreException(String, String, SAXException) - 异常错误 的构造器org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException
Create a new XmlBeanDefinitionStoreException.
XmlBeanFactory - org.springframework.beans.factory.xml中的类
已过时。
as of Spring 3.1 in favor of DefaultListableBeanFactory and XmlBeanDefinitionReader
XmlBeanFactory(Resource) - 类 的构造器org.springframework.beans.factory.xml.XmlBeanFactory
已过时。
Create a new XmlBeanFactory with the given resource, which must be parsable using DOM.
XmlBeanFactory(Resource, BeanFactory) - 类 的构造器org.springframework.beans.factory.xml.XmlBeanFactory
已过时。
Create a new XmlBeanFactory with the given input stream, which must be parsable using DOM.
XmlBinaryStreamProvider - org.springframework.jdbc.support.xml中的接口
Interface defining handling involved with providing OutputStream data for XML input.
XmlCharacterStreamProvider - org.springframework.jdbc.support.xml中的接口
Interface defining handling involved with providing Writer data for XML input.
XmlEventDecoder - org.springframework.http.codec.xml中的类
Decodes a DataBuffer stream into a stream of XMLEvents.
XmlEventDecoder() - 类 的构造器org.springframework.http.codec.xml.XmlEventDecoder
 
XmlExpectationsHelper - org.springframework.test.util中的类
A helper class for assertions on XML content.
XmlExpectationsHelper() - 类 的构造器org.springframework.test.util.XmlExpectationsHelper
 
XmlMappingException - org.springframework.oxm中的异常错误
Root of the hierarchy of Object XML Mapping exceptions.
XmlMappingException(String) - 异常错误 的构造器org.springframework.oxm.XmlMappingException
Construct an XmlMappingException with the specified detail message.
XmlMappingException(String, Throwable) - 异常错误 的构造器org.springframework.oxm.XmlMappingException
Construct an XmlMappingException with the specified detail message and nested exception.
xmlns(Map<String, String>) - 类 中的方法org.springframework.beans.factory.groovy.GroovyBeanDefinitionReader
Define a Spring XML namespace definition to use.
XmlReaderContext - org.springframework.beans.factory.xml中的类
Extension of ReaderContext, specific to use with an XmlBeanDefinitionReader.
XmlReaderContext(Resource, ProblemReporter, ReaderEventListener, SourceExtractor, XmlBeanDefinitionReader, NamespaceHandlerResolver) - 类 的构造器org.springframework.beans.factory.xml.XmlReaderContext
Construct a new XmlReaderContext.
XmlResultProvider - org.springframework.jdbc.support.xml中的接口
Interface defining handling involved with providing Result data for XML input.
XmlValidationModeDetector - org.springframework.util.xml中的类
Detects whether an XML stream is using DTD- or XSD-based validation.
XmlValidationModeDetector() - 类 的构造器org.springframework.util.xml.XmlValidationModeDetector
 
XmlViewResolver - org.springframework.web.servlet.view中的类
A ViewResolver implementation that uses bean definitions in a dedicated XML file for view definitions, specified by resource location.
XmlViewResolver() - 类 的构造器org.springframework.web.servlet.view.XmlViewResolver
 
XmlWebApplicationContext - org.springframework.web.context.support中的类
WebApplicationContext implementation which takes its configuration from XML documents, understood by an XmlBeanDefinitionReader.
XmlWebApplicationContext() - 类 的构造器org.springframework.web.context.support.XmlWebApplicationContext
 
xpath(String, Object...) - 类 中的静态方法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...) - 接口 中的方法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...) - 类 中的静态方法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...) - 类 中的静态方法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...) - 接口 中的方法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...) - 类 中的静态方法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 - org.springframework.test.web.reactive.server中的类
XPath assertions for the WebTestClient.
XpathExpectationsHelper - org.springframework.test.util中的类
A helper class for applying assertions via XPath expressions.
XpathExpectationsHelper(String, Map<String, String>, Object...) - 类 的构造器org.springframework.test.util.XpathExpectationsHelper
XpathExpectationsHelper constructor.
XpathRequestMatchers - org.springframework.test.web.client.match中的类
Factory methods for request content RequestMatcher implementations that use an XPath expression.
XpathRequestMatchers(String, Map<String, String>, Object...) - 类 的构造器org.springframework.test.web.client.match.XpathRequestMatchers
Class constructor, not for direct instantiation.
XpathResultMatchers - org.springframework.test.web.servlet.result中的类
Factory for assertions on the response content using XPath expressions.
XpathResultMatchers(String, Map<String, String>, Object...) - 类 的构造器org.springframework.test.web.servlet.result.XpathResultMatchers
Protected constructor, not for direct instantiation.
XSD_SUFFIX - 类 中的静态变量org.springframework.beans.factory.xml.DelegatingEntityResolver
Suffix for schema definition files.
XsltView - 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() - 类 的构造器org.springframework.web.servlet.view.xslt.XsltView
 
XsltViewResolver - org.springframework.web.servlet.view.xslt中的类
ViewResolver implementation that resolves instances of XsltView by translating the supplied view name into the URL of the XSLT stylesheet.
XsltViewResolver() - 类 的构造器org.springframework.web.servlet.view.xslt.XsltViewResolver
 
XStreamMarshaller - org.springframework.oxm.xstream中的类
Implementation of the Marshaller interface for XStream.
XStreamMarshaller() - 类 的构造器org.springframework.oxm.xstream.XStreamMarshaller
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
所有类 所有程序包