- 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 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.
- XML_CONTENT_TYPE - Static variable in class org.springframework.web.servlet.view.xslt.AbstractXsltView
-
Deprecated.
The default content type if no stylesheet specified
- XML_FILE_EXTENSION - Static variable in class org.springframework.util.Log4jConfigurer
-
Extension that indicates a log4j XML config file: ".xml"
- XmlAwareFormHttpMessageConverter - Class in org.springframework.http.converter.xml
-
- XmlAwareFormHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.XmlAwareFormHttpMessageConverter
-
Deprecated.
- 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 a
SAXParseException
which contains information about the error location.
- XmlBeanDefinitionStoreException(String, String, SAXException) - Constructor for exception org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException
-
Create a new XmlBeanDefinitionStoreException.
- XmlBeanFactory - Class in org.springframework.beans.factory.xml
-
- XmlBeanFactory(Resource) - Constructor for class org.springframework.beans.factory.xml.XmlBeanFactory
-
Deprecated.
Create a new XmlBeanFactory with the given resource,
which must be parsable using DOM.
- XmlBeanFactory(Resource, BeanFactory) - Constructor for class org.springframework.beans.factory.xml.XmlBeanFactory
-
Deprecated.
Create a new XmlBeanFactory with the given input stream,
which must be parsable using DOM.
- XmlBeansMarshaller - Class in org.springframework.oxm.xmlbeans
-
Implementation of the
Marshaller
interface for Apache XMLBeans.
- XmlBeansMarshaller() - Constructor for class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
-
- XmlBinaryStreamProvider - Interface in org.springframework.jdbc.support.xml
-
Interface defining handling involved with providing OutputStream
data for XML input.
- XmlCharacterStreamProvider - Interface in org.springframework.jdbc.support.xml
-
Interface defining handling involved with providing Writer
data for XML input.
- 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.
- XmlOptionsFactoryBean - Class in org.springframework.oxm.xmlbeans
-
FactoryBean
that configures an XMLBeans
XmlOptions
object
and provides it as a bean reference.
- XmlOptionsFactoryBean() - Constructor for class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
-
- XmlPortletApplicationContext - Class in org.springframework.web.portlet.context
-
- XmlPortletApplicationContext() - Constructor for class org.springframework.web.portlet.context.XmlPortletApplicationContext
-
- XmlReaderContext - Class in org.springframework.beans.factory.xml
-
- XmlReaderContext(Resource, ProblemReporter, ReaderEventListener, SourceExtractor, XmlBeanDefinitionReader, NamespaceHandlerResolver) - Constructor for class org.springframework.beans.factory.xml.XmlReaderContext
-
- XmlResultProvider - Interface in org.springframework.jdbc.support.xml
-
Interface defining handling involved with providing Result
data 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
-
A
ViewResolver
implementation that uses
bean definitions in a dedicated XML file for view definitions, specified by
resource location.
- XmlViewResolver() - Constructor for class org.springframework.web.servlet.view.XmlViewResolver
-
- XmlWebApplicationContext - Class in org.springframework.web.context.support
-
- XmlWebApplicationContext() - Constructor for class org.springframework.web.context.support.XmlWebApplicationContext
-
- 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, 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, Object...) - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Access to response body assertions using an XPath 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 to inspect a specific
subset of the body.
- 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
-
Class constructor.
- XpathRequestMatchers - Class in org.springframework.test.web.client.match
-
Factory methods for request content RequestMatcher
's using 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 response content ResultMatcher
's using an XPath
expression.
- 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 of
XsltView
by translating the supplied view name
into the URL of the XSLT stylesheet.
- XsltViewResolver() - Constructor for class org.springframework.web.servlet.view.xslt.XsltViewResolver
-
- XStreamMarshaller - Class in org.springframework.oxm.xstream
-
Implementation of the Marshaller
interface for XStream.
- XStreamMarshaller() - Constructor for class org.springframework.oxm.xstream.XStreamMarshaller
-