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
 
X_PROTOBUF_SCHEMA_HEADER - 类 中的静态变量org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
 
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.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.
XML_FILE_EXTENSION - 类 中的静态变量org.springframework.util.Log4jConfigurer
已过时。
Extension that indicates a log4j XML config file: ".xml"
XmlAwareFormHttpMessageConverter - org.springframework.http.converter.xml中的类
XmlAwareFormHttpMessageConverter() - 类 的构造器org.springframework.http.converter.xml.XmlAwareFormHttpMessageConverter
已过时。
 
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.
XmlBeansMarshaller - org.springframework.oxm.xmlbeans中的类
已过时。
as of Spring 4.2, following the XMLBeans retirement at Apache
XmlBeansMarshaller() - 类 的构造器org.springframework.oxm.xmlbeans.XmlBeansMarshaller
已过时。
 
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.
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.
XmlOptionsFactoryBean - org.springframework.oxm.xmlbeans中的类
FactoryBean that configures an XMLBeans XmlOptions object and provides it as a bean reference.
XmlOptionsFactoryBean() - 类 的构造器org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
 
XmlPortletApplicationContext - org.springframework.web.portlet.context中的类
Portlet-based WebApplicationContext implementation which takes its configuration from XML documents, understood by an XmlBeanDefinitionReader.
XmlPortletApplicationContext() - 类 的构造器org.springframework.web.portlet.context.XmlPortletApplicationContext
 
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
 
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.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.servlet.result.MockMvcResultMatchers
Access to response body assertions using an XPath expression to inspect a specific subset of the body.
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's using 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 
所有类 所有程序包