- MailAuthenticationException - Exception in org.springframework.mail
-
Exception thrown on failed authentication.
- MailAuthenticationException(String) - Constructor for exception org.springframework.mail.MailAuthenticationException
-
Constructor for MailAuthenticationException.
- MailAuthenticationException(String, Throwable) - Constructor for exception org.springframework.mail.MailAuthenticationException
-
Constructor for MailAuthenticationException.
- MailAuthenticationException(Throwable) - Constructor for exception org.springframework.mail.MailAuthenticationException
-
Constructor for MailAuthenticationException.
- MailException - Exception in org.springframework.mail
-
Base class for all mail exceptions.
- MailException(String) - Constructor for exception org.springframework.mail.MailException
-
Constructor for MailException.
- MailException(String, Throwable) - Constructor for exception org.springframework.mail.MailException
-
Constructor for MailException.
- MailMessage - Interface in org.springframework.mail
-
This is a common interface for mail messages, allowing a user to set key
values required in assembling a mail message, without needing to know if
the underlying message is a simple text message or a more sophisticated
MIME message.
- MailParseException - Exception in org.springframework.mail
-
Exception thrown if illegal message properties are encountered.
- MailParseException(String) - Constructor for exception org.springframework.mail.MailParseException
-
Constructor for MailParseException.
- MailParseException(String, Throwable) - Constructor for exception org.springframework.mail.MailParseException
-
Constructor for MailParseException.
- MailParseException(Throwable) - Constructor for exception org.springframework.mail.MailParseException
-
Constructor for MailParseException.
- MailPreparationException - Exception in org.springframework.mail
-
Exception to be thrown by user code if a mail cannot be prepared properly,
for example when a Velocity template cannot be rendered for the mail text.
- MailPreparationException(String) - Constructor for exception org.springframework.mail.MailPreparationException
-
Constructor for MailPreparationException.
- MailPreparationException(String, Throwable) - Constructor for exception org.springframework.mail.MailPreparationException
-
Constructor for MailPreparationException.
- MailPreparationException(Throwable) - Constructor for exception org.springframework.mail.MailPreparationException
-
- MailSender - Interface in org.springframework.mail
-
This interface defines a strategy for sending simple mails.
- MailSendException - Exception in org.springframework.mail
-
Exception thrown when a mail sending error is encountered.
- MailSendException(String) - Constructor for exception org.springframework.mail.MailSendException
-
Constructor for MailSendException.
- MailSendException(String, Throwable) - Constructor for exception org.springframework.mail.MailSendException
-
Constructor for MailSendException.
- MailSendException(String, Throwable, Map<Object, Exception>) - Constructor for exception org.springframework.mail.MailSendException
-
Constructor for registration of failed messages, with the
messages that failed as keys, and the thrown exceptions as values.
- MailSendException(Map<Object, Exception>) - Constructor for exception org.springframework.mail.MailSendException
-
Constructor for registration of failed messages, with the
messages that failed as keys, and the thrown exceptions as values.
- makeAccessible(Field) - Static method in class org.springframework.util.ReflectionUtils
-
Make the given field accessible, explicitly setting it accessible if
necessary.
- makeAccessible(Method) - Static method in class org.springframework.util.ReflectionUtils
-
Make the given method accessible, explicitly setting it accessible if
necessary.
- makeAccessible(Constructor<?>) - Static method in class org.springframework.util.ReflectionUtils
-
Make the given constructor accessible, explicitly setting it accessible
if necessary.
- makeAdvisorChainAspectJCapableIfNecessary(List<Advisor>) - Static method in class org.springframework.aop.aspectj.AspectJProxyUtils
-
Add special advisors if necessary to work with a proxy chain that contains AspectJ advisors.
- makeObject() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
-
- ManagedArray - Class in org.springframework.beans.factory.support
-
Tag collection class used to hold managed array elements, which may
include runtime bean references (to be resolved into bean objects).
- ManagedArray(String, int) - Constructor for class org.springframework.beans.factory.support.ManagedArray
-
Create a new managed array placeholder.
- ManagedAttribute - Annotation Type in org.springframework.jmx.export.annotation
-
JDK 1.5+ method-level annotation that indicates to expose a given bean
property as JMX attribute, corresponding to the ManagedAttribute attribute.
- ManagedAttribute - Class in org.springframework.jmx.export.metadata
-
Metadata that indicates to expose a given bean property as JMX attribute.
- ManagedAttribute() - Constructor for class org.springframework.jmx.export.metadata.ManagedAttribute
-
- ManagedList<E> - Class in org.springframework.beans.factory.support
-
Tag collection class used to hold managed List elements, which may
include runtime bean references (to be resolved into bean objects).
- ManagedList() - Constructor for class org.springframework.beans.factory.support.ManagedList
-
- ManagedList(int) - Constructor for class org.springframework.beans.factory.support.ManagedList
-
- ManagedMap<K,V> - Class in org.springframework.beans.factory.support
-
Tag collection class used to hold managed Map values, which may
include runtime bean references (to be resolved into bean objects).
- ManagedMap() - Constructor for class org.springframework.beans.factory.support.ManagedMap
-
- ManagedMap(int) - Constructor for class org.springframework.beans.factory.support.ManagedMap
-
- ManagedMetric - Annotation Type in org.springframework.jmx.export.annotation
-
JDK 1.5+ method-level annotation that indicates to expose a given bean
property as JMX attribute, with added Descriptor properties to indicate that
it is a metric.
- ManagedMetric - Class in org.springframework.jmx.export.metadata
-
Metadata that indicates to expose a given bean property as a JMX attribute,
with additional descriptor properties that indicate that the attribute is a
metric.
- ManagedMetric() - Constructor for class org.springframework.jmx.export.metadata.ManagedMetric
-
- ManagedNotification - Annotation Type in org.springframework.jmx.export.annotation
-
JDK 1.5+ method-level annotation that indicates a JMX notification
emitted by a bean.
- ManagedNotification - Class in org.springframework.jmx.export.metadata
-
Metadata that indicates a JMX notification emitted by a bean.
- ManagedNotification() - Constructor for class org.springframework.jmx.export.metadata.ManagedNotification
-
- ManagedNotifications - Annotation Type in org.springframework.jmx.export.annotation
-
JDK 1.5+ method-level annotation that indicates JMX notifications emitted by
a bean, containing multiple
ManagedNotifications
- ManagedOperation - Annotation Type in org.springframework.jmx.export.annotation
-
JDK 1.5+ method-level annotation that indicates to expose a given method
as JMX operation, corresponding to the ManagedOperation attribute.
- ManagedOperation - Class in org.springframework.jmx.export.metadata
-
Metadata that indicates to expose a given method as JMX operation.
- ManagedOperation() - Constructor for class org.springframework.jmx.export.metadata.ManagedOperation
-
- ManagedOperationParameter - Annotation Type in org.springframework.jmx.export.annotation
-
JDK 1.5+ method-level annotation used to provide metadata about operation
parameters, corresponding to a ManagedOperationParameter
attribute.
- ManagedOperationParameter - Class in org.springframework.jmx.export.metadata
-
Metadata about JMX operation parameters.
- ManagedOperationParameter() - Constructor for class org.springframework.jmx.export.metadata.ManagedOperationParameter
-
- ManagedOperationParameters - Annotation Type in org.springframework.jmx.export.annotation
-
JDK 1.5+ method-level annotation used to provide metadata about
operation parameters, corresponding to an array of
ManagedOperationParameter
attributes.
- ManagedProperties - Class in org.springframework.beans.factory.support
-
Tag class which represents a Spring-managed
Properties
instance
that supports merging of parent/child definitions.
- ManagedProperties() - Constructor for class org.springframework.beans.factory.support.ManagedProperties
-
- ManagedResource - Annotation Type in org.springframework.jmx.export.annotation
-
JDK 1.5+ class-level annotation that indicates to register instances of a
class with a JMX server, corresponding to the ManagedResource attribute.
- ManagedResource - Class in org.springframework.jmx.export.metadata
-
Metadata indicating that instances of an annotated class
are to be registered with a JMX server.
- ManagedResource() - Constructor for class org.springframework.jmx.export.metadata.ManagedResource
-
- ManagedSet<E> - Class in org.springframework.beans.factory.support
-
Tag collection class used to hold managed Set values, which may
include runtime bean references (to be resolved into bean objects).
- ManagedSet() - Constructor for class org.springframework.beans.factory.support.ManagedSet
-
- ManagedSet(int) - Constructor for class org.springframework.beans.factory.support.ManagedSet
-
- ManagedTaskBuilder() - Constructor for class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.ManagedTaskBuilder
-
- ManagedTransactionAdapter - Class in org.springframework.transaction.jta
-
- ManagedTransactionAdapter(TransactionManager) - Constructor for class org.springframework.transaction.jta.ManagedTransactionAdapter
-
Create a new ManagedTransactionAdapter for the given TransactionManager.
- map(Class<?>, TypeDescriptor, TypeDescriptor) - Static method in class org.springframework.core.convert.TypeDescriptor
-
Create a new type descriptor from a
Map
type.
- MAP_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- MapAccessor - Class in org.springframework.context.expression
-
EL property accessor that knows how to traverse the keys
of a standard
Map
.
- MapAccessor() - Constructor for class org.springframework.context.expression.MapAccessor
-
- MapBindingResult - Class in org.springframework.validation
-
Map-based implementation of the BindingResult interface,
supporting registration and evaluation of binding errors on
Map attributes.
- MapBindingResult(Map<?, ?>, String) - Constructor for class org.springframework.validation.MapBindingResult
-
Create a new MapBindingResult instance.
- MapDataSourceLookup - Class in org.springframework.jdbc.datasource.lookup
-
- MapDataSourceLookup() - Constructor for class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
-
- MapDataSourceLookup(Map<String, DataSource>) - Constructor for class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
-
- MapDataSourceLookup(String, DataSource) - Constructor for class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
-
- mapEntryKeys(Comparator<K>) - Static method in class org.springframework.core.convert.converter.ConvertingComparator
-
- mapEntryValues(Comparator<V>) - Static method in class org.springframework.core.convert.converter.ConvertingComparator
-
- MapFactoryBean - Class in org.springframework.beans.factory.config
-
Simple factory for shared Map instances.
- MapFactoryBean() - Constructor for class org.springframework.beans.factory.config.MapFactoryBean
-
- MapMethodProcessor - Class in org.springframework.web.method.annotation
-
Resolves
Map
method arguments and handles
Map
return values.
- MapMethodProcessor() - Constructor for class org.springframework.web.method.annotation.MapMethodProcessor
-
- MappedInterceptor - Class in org.springframework.web.servlet.handler
-
Contains a
HandlerInterceptor
along with include (and optionally
exclude) path patterns to which the interceptor should apply.
- MappedInterceptor(String[], HandlerInterceptor) - Constructor for class org.springframework.web.servlet.handler.MappedInterceptor
-
Create a new MappedInterceptor instance.
- MappedInterceptor(String[], String[], HandlerInterceptor) - Constructor for class org.springframework.web.servlet.handler.MappedInterceptor
-
Create a new MappedInterceptor instance.
- MappedInterceptor(String[], WebRequestInterceptor) - Constructor for class org.springframework.web.servlet.handler.MappedInterceptor
-
Create a new MappedInterceptor instance.
- MappedInterceptor(String[], String[], WebRequestInterceptor) - Constructor for class org.springframework.web.servlet.handler.MappedInterceptor
-
Create a new MappedInterceptor instance.
- mappedName - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
-
- mappedObjectNames - Variable in class org.springframework.jmx.support.NotificationListenerHolder
-
- Mapping - Annotation Type in org.springframework.web.bind.annotation
-
Meta annotation that indicates a web mapping annotation.
- MappingCommAreaOperation - Class in org.springframework.jca.cci.object
-
EIS operation object for access to COMMAREA records.
- MappingCommAreaOperation() - Constructor for class org.springframework.jca.cci.object.MappingCommAreaOperation
-
Create a new MappingCommAreaQuery.
- MappingCommAreaOperation(ConnectionFactory, InteractionSpec) - Constructor for class org.springframework.jca.cci.object.MappingCommAreaOperation
-
Create a new MappingCommAreaQuery.
- MappingJackson2HttpMessageConverter - Class in org.springframework.http.converter.json
-
- MappingJackson2HttpMessageConverter() - Constructor for class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- MappingJackson2HttpMessageConverter(ObjectMapper) - Constructor for class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
-
- MappingJackson2JsonView - Class in org.springframework.web.servlet.view.json
-
- MappingJackson2JsonView() - Constructor for class org.springframework.web.servlet.view.json.MappingJackson2JsonView
-
Construct a new
MappingJackson2JsonView
using default configuration
provided by
Jackson2ObjectMapperBuilder
and setting the content type
to
application/json
.
- MappingJackson2MessageConverter - Class in org.springframework.jms.support.converter
-
Message converter that uses Jackson 2.x to convert messages to and from JSON.
- MappingJackson2MessageConverter() - Constructor for class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
- MappingJackson2MessageConverter - Class in org.springframework.messaging.converter
-
- MappingJackson2MessageConverter() - Constructor for class org.springframework.messaging.converter.MappingJackson2MessageConverter
-
Construct a MappingJackson2MessageConverter
supporting
the application/json
MIME type.
- MappingJackson2MessageConverter(MimeType...) - Constructor for class org.springframework.messaging.converter.MappingJackson2MessageConverter
-
Construct a MappingJackson2MessageConverter
supporting
one or more custom MIME types.
- MappingJackson2XmlHttpMessageConverter - Class in org.springframework.http.converter.xml
-
- MappingJackson2XmlHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.MappingJackson2XmlHttpMessageConverter
-
Construct a new MappingJackson2XmlHttpMessageConverter
using default configuration
provided by Jackson2ObjectMapperBuilder
.
- MappingJackson2XmlHttpMessageConverter(ObjectMapper) - Constructor for class org.springframework.http.converter.xml.MappingJackson2XmlHttpMessageConverter
-
Construct a new
MappingJackson2XmlHttpMessageConverter
with a custom
ObjectMapper
(must be a
XmlMapper
instance).
- MappingJackson2XmlView - Class in org.springframework.web.servlet.view.xml
-
- MappingJackson2XmlView() - Constructor for class org.springframework.web.servlet.view.xml.MappingJackson2XmlView
-
Construct a new
MappingJackson2XmlView
using default configuration
provided by
Jackson2ObjectMapperBuilder
and setting the content type
to
application/xml
.
- MappingJacksonValue - Class in org.springframework.http.converter.json
-
- MappingJacksonValue(Object) - Constructor for class org.springframework.http.converter.json.MappingJacksonValue
-
Create a new instance wrapping the given POJO to be serialized.
- MappingMediaTypeFileExtensionResolver - Class in org.springframework.web.accept
-
- MappingMediaTypeFileExtensionResolver(Map<String, MediaType>) - Constructor for class org.springframework.web.accept.MappingMediaTypeFileExtensionResolver
-
Create an instance with the given mappings between extensions and media types.
- MappingRecordOperation - Class in org.springframework.jca.cci.object
-
EIS operation object that expects mapped input and output objects,
converting to and from CCI Records.
- MappingRecordOperation() - Constructor for class org.springframework.jca.cci.object.MappingRecordOperation
-
Constructor that allows use as a JavaBean.
- MappingRecordOperation(ConnectionFactory, InteractionSpec) - Constructor for class org.springframework.jca.cci.object.MappingRecordOperation
-
Convenient constructor with ConnectionFactory and specifications
(connection and interaction).
- MappingRecordOperation.RecordCreatorImpl - Class in org.springframework.jca.cci.object
-
Implementation of RecordCreator that calls the enclosing
class's createInputRecord
method.
- MappingRecordOperation.RecordExtractorImpl - Class in org.springframework.jca.cci.object
-
Implementation of RecordExtractor that calls the enclosing
class's extractOutputData
method.
- MappingSqlQuery<T> - Class in org.springframework.jdbc.object
-
Reusable query in which concrete subclasses must implement the abstract
mapRow(ResultSet, int) method to convert each row of the JDBC ResultSet
into an object.
- MappingSqlQuery() - Constructor for class org.springframework.jdbc.object.MappingSqlQuery
-
Constructor that allows use as a JavaBean.
- MappingSqlQuery(DataSource, String) - Constructor for class org.springframework.jdbc.object.MappingSqlQuery
-
Convenient constructor with DataSource and SQL string.
- MappingSqlQueryWithParameters<T> - Class in org.springframework.jdbc.object
-
Reusable RDBMS query in which concrete subclasses must implement
the abstract mapRow(ResultSet, int) method to map each row of
the JDBC ResultSet into an object.
- MappingSqlQueryWithParameters() - Constructor for class org.springframework.jdbc.object.MappingSqlQueryWithParameters
-
Constructor to allow use as a JavaBean
- MappingSqlQueryWithParameters(DataSource, String) - Constructor for class org.springframework.jdbc.object.MappingSqlQueryWithParameters
-
Convenient constructor with DataSource and SQL string.
- MappingSqlQueryWithParameters.RowMapperImpl - Class in org.springframework.jdbc.object
-
Implementation of RowMapper that calls the enclosing
class's mapRow
method for each row.
- MapPropertySource - Class in org.springframework.core.env
-
- MapPropertySource(String, Map<String, Object>) - Constructor for class org.springframework.core.env.MapPropertySource
-
- mapRow(ResultSet, int) - Method in class org.springframework.jdbc.core.BeanPropertyRowMapper
-
Extract the values for all columns in the current row.
- mapRow(ResultSet, int) - Method in class org.springframework.jdbc.core.ColumnMapRowMapper
-
- mapRow(ResultSet, int) - Method in interface org.springframework.jdbc.core.RowMapper
-
Implementations must implement this method to map each row of data
in the ResultSet.
- mapRow(ResultSet, int) - Method in class org.springframework.jdbc.core.SingleColumnRowMapper
-
Extract a value for the single column in the current row.
- mapRow(ResultSet, int, Object[], Map<?, ?>) - Method in class org.springframework.jdbc.object.MappingSqlQuery
-
This method is implemented to invoke the simpler mapRow
template method, ignoring parameters.
- mapRow(ResultSet, int) - Method in class org.springframework.jdbc.object.MappingSqlQuery
-
Subclasses must implement this method to convert each row of the
ResultSet into an object of the result type.
- mapRow(ResultSet, int, Object[], Map<?, ?>) - Method in class org.springframework.jdbc.object.MappingSqlQueryWithParameters
-
Subclasses must implement this method to convert each row
of the ResultSet into an object of the result type.
- mapRow(ResultSet, int) - Method in class org.springframework.jdbc.object.MappingSqlQueryWithParameters.RowMapperImpl
-
- mapRow(ResultSet, int) - Method in class org.springframework.jdbc.object.SqlFunction
-
This implementation of this method extracts a single value from the
single row returned by the function.
- mapRow(ResultSet, int) - Method in class org.springframework.jdbc.object.UpdatableSqlQuery.RowMapperImpl
-
- MapSqlParameterSource - Class in org.springframework.jdbc.core.namedparam
-
- MapSqlParameterSource() - Constructor for class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
-
Create an empty MapSqlParameterSource,
with values to be added via addValue
.
- MapSqlParameterSource(String, Object) - Constructor for class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
-
Create a new MapSqlParameterSource, with one value
comprised of the supplied arguments.
- MapSqlParameterSource(Map<String, ?>) - Constructor for class org.springframework.jdbc.core.namedparam.MapSqlParameterSource
-
Create a new MapSqlParameterSource based on a Map.
- mapToBytesMessage(Object, Session, ObjectMapper) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
- mapToMessage(Object, Session, ObjectMapper, MessageType) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
Template method that allows for custom message mapping.
- mapToTextMessage(Object, Session, ObjectMapper) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
-
- markApplicationContextDirty(DirtiesContext.HierarchyMode) - Method in interface org.springframework.test.context.TestContext
-
Call this method to signal that the
application
context associated with this test context is
dirty and should be
discarded.
- markBeanAsCreated(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
-
Mark the specified bean as already created (or about to be created).
- marshal(Object, Result) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
- marshal(Object, Result, MimeContainer) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
-
- marshal(Object, Result) - Method in interface org.springframework.oxm.Marshaller
-
Marshals the object graph with the given root into the provided
Result
.
- marshal(Object, Result, MimeContainer) - Method in interface org.springframework.oxm.mime.MimeMarshaller
-
Marshals the object graph with the given root into the provided
Result
,
writing binary data to a
MimeContainer
.
- marshal(Object, Result) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Marshals the object graph with the given root into the provided javax.xml.transform.Result
.
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.springframework.oxm.xstream.CatchAllConverter
-
- marshalDomNode(Object, Node) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
- marshalDomNode(Object, Node) - Method in class org.springframework.oxm.jibx.JibxMarshaller
-
- marshalDomNode(Object, Node) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Abstract template method for marshalling the given object graph to a DOM Node
.
- marshalDomNode(Object, Node) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
-
- marshalDomNode(Object, Node) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
- marshalDomResult(Object, DOMResult) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Template method for handling DOMResult
s.
- Marshaller - Interface in org.springframework.oxm
-
Defines the contract for Object XML Mapping Marshallers.
- MarshallingException - Exception in org.springframework.oxm
-
Base class for exception thrown when a marshalling or unmarshalling error occurs.
- MarshallingException(String) - Constructor for exception org.springframework.oxm.MarshallingException
-
Construct a MarshallingException
with the specified detail message.
- MarshallingException(String, Throwable) - Constructor for exception org.springframework.oxm.MarshallingException
-
Construct a MarshallingException
with the specified detail message
and nested exception.
- MarshallingFailureException - Exception in org.springframework.oxm
-
Exception thrown on marshalling failure.
- MarshallingFailureException(String) - Constructor for exception org.springframework.oxm.MarshallingFailureException
-
Construct a MarshallingFailureException
with the specified detail message.
- MarshallingFailureException(String, Throwable) - Constructor for exception org.springframework.oxm.MarshallingFailureException
-
Construct a MarshallingFailureException
with the specified detail message
and nested exception.
- MarshallingHttpMessageConverter - Class in org.springframework.http.converter.xml
-
- MarshallingHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
-
- MarshallingHttpMessageConverter(Marshaller) - Constructor for class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
-
Construct a new
MarshallingMessageConverter
with the given
Marshaller
set.
- MarshallingHttpMessageConverter(Marshaller, Unmarshaller) - Constructor for class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
-
Construct a new MarshallingMessageConverter
with the given
Marshaller
and Unmarshaller
.
- MarshallingMessageConverter - Class in org.springframework.jms.support.converter
-
- MarshallingMessageConverter() - Constructor for class org.springframework.jms.support.converter.MarshallingMessageConverter
-
- MarshallingMessageConverter(Marshaller) - Constructor for class org.springframework.jms.support.converter.MarshallingMessageConverter
-
Construct a new
MarshallingMessageConverter
with the given
Marshaller
set.
- MarshallingMessageConverter(Marshaller, Unmarshaller) - Constructor for class org.springframework.jms.support.converter.MarshallingMessageConverter
-
Construct a new MarshallingMessageConverter
with the
given Marshaller and Unmarshaller.
- MarshallingSource - Class in org.springframework.oxm.support
-
Source
implementation that uses a
Marshaller
.Can be constructed with a
Marshaller
and an object to be marshalled.
- MarshallingSource(Marshaller, Object) - Constructor for class org.springframework.oxm.support.MarshallingSource
-
Create a new MarshallingSource
with the given marshaller and content.
- MarshallingView - Class in org.springframework.web.servlet.view.xml
-
Spring-MVC
View
that allows for response context to be rendered as the result
of marshalling by a
Marshaller
.
- MarshallingView() - Constructor for class org.springframework.web.servlet.view.xml.MarshallingView
-
Construct a new
MarshallingView
with no
Marshaller
set.
- MarshallingView(Marshaller) - Constructor for class org.springframework.web.servlet.view.xml.MarshallingView
-
Constructs a new
MarshallingView
with the given
Marshaller
set.
- marshalOutputStream(Object, OutputStream) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
- marshalOutputStream(Object, OutputStream) - Method in class org.springframework.oxm.jibx.JibxMarshaller
-
- marshalOutputStream(Object, OutputStream) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Abstract template method for marshalling the given object graph to a OutputStream
.
- marshalOutputStream(Object, OutputStream) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
-
- marshalOutputStream(Object, OutputStream) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
- marshalOutputStream(Object, OutputStream, DataHolder) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
- marshalSaxHandlers(Object, ContentHandler, LexicalHandler) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
- marshalSaxHandlers(Object, ContentHandler, LexicalHandler) - Method in class org.springframework.oxm.jibx.JibxMarshaller
-
- marshalSaxHandlers(Object, ContentHandler, LexicalHandler) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Abstract template method for marshalling the given object graph to a SAX ContentHandler
.
- marshalSaxHandlers(Object, ContentHandler, LexicalHandler) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
-
- marshalSaxHandlers(Object, ContentHandler, LexicalHandler) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
- marshalSaxResult(Object, SAXResult) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Template method for handling SAXResult
s.
- marshalStaxResult(Object, Result) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Template method for handling StaxResult
s.
- marshalStreamResult(Object, StreamResult) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Template method for handling StreamResult
s.
- marshalToBytesMessage(Object, Session, Marshaller) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
-
- marshalToMessage(Object, Session, Marshaller, MessageType) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
-
Template method that allows for custom message marshalling.
- marshalToTextMessage(Object, Session, Marshaller) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
-
- marshalWriter(Object, Writer) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
- marshalWriter(Object, Writer) - Method in class org.springframework.oxm.jibx.JibxMarshaller
-
- marshalWriter(Object, Writer) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Abstract template method for marshalling the given object graph to a Writer
.
- marshalWriter(Object, Writer) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
-
- marshalWriter(Object, Writer) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
- marshalWriter(Object, Writer, DataHolder) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
- marshalXmlEventWriter(Object, XMLEventWriter) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
- marshalXmlEventWriter(Object, XMLEventWriter) - Method in class org.springframework.oxm.jibx.JibxMarshaller
-
- marshalXmlEventWriter(Object, XMLEventWriter) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Abstract template method for marshalling the given object to a StAX XMLEventWriter
.
- marshalXmlEventWriter(Object, XMLEventWriter) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
-
- marshalXmlEventWriter(Object, XMLEventWriter) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
- marshalXmlStreamWriter(Object, XMLStreamWriter) - Method in class org.springframework.oxm.castor.CastorMarshaller
-
- marshalXmlStreamWriter(Object, XMLStreamWriter) - Method in class org.springframework.oxm.jibx.JibxMarshaller
-
- marshalXmlStreamWriter(Object, XMLStreamWriter) - Method in class org.springframework.oxm.support.AbstractMarshaller
-
Abstract template method for marshalling the given object to a StAX XMLStreamWriter
.
- marshalXmlStreamWriter(Object, XMLStreamWriter) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller
-
- marshalXmlStreamWriter(Object, XMLStreamWriter) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
-
- match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.core.type.filter.AbstractClassTestingTypeFilter
-
- match(ClassMetadata) - Method in class org.springframework.core.type.filter.AbstractClassTestingTypeFilter
-
Determine a match based on the given ClassMetadata object.
- match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
-
- match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.core.type.filter.AspectJTypeFilter
-
- match(ClassMetadata) - Method in class org.springframework.core.type.filter.RegexPatternTypeFilter
-
- match(MetadataReader, MetadataReaderFactory) - Method in interface org.springframework.core.type.filter.TypeFilter
-
Determine whether this filter matches for the class described by
the given metadata.
- match(ClientHttpRequest) - Method in interface org.springframework.test.web.client.RequestMatcher
-
Match the given request against some expectations.
- match(MvcResult) - Method in interface org.springframework.test.web.servlet.ResultMatcher
-
Assert the result of an executed request.
- match(String, String) - Method in class org.springframework.util.AntPathMatcher
-
- match(Class<? extends Throwable>, Class<? extends Throwable>) - Method in class org.springframework.util.ExceptionTypeFilter
-
- match(T) - Method in class org.springframework.util.InstanceFilter
-
Determine if the specified {code instance} matches this filter.
- match(T, T) - Method in class org.springframework.util.InstanceFilter
-
Determine if the specified instance
is equal to the
specified candidate
.
- match(T, Collection<? extends T>) - Method in class org.springframework.util.InstanceFilter
-
Determine if the specified instance
matches one of the candidates.
- match(String, String) - Method in interface org.springframework.util.PathMatcher
-
Match the given path
against the given pattern
,
according to this PathMatcher's matching strategy.
- match(PortletRequest) - Method in interface org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate
-
Determine whether the given request matches this predicate.
- match(String) - Method in class org.springframework.web.util.UriTemplate
-
Match the given URI to a map of variable values.
- MatchAlwaysTransactionAttributeSource - Class in org.springframework.transaction.interceptor
-
Very simple implementation of TransactionAttributeSource which will always return
the same TransactionAttribute for all methods fed to it.
- MatchAlwaysTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
-
- matchClassName(String) - Method in class org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
-
Override this to match on type name.
- matchClassName(String) - Method in class org.springframework.core.type.filter.AssignableTypeFilter
-
- MatcherAssertionErrors - Class in org.springframework.test.util
-
A replacement of MatcherAssert
that removes the need to
depend on "hamcrest-all" when using Hamcrest 1.1 and also maintains backward
compatibility with Hamcrest 1.1 (also embedded in JUnit 4.4 through 4.8).
- matches(Class<?>) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
- matches(Method, Class<?>, boolean) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
- matches(Method, Class<?>) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
- matches(Method, Class<?>, Object[]) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
-
- matches(Class<?>) - Method in class org.springframework.aop.aspectj.TypePatternClassFilter
-
Should the pointcut apply to the given interface or target class?
- matches(Class<?>) - Method in interface org.springframework.aop.ClassFilter
-
Should the pointcut apply to the given interface or target class?
- matches(Method, Class<?>, boolean) - Method in interface org.springframework.aop.IntroductionAwareMethodMatcher
-
Perform static checking whether the given method matches.
- matches(Method, Class<?>) - Method in interface org.springframework.aop.MethodMatcher
-
Perform static checking whether the given method matches.
- matches(Method, Class<?>, Object[]) - Method in interface org.springframework.aop.MethodMatcher
-
Check whether there a runtime (dynamic) match for this method,
which must have matched statically.
- matches(Method, Class<?>) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
Try to match the regular expression against the fully qualified name
of the target class as well as against the method's declaring class,
plus the name of the method.
- matches(String, int) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
Does the pattern at the given index match the given String?
- matches(Class<?>) - Method in class org.springframework.aop.support.annotation.AnnotationClassFilter
-
- matches(Method, Class<?>) - Method in class org.springframework.aop.support.annotation.AnnotationMethodMatcher
-
- matches(Class<?>) - Method in class org.springframework.aop.support.ControlFlowPointcut
-
Subclasses can override this for greater filtering (and performance).
- matches(Method, Class<?>) - Method in class org.springframework.aop.support.ControlFlowPointcut
-
Subclasses can override this if it's possible to filter out
some candidate classes.
- matches(Method, Class<?>, Object[]) - Method in class org.springframework.aop.support.ControlFlowPointcut
-
- matches(Class<?>) - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
-
- matches(Method, Class<?>) - Method in class org.springframework.aop.support.DynamicMethodMatcher
-
Can override to add preconditions for dynamic matching.
- matches(String, int) - Method in class org.springframework.aop.support.JdkRegexpMethodPointcut
-
Returns
true
if the
Pattern
at index
patternIndex
matches the supplied candidate
String
.
- matches(MethodMatcher, Method, Class<?>, boolean) - Static method in class org.springframework.aop.support.MethodMatchers
-
- matches(Method, Class<?>) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
-
- matches(Pointcut, Method, Class<?>, Object[]) - Static method in class org.springframework.aop.support.Pointcuts
-
Perform the least expensive check for a pointcut match.
- matches(Class<?>) - Method in class org.springframework.aop.support.RootClassFilter
-
- matches(Method, Class<?>, Object[]) - Method in class org.springframework.aop.support.StaticMethodMatcher
-
- matches(Properties) - Method in interface org.springframework.beans.factory.config.YamlProcessor.DocumentMatcher
-
Test if the given properties match.
- matches(Method) - Method in class org.springframework.beans.factory.support.LookupOverride
-
Match the specified method by
Method
reference or method name.
- matches(Method) - Method in class org.springframework.beans.factory.support.MethodOverride
-
Subclasses must override this to indicate whether they match the
given method.
- matches(Method) - Method in class org.springframework.beans.factory.support.ReplaceOverride
-
- matches(Method, Class<?>) - Method in class org.springframework.cache.jcache.interceptor.JCacheOperationSourcePointcut
-
- matches(ConditionContext, AnnotatedTypeMetadata) - Method in interface org.springframework.context.annotation.Condition
-
Determine if the condition matches.
- matches(TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.core.convert.converter.ConditionalConverter
-
Should the conversion from sourceType
to targetType
currently under
consideration be selected?
- matches(Field) - Method in interface org.springframework.util.ReflectionUtils.FieldFilter
-
Determine whether the given field matches.
- matches(Method) - Method in interface org.springframework.util.ReflectionUtils.MethodFilter
-
Determine whether the given method matches.
- matches(String, PathMatcher) - Method in class org.springframework.web.servlet.handler.MappedInterceptor
-
Returns true
if the interceptor applies to the given request path.
- matches(String) - Method in class org.springframework.web.util.UriTemplate
-
Indicate whether the given URI matches this template.
- matchesBeanName(String, String) - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
-
Determine whether the given candidate name matches the bean name or the aliases
stored in this bean definition.
- matchesExclusion(String, int) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
Does the exclusion pattern at the given index match the given String?
- matchesExclusion(String, int) - Method in class org.springframework.aop.support.JdkRegexpMethodPointcut
-
Returns
true
if the exclusion
Pattern
at index
patternIndex
matches the supplied candidate
String
.
- matchesName(String) - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
-
Determine whether the given candidate name matches the bean name
or the aliases stored in this bean definition.
- matchesPattern(String) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
-
Match the specified candidate against the configured patterns.
- matchesProperty(String, String) - Static method in class org.springframework.beans.PropertyAccessorUtils
-
Determine whether the given registered path matches the given property path,
either indicating the property itself or an indexed element of the property.
- matchesTypeName(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
-
Check whether the given class matches the user-specified type name.
- matchInParameterValuesWithCallParameters(SqlParameterSource) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Match input parameter values with the parameters declared to be used in the call.
- matchInParameterValuesWithCallParameters(Map<String, ?>) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
Match input parameter values with the parameters declared to be used in the call.
- matchInParameterValuesWithCallParameters(Object[]) - Method in class org.springframework.jdbc.core.metadata.CallMetaDataContext
-
- matchInParameterValuesWithCallParameters(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Match the provided in parameter values with registered parameters and
parameters defined via metadata processing.
- matchInParameterValuesWithCallParameters(Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcCall
-
Match the provided in parameter values with registered parameters and
parameters defined via metadata processing.
- matchInParameterValuesWithInsertColumns(SqlParameterSource) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Match the provided column names and values with the list of columns used.
- matchInParameterValuesWithInsertColumns(Map<String, ?>) - Method in class org.springframework.jdbc.core.metadata.TableMetaDataContext
-
Match the provided column names and values with the list of columns used.
- matchInParameterValuesWithInsertColumns(SqlParameterSource) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Match the provided in parameter values with registered parameters and parameters
defined via metadata processing.
- matchInParameterValuesWithInsertColumns(Map<String, ?>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
-
Match the provided in parameter values with registered parameters and parameters
defined via metadata processing.
- matchInterface(String) - Method in class org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
-
Override this to match on interface type name.
- matchInterface(String) - Method in class org.springframework.core.type.filter.AnnotationTypeFilter
-
- matchInterface(String) - Method in class org.springframework.core.type.filter.AssignableTypeFilter
-
- matchSelf(MetadataReader) - Method in class org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
-
Override this to match self characteristics alone.
- matchSelf(MetadataReader) - Method in class org.springframework.core.type.filter.AnnotationTypeFilter
-
- matchStart(String, String) - Method in class org.springframework.util.AntPathMatcher
-
- matchStart(String, String) - Method in interface org.springframework.util.PathMatcher
-
Match the given path
against the corresponding part of the given
pattern
, according to this PathMatcher's matching strategy.
- matchStrings(String, Map<String, String>) - Method in class org.springframework.util.AntPathMatcher.AntPathStringMatcher
-
Main entry point.
- matchSuperClass(String) - Method in class org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
-
Override this to match on super type name.
- matchSuperClass(String) - Method in class org.springframework.core.type.filter.AnnotationTypeFilter
-
- matchSuperClass(String) - Method in class org.springframework.core.type.filter.AssignableTypeFilter
-
- matchTargetType(String) - Method in class org.springframework.core.type.filter.AssignableTypeFilter
-
- MATRIX_VARIABLES_ATTRIBUTE - Static variable in interface org.springframework.web.servlet.HandlerMapping
-
- MatrixVariable - Annotation Type in org.springframework.web.bind.annotation
-
Annotation which indicates that a method parameter should be bound to a
name-value pair within a path segment.
- MatrixVariableMapMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
Resolves method arguments of type Map annotated with
@MatrixVariable
where the annotation the does not
specify a name.
- MatrixVariableMapMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMapMethodArgumentResolver
-
- MatrixVariableMethodArgumentResolver - Class in org.springframework.web.servlet.mvc.method.annotation
-
Resolves method arguments annotated with an
@PathParam
.
- MatrixVariableMethodArgumentResolver() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.MatrixVariableMethodArgumentResolver
-
- MAX_FORWARDS - Static variable in class org.springframework.http.HttpHeaders
-
The HTTP Max-Forwards
header field name.
- maxAge(String, Matcher<? super Integer>) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert a cookie's maxAge with a Hamcrest Matcher
.
- maxAge(String, int) - Method in class org.springframework.test.web.servlet.result.CookieResultMatchers
-
Assert a cookie's maxAge value.
- MAXLENGTH_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
-
- maxPoolSize(int) - Method in class org.springframework.messaging.simp.config.TaskExecutorRegistration
-
Set the max pool size of the ThreadPoolExecutor.
- MaxUploadSizeExceededException - Exception in org.springframework.web.multipart
-
MultipartException subclass thrown when an upload exceeds the
maximum upload size allowed.
- MaxUploadSizeExceededException(long) - Constructor for exception org.springframework.web.multipart.MaxUploadSizeExceededException
-
Constructor for MaxUploadSizeExceededException.
- MaxUploadSizeExceededException(long, Throwable) - Constructor for exception org.springframework.web.multipart.MaxUploadSizeExceededException
-
Constructor for MaxUploadSizeExceededException.
- MBEAN_APPLICATION_KEY - Static variable in class org.springframework.context.support.LiveBeansView
-
- MBEAN_DOMAIN_PROPERTY_NAME - Static variable in class org.springframework.context.support.LiveBeansView
-
- MBeanClientInterceptor - Class in org.springframework.jmx.access
-
MethodInterceptor
that routes calls to an
MBean running on the supplied
MBeanServerConnection
.
- MBeanClientInterceptor() - Constructor for class org.springframework.jmx.access.MBeanClientInterceptor
-
- MBeanConnectFailureException - Exception in org.springframework.jmx.access
-
Thrown when an invocation failed because of an I/O problem on the
MBeanServerConnection.
- MBeanConnectFailureException(String, Throwable) - Constructor for exception org.springframework.jmx.access.MBeanConnectFailureException
-
Create a new MBeanConnectFailureException
with the specified error message and root cause.
- MBeanExportConfiguration - Class in org.springframework.context.annotation
-
- MBeanExportConfiguration() - Constructor for class org.springframework.context.annotation.MBeanExportConfiguration
-
- MBeanExportConfiguration.SpecificPlatform - Enum in org.springframework.context.annotation
-
- mbeanExporter() - Method in class org.springframework.context.annotation.MBeanExportConfiguration
-
- MBeanExporter - Class in org.springframework.jmx.export
-
JMX exporter that allows for exposing any
Spring-managed bean to a
JMX
MBeanServer
, without the need to define any
JMX-specific information in the bean classes.
- MBeanExporter() - Constructor for class org.springframework.jmx.export.MBeanExporter
-
- MBeanExporterListener - Interface in org.springframework.jmx.export
-
A listener that allows application code to be notified when an MBean is
registered and unregistered via an
MBeanExporter
.
- MBeanExportException - Exception in org.springframework.jmx.export
-
Exception thrown in case of failure when exporting an MBean.
- MBeanExportException(String) - Constructor for exception org.springframework.jmx.export.MBeanExportException
-
Create a new MBeanExportException
with the
specified error message.
- MBeanExportException(String, Throwable) - Constructor for exception org.springframework.jmx.export.MBeanExportException
-
Create a new MBeanExportException
with the
specified error message and root cause.
- MBeanExportOperations - Interface in org.springframework.jmx.export
-
Interface that defines the set of MBean export operations that are intended to be
accessed by application developers during application runtime.
- MBeanInfoAssembler - Interface in org.springframework.jmx.export.assembler
-
Interface to be implemented by all classes that can
create management interface metadata for a managed resource.
- MBeanInfoRetrievalException - Exception in org.springframework.jmx.access
-
Thrown if an exception is encountered when trying to retrieve
MBean metadata.
- MBeanInfoRetrievalException(String) - Constructor for exception org.springframework.jmx.access.MBeanInfoRetrievalException
-
Create a new MBeanInfoRetrievalException
with the
specified error message.
- MBeanInfoRetrievalException(String, Throwable) - Constructor for exception org.springframework.jmx.access.MBeanInfoRetrievalException
-
Create a new MBeanInfoRetrievalException
with the
specified error message and root cause.
- MBeanProxyFactoryBean - Class in org.springframework.jmx.access
-
Creates a proxy to a managed resource running either locally or remotely.
- MBeanProxyFactoryBean() - Constructor for class org.springframework.jmx.access.MBeanProxyFactoryBean
-
- mbeanRegistered(ObjectName) - Method in interface org.springframework.jmx.export.MBeanExporterListener
-
- MBeanRegistrationSupport - Class in org.springframework.jmx.support
-
Provides supporting infrastructure for registering MBeans with an
MBeanServer
.
- MBeanRegistrationSupport() - Constructor for class org.springframework.jmx.support.MBeanRegistrationSupport
-
- MBeanServerConnectionFactoryBean - Class in org.springframework.jmx.support
-
FactoryBean
that creates a JMX 1.2
MBeanServerConnection
to a remote
MBeanServer
exposed via a
JMXServerConnector
.
- MBeanServerConnectionFactoryBean() - Constructor for class org.springframework.jmx.support.MBeanServerConnectionFactoryBean
-
- MBeanServerFactoryBean - Class in org.springframework.jmx.support
-
- MBeanServerFactoryBean() - Constructor for class org.springframework.jmx.support.MBeanServerFactoryBean
-
- MBeanServerNotFoundException - Exception in org.springframework.jmx
-
Exception thrown when we cannot locate an instance of an MBeanServer
,
or when more than one instance is found.
- MBeanServerNotFoundException(String) - Constructor for exception org.springframework.jmx.MBeanServerNotFoundException
-
Create a new MBeanServerNotFoundException
with the
supplied error message.
- MBeanServerNotFoundException(String, Throwable) - Constructor for exception org.springframework.jmx.MBeanServerNotFoundException
-
Create a new MBeanServerNotFoundException
with the
specified error message and root cause.
- mbeanUnregistered(ObjectName) - Method in interface org.springframework.jmx.export.MBeanExporterListener
-
- md5Digest(byte[]) - Static method in class org.springframework.util.DigestUtils
-
Calculate the MD5 digest of the given bytes.
- md5DigestAsHex(byte[]) - Static method in class org.springframework.util.DigestUtils
-
Return a hexadecimal string representation of the MD5 digest of the given
bytes.
- MediaType - Class in org.springframework.http
-
A sub-class of
MimeType
that adds support for quality parameters as defined
in the HTTP specification.
- MediaType(String) - Constructor for class org.springframework.http.MediaType
-
Create a new MediaType
for the given primary type.
- MediaType(String, String) - Constructor for class org.springframework.http.MediaType
-
Create a new MediaType
for the given primary type and subtype.
- MediaType(String, String, Charset) - Constructor for class org.springframework.http.MediaType
-
Create a new MediaType
for the given type, subtype, and character set.
- MediaType(String, String, double) - Constructor for class org.springframework.http.MediaType
-
Create a new MediaType
for the given type, subtype, and quality value.
- MediaType(MediaType, Map<String, String>) - Constructor for class org.springframework.http.MediaType
-
Copy-constructor that copies the type and subtype of the given MediaType
,
and allows for different parameter.
- MediaType(String, String, Map<String, String>) - Constructor for class org.springframework.http.MediaType
-
Create a new MediaType
for the given type, subtype, and parameters.
- mediaType(String, MediaType) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
-
Add mappings from file extensions to media types.
- MediaTypeEditor - Class in org.springframework.http
-
Editor
for
MediaType
descriptors, to automatically convert
String
specifications
(e.g.
- MediaTypeEditor() - Constructor for class org.springframework.http.MediaTypeEditor
-
- MediaTypeExpression - Interface in org.springframework.web.servlet.mvc.condition
-
A contract for media type expressions (e.g.
- MediaTypeFileExtensionResolver - Interface in org.springframework.web.accept
-
A strategy for resolving a
MediaType
to one or more path extensions.
- mediaTypes(Map<String, MediaType>) - Method in class org.springframework.web.servlet.config.annotation.ContentNegotiationConfigurer
-
Add mappings from file extensions to media types.
- member - Variable in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
-
- member - Variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
-
- merge(Object) - Method in class org.springframework.beans.factory.support.ManagedList
-
- merge(Object) - Method in class org.springframework.beans.factory.support.ManagedMap
-
- merge(Object) - Method in class org.springframework.beans.factory.support.ManagedProperties
-
- merge(Object) - Method in class org.springframework.beans.factory.support.ManagedSet
-
- merge(Object) - Method in interface org.springframework.beans.Mergeable
-
Merge the current value set with that of the supplied object.
- merge(ConfigurableEnvironment) - Method in class org.springframework.core.env.AbstractEnvironment
-
- merge(ConfigurableEnvironment) - Method in interface org.springframework.core.env.ConfigurableEnvironment
-
Append the given parent environment's active profiles, default profiles and
property sources to this (child) environment's respective collections of each.
- merge(T) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Copy the state of the given object onto the persistent object
with the same identifier.
- merge(String, T) - Method in interface org.springframework.orm.hibernate3.HibernateOperations
-
Copy the state of the given object onto the persistent object
with the same identifier.
- merge(T) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- merge(String, T) - Method in class org.springframework.orm.hibernate3.HibernateTemplate
-
- merge(T) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Copy the state of the given object onto the persistent object
with the same identifier.
- merge(String, T) - Method in interface org.springframework.orm.hibernate4.HibernateOperations
-
Copy the state of the given object onto the persistent object
with the same identifier.
- merge(T) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- merge(String, T) - Method in class org.springframework.orm.hibernate4.HibernateTemplate
-
- merge(Object) - Method in class org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
-
Merges the properties of the "parent" RequestBuilder accepting values
only if not already set in "this" instance.
- merge(Object) - Method in class org.springframework.test.web.servlet.request.MockMultipartHttpServletRequestBuilder
-
- MERGE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- Mergeable - Interface in org.springframework.beans
-
Interface representing an object whose value set can be merged with
that of a parent object.
- mergeArrayIntoCollection(Object, Collection<E>) - Static method in class org.springframework.util.CollectionUtils
-
Merge the given array into the given Collection.
- mergeAttributes(Map<String, ?>) - Method in class org.springframework.ui.ExtendedModelMap
-
- mergeAttributes(Map<String, ?>) - Method in interface org.springframework.ui.Model
-
Copy all attributes in the supplied Map
into this Map
,
with existing objects of the same name taking precedence (i.e.
- mergeAttributes(Map<String, ?>) - Method in class org.springframework.ui.ModelMap
-
Copy all attributes in the supplied Map
into this Map
,
with existing objects of the same name taking precedence (i.e.
- mergeAttributes(Map<String, ?>) - Method in class org.springframework.web.method.support.ModelAndViewContainer
-
Copy attributes in the supplied Map
with existing objects of
the same name taking precedence (i.e.
- mergeAttributes(Map<String, ?>) - Method in interface org.springframework.web.servlet.mvc.support.RedirectAttributes
-
- mergeAttributes(Map<String, ?>) - Method in class org.springframework.web.servlet.mvc.support.RedirectAttributesModelMap
-
Copy all attributes in the supplied Map
into this Map
,
with existing objects of the same name taking precedence (i.e.
- MergedBeanDefinitionPostProcessor - Interface in org.springframework.beans.factory.support
-
Post-processor callback interface for merged bean definitions at runtime.
- MergedContextConfiguration - Class in org.springframework.test.context
-
- MergedContextConfiguration(Class<?>, String[], Class<?>[], String[], ContextLoader) - Constructor for class org.springframework.test.context.MergedContextConfiguration
-
Create a new MergedContextConfiguration
instance for the
supplied parameters.
- MergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>>, String[], ContextLoader) - Constructor for class org.springframework.test.context.MergedContextConfiguration
-
Create a new MergedContextConfiguration
instance for the
supplied parameters.
- MergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>>, String[], ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - Constructor for class org.springframework.test.context.MergedContextConfiguration
-
Create a new MergedContextConfiguration
instance for the
supplied parameters.
- MergedContextConfiguration(MergedContextConfiguration) - Constructor for class org.springframework.test.context.MergedContextConfiguration
-
Create a new MergedContextConfiguration
instance by copying
all fields from the supplied MergedContextConfiguration
.
- MergedContextConfiguration(Class<?>, String[], Class<?>[], Set<Class<? extends ApplicationContextInitializer<? extends ConfigurableApplicationContext>>>, String[], String[], String[], ContextLoader, CacheAwareContextLoaderDelegate, MergedContextConfiguration) - Constructor for class org.springframework.test.context.MergedContextConfiguration
-
Create a new MergedContextConfiguration
instance for the
supplied parameters.
- mergePdfDocument(Map<String, Object>, PdfStamper, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.view.document.AbstractPdfStamperView
-
Subclasses must implement this method to merge the PDF form
with the given model data.
- mergeProperties() - Method in class org.springframework.core.io.support.PropertiesLoaderSupport
-
Return a merged Properties instance containing both the
loaded properties and properties set on this FactoryBean.
- mergePropertiesIntoMap(Properties, Map<K, V>) - Static method in class org.springframework.util.CollectionUtils
-
Merge the given Properties instance into the given Map,
copying all properties (key-value pairs) over.
- mergeStringArrays(String[], String[]) - Static method in class org.springframework.util.StringUtils
-
Merge the given String arrays into one, with overlapping
array elements only included once.
- mergeTemplate(VelocityEngine, String, Map<String, Object>, Writer) - Static method in class org.springframework.ui.velocity.VelocityEngineUtils
-
- mergeTemplate(VelocityEngine, String, String, Map<String, Object>, Writer) - Static method in class org.springframework.ui.velocity.VelocityEngineUtils
-
Merge the specified Velocity template with the given model and write the result
to the given Writer.
- mergeTemplate(Template, Context, HttpServletResponse) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Merge the template with the context.
- mergeTemplateIntoString(VelocityEngine, String, Map<String, Object>) - Static method in class org.springframework.ui.velocity.VelocityEngineUtils
-
- mergeTemplateIntoString(VelocityEngine, String, String, Map<String, Object>) - Static method in class org.springframework.ui.velocity.VelocityEngineUtils
-
Merge the specified Velocity template with the given model into a String.
- Message<T> - Interface in org.springframework.messaging
-
A generic message representation with headers and body.
- MESSAGE - Static variable in class org.springframework.messaging.simp.SimpMessageTypeMessageCondition
-
- MESSAGE_ID - Static variable in interface org.springframework.jms.support.JmsHeaders
-
Unique Identifier for a message.
- MESSAGE_SOURCE_BEAN_NAME - Static variable in class org.springframework.context.support.AbstractApplicationContext
-
Name of the MessageSource bean in the factory.
- MESSAGE_TYPE_HEADER - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
-
- MessageBrokerRegistry - Class in org.springframework.messaging.simp.config
-
A registry for configuring message broker options.
- MessageBrokerRegistry(SubscribableChannel, MessageChannel) - Constructor for class org.springframework.messaging.simp.config.MessageBrokerRegistry
-
- messageBrokerSockJsTaskScheduler() - Method in class org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
-
- MessageBuilder<T> - Class in org.springframework.messaging.support
-
- MessageChannel - Interface in org.springframework.messaging
-
Defines methods for sending messages.
- MessageCodeFormatter - Interface in org.springframework.validation
-
A strategy interface for formatting message codes.
- MessageCodesResolver - Interface in org.springframework.validation
-
Strategy interface for building message codes from validation error codes.
- MessageCondition<T> - Interface in org.springframework.messaging.handler
-
Contract for mapping conditions to messages.
- MessageConversionException - Exception in org.springframework.jms.support.converter
-
- MessageConversionException(String) - Constructor for exception org.springframework.jms.support.converter.MessageConversionException
-
Create a new MessageConversionException.
- MessageConversionException(String, Throwable) - Constructor for exception org.springframework.jms.support.converter.MessageConversionException
-
Create a new MessageConversionException.
- MessageConversionException - Exception in org.springframework.messaging.converter
-
- MessageConversionException(String) - Constructor for exception org.springframework.messaging.converter.MessageConversionException
-
- MessageConversionException(String, Throwable) - Constructor for exception org.springframework.messaging.converter.MessageConversionException
-
- MessageConversionException(Message<?>, String) - Constructor for exception org.springframework.messaging.converter.MessageConversionException
-
- MessageConversionException(Message<?>, String, Throwable) - Constructor for exception org.springframework.messaging.converter.MessageConversionException
-
- MessageConverter - Interface in org.springframework.jms.support.converter
-
Strategy interface that specifies a converter between Java objects and JMS messages.
- MessageConverter - Interface in org.springframework.messaging.converter
-
A converter to turn the payload of a
Message
from serialized form to a typed
Object and vice versa.
- messageConverters - Variable in class org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
-
- MessageCreator - Interface in org.springframework.jms.core
-
Creates a JMS message given a
Session
.
- MessageDeliveryException - Exception in org.springframework.messaging
-
Exception that indicates an error occurred during message delivery.
- MessageDeliveryException(String) - Constructor for exception org.springframework.messaging.MessageDeliveryException
-
- MessageDeliveryException(Message<?>) - Constructor for exception org.springframework.messaging.MessageDeliveryException
-
- MessageDeliveryException(Message<?>, String) - Constructor for exception org.springframework.messaging.MessageDeliveryException
-
- MessageDeliveryException(Message<?>, Throwable) - Constructor for exception org.springframework.messaging.MessageDeliveryException
-
- MessageDeliveryException(Message<?>, String, Throwable) - Constructor for exception org.springframework.messaging.MessageDeliveryException
-
- MessageEOFException - Exception in org.springframework.jms
-
Runtime exception mirroring the JMS MessageEOFException.
- MessageEOFException(MessageEOFException) - Constructor for exception org.springframework.jms.MessageEOFException
-
- MessageExceptionHandler - Annotation Type in org.springframework.messaging.handler.annotation
-
Annotation for handling exceptions thrown from message-handling methods within a
specific handler class.
- MessageFormatException - Exception in org.springframework.jms
-
Runtime exception mirroring the JMS MessageFormatException.
- MessageFormatException(MessageFormatException) - Constructor for exception org.springframework.jms.MessageFormatException
-
- messageFrame(SockJsMessageCodec, String...) - Static method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
-
- MessageHandler - Interface in org.springframework.messaging
-
- MessageHandlerMethodFactory - Interface in org.springframework.messaging.handler.annotation.support
-
- MessageHandlingException - Exception in org.springframework.messaging
-
Exception that indicates an error occurred during message handling.
- MessageHandlingException(Message<?>) - Constructor for exception org.springframework.messaging.MessageHandlingException
-
- MessageHandlingException(Message<?>, String) - Constructor for exception org.springframework.messaging.MessageHandlingException
-
- MessageHandlingException(Message<?>, Throwable) - Constructor for exception org.springframework.messaging.MessageHandlingException
-
- MessageHandlingException(Message<?>, String, Throwable) - Constructor for exception org.springframework.messaging.MessageHandlingException
-
- MessageHandlingRunnable - Interface in org.springframework.messaging.support
-
- MessageHeaderAccessor - Class in org.springframework.messaging.support
-
A base for classes providing strongly typed getters and setters as well as
behavior around specific categories of headers (e.g.
- MessageHeaderAccessor() - Constructor for class org.springframework.messaging.support.MessageHeaderAccessor
-
A constructor to create new headers.
- MessageHeaderAccessor(Message<?>) - Constructor for class org.springframework.messaging.support.MessageHeaderAccessor
-
A constructor accepting the headers of an existing message to copy.
- MessageHeaderInitializer - Interface in org.springframework.messaging.support
-
- MessageHeaders - Class in org.springframework.messaging
-
- MessageHeaders(Map<String, Object>) - Constructor for class org.springframework.messaging.MessageHeaders
-
- MessageHeaders(Map<String, Object>, UUID, Long) - Constructor for class org.springframework.messaging.MessageHeaders
-
Constructor providing control over the ID and TIMESTAMP header values.
- MessageListenerAdapter - Class in org.springframework.jms.listener.adapter
-
Message listener adapter that delegates the handling of messages to target
listener methods via reflection, with flexible message type conversion.
- MessageListenerAdapter() - Constructor for class org.springframework.jms.listener.adapter.MessageListenerAdapter
-
- MessageListenerAdapter(Object) - Constructor for class org.springframework.jms.listener.adapter.MessageListenerAdapter
-
- MessageListenerContainer - Interface in org.springframework.jms.listener
-
Internal abstraction used by the framework representing a message
listener container.
- MessageMapping - Annotation Type in org.springframework.messaging.handler.annotation
-
Annotation for mapping a
Message
onto message-handling methods by matching
to the message destination.
- MessageMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.support
-
- MessageMethodArgumentResolver() - Constructor for class org.springframework.messaging.handler.annotation.support.MessageMethodArgumentResolver
-
- MessageNotReadableException - Exception in org.springframework.jms
-
Runtime exception mirroring the JMS MessageNotReadableException.
- MessageNotReadableException(MessageNotReadableException) - Constructor for exception org.springframework.jms.MessageNotReadableException
-
- MessageNotWriteableException - Exception in org.springframework.jms
-
Runtime exception mirroring the JMS MessageNotWriteableException.
- MessageNotWriteableException(MessageNotWriteableException) - Constructor for exception org.springframework.jms.MessageNotWriteableException
-
- MessagePostProcessor - Interface in org.springframework.jms.core
-
To be used with JmsTemplate's send method that convert an object to a message.
- MessagePostProcessor - Interface in org.springframework.messaging.core
-
A contract for processing a
Message
after it has been created, either
returning a modified (effectively new) message or returning the same.
- messageReceived(Object, Session) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
-
Template method that gets called right when a new message has been received,
before attempting to process it.
- messageReceived(Object, Session) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
-
Tries scheduling a new invoker, since we know messages are coming in...
- MessageReceivingOperations<D> - Interface in org.springframework.messaging.core
-
Operations for receiving messages from a destination.
- MessageRequestReplyOperations<D> - Interface in org.springframework.messaging.core
-
Operations for sending messages to and receiving the reply from a destination.
- MESSAGES_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.ErrorsTag
-
- MessageSendingOperations<D> - Interface in org.springframework.messaging.core
-
Operations for sending messages to a destination.
- MessageSource - Interface in org.springframework.context
-
Strategy interface for resolving messages, with support for the parameterization
and internationalization of such messages.
- MessageSourceAccessor - Class in org.springframework.context.support
-
Helper class for easy access to messages from a MessageSource,
providing various overloaded getMessage methods.
- MessageSourceAccessor(MessageSource) - Constructor for class org.springframework.context.support.MessageSourceAccessor
-
Create a new MessageSourceAccessor, using LocaleContextHolder's locale
as default locale.
- MessageSourceAccessor(MessageSource, Locale) - Constructor for class org.springframework.context.support.MessageSourceAccessor
-
Create a new MessageSourceAccessor, using the given default locale.
- MessageSourceAware - Interface in org.springframework.context
-
Interface to be implemented by any object that wishes to be notified
of the MessageSource (typically the ApplicationContext) that it runs in.
- MessageSourceResolvable - Interface in org.springframework.context
-
Interface for objects that are suitable for message resolution in a
MessageSource
.
- MessageSourceResourceBundle - Class in org.springframework.context.support
-
- MessageSourceResourceBundle(MessageSource, Locale) - Constructor for class org.springframework.context.support.MessageSourceResourceBundle
-
Create a new MessageSourceResourceBundle for the given MessageSource and Locale.
- MessageSourceResourceBundle(MessageSource, Locale, ResourceBundle) - Constructor for class org.springframework.context.support.MessageSourceResourceBundle
-
Create a new MessageSourceResourceBundle for the given MessageSource and Locale.
- MessageSourceResourceBundleLocator - Class in org.springframework.validation.beanvalidation
-
- MessageSourceResourceBundleLocator(MessageSource) - Constructor for class org.springframework.validation.beanvalidation.MessageSourceResourceBundleLocator
-
Build a MessageSourceResourceBundleLocator for the given MessageSource.
- MessageSourceSupport - Class in org.springframework.context.support
-
Base class for message source implementations, providing support infrastructure
such as
MessageFormat
handling but not implementing concrete
methods defined in the
MessageSource
.
- MessageSourceSupport() - Constructor for class org.springframework.context.support.MessageSourceSupport
-
- MessageTag - Class in org.springframework.web.servlet.tags
-
Custom JSP tag to look up a message in the scope of this page.
- MessageTag() - Constructor for class org.springframework.web.servlet.tags.MessageTag
-
- MessageType - Enum in org.springframework.jms.support.converter
-
- MessagingException - Exception in org.springframework.messaging
-
The base exception for any failures related to messaging.
- MessagingException(Message<?>) - Constructor for exception org.springframework.messaging.MessagingException
-
- MessagingException(String) - Constructor for exception org.springframework.messaging.MessagingException
-
- MessagingException(String, Throwable) - Constructor for exception org.springframework.messaging.MessagingException
-
- MessagingException(Message<?>, String) - Constructor for exception org.springframework.messaging.MessagingException
-
- MessagingException(Message<?>, Throwable) - Constructor for exception org.springframework.messaging.MessagingException
-
- MessagingException(Message<?>, String, Throwable) - Constructor for exception org.springframework.messaging.MessagingException
-
- MessagingMessageConverter - Class in org.springframework.jms.support.converter
-
- MessagingMessageConverter() - Constructor for class org.springframework.jms.support.converter.MessagingMessageConverter
-
Create an instance with a default payload converter.
- MessagingMessageConverter(MessageConverter, JmsHeaderMapper) - Constructor for class org.springframework.jms.support.converter.MessagingMessageConverter
-
Create an instance with the specified payload converter and
header mapper.
- MessagingMessageListenerAdapter - Class in org.springframework.jms.listener.adapter
-
- MessagingMessageListenerAdapter() - Constructor for class org.springframework.jms.listener.adapter.MessagingMessageListenerAdapter
-
- META_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- metaAnnotationMap - Variable in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
-
- MetaAnnotationUtils - Class in org.springframework.test.util
-
MetaAnnotationUtils
is a collection of utility methods that complements
the standard support already available in
AnnotationUtils
.
- MetaAnnotationUtils() - Constructor for class org.springframework.test.util.MetaAnnotationUtils
-
- MetaAnnotationUtils.AnnotationDescriptor<T extends Annotation> - Class in org.springframework.test.util
-
Descriptor for an
Annotation
, including the
class on which the annotation is
declared
as well as the actual
annotation instance.
- MetaAnnotationUtils.UntypedAnnotationDescriptor - Class in org.springframework.test.util
-
Untyped extension of AnnotationDescriptor
that is used
to describe the declaration of one of several candidate annotation types
where the actual annotation type cannot be predetermined.
- MetaDataAccessException - Exception in org.springframework.jdbc.support
-
Exception indicating that something went wrong during JDBC metadata lookup.
- MetaDataAccessException(String) - Constructor for exception org.springframework.jdbc.support.MetaDataAccessException
-
Constructor for MetaDataAccessException.
- MetaDataAccessException(String, Throwable) - Constructor for exception org.springframework.jdbc.support.MetaDataAccessException
-
Constructor for MetaDataAccessException.
- MetadataAwareAspectInstanceFactory - Interface in org.springframework.aop.aspectj.annotation
-
- metaDataCatalogNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Provide any modification of the catalog name passed in to match the meta data currently used.
- metaDataCatalogNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
- metaDataCatalogNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
- metaDataCatalogNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
-
- metaDataCatalogNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
-
Provide any modification of the catalog name passed in to match the meta data currently used.
- MetadataMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
-
Implementation of the
MBeanInfoAssembler
interface that reads the management interface information from source level metadata.
- MetadataMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
- MetadataMBeanInfoAssembler(JmxAttributeSource) - Constructor for class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
-
Create a new MetadataMBeanInfoAssembler
for the given
JmxAttributeSource
.
- MetadataNamingStrategy - Class in org.springframework.jmx.export.naming
-
An implementation of the
ObjectNamingStrategy
interface
that reads the
ObjectName
from the source-level metadata.
- MetadataNamingStrategy() - Constructor for class org.springframework.jmx.export.naming.MetadataNamingStrategy
-
- MetadataNamingStrategy(JmxAttributeSource) - Constructor for class org.springframework.jmx.export.naming.MetadataNamingStrategy
-
Create a new MetadataNamingStrategy
for the given
JmxAttributeSource
.
- MetadataReader - Interface in org.springframework.core.type.classreading
-
Simple facade for accessing class metadata,
as read by an ASM
ClassReader
.
- MetadataReaderFactory - Interface in org.springframework.core.type.classreading
-
- metaDataSchemaNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.CallMetaDataProvider
-
Provide any modification of the schema name passed in to match the meta data currently used.
- metaDataSchemaNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.Db2CallMetaDataProvider
-
- metaDataSchemaNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.DerbyCallMetaDataProvider
-
- metaDataSchemaNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider
-
- metaDataSchemaNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
-
- metaDataSchemaNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.OracleCallMetaDataProvider
-
- metaDataSchemaNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.PostgresCallMetaDataProvider
-
- metaDataSchemaNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
-
Provide any modification of the schema name passed in to match the meta data currently used.
- method - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
-
- METHOD - Static variable in class org.springframework.asm.Type
-
The sort of method types.
- method(HttpMethod, URI) - Static method in class org.springframework.http.RequestEntity
-
Create a builder with the given method and url.
- method(HttpMethod) - Static method in class org.springframework.test.web.client.match.MockRestRequestMatchers
-
- method(Method) - Method in class org.springframework.test.web.servlet.result.HandlerResultMatchers
-
Assert the controller method that processed the request.
- METHOD_FORMAL_PARAMETER - Static variable in class org.springframework.asm.TypeReference
-
The sort of type references that target the type of a formal parameter of
a method.
- METHOD_GET - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
-
HTTP method "GET"
- METHOD_HEAD - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
-
HTTP method "HEAD"
- METHOD_INVOCATION_TYPE_ARGUMENT - Static variable in class org.springframework.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
method in a method call.
- METHOD_POST - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
-
HTTP method "POST"
- METHOD_RECEIVER - Static variable in class org.springframework.asm.TypeReference
-
The sort of type references that target the receiver type of a method.
- METHOD_REFERENCE - Static variable in class org.springframework.asm.TypeReference
-
The sort of type references that target the receiver type of a method
reference.
- METHOD_REFERENCE_TYPE_ARGUMENT - Static variable in class org.springframework.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
method in a method reference.
- METHOD_RETURN - Static variable in class org.springframework.asm.TypeReference
-
The sort of type references that target the return type of a method.
- METHOD_TYPE_PARAMETER - Static variable in class org.springframework.asm.TypeReference
-
The sort of type references that target a type parameter of a generic
method.
- METHOD_TYPE_PARAMETER_BOUND - Static variable in class org.springframework.asm.TypeReference
-
The sort of type references that target a bound of a type parameter of a
generic method.
- MethodArgumentBuilder(Method) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
-
- MethodArgumentNotValidException - Exception in org.springframework.messaging.handler.annotation.support
-
Exception to be thrown when a method argument fails validation perhaps as a
result of @Valid
style validation, or perhaps because it is required.
- MethodArgumentNotValidException(Message<?>, MethodParameter) - Constructor for exception org.springframework.messaging.handler.annotation.support.MethodArgumentNotValidException
-
Create a new instance with the invalid MethodParameter
.
- MethodArgumentNotValidException(Message<?>, MethodParameter, BindingResult) - Constructor for exception org.springframework.messaging.handler.annotation.support.MethodArgumentNotValidException
-
Create a new instance with the invalid
MethodParameter
and a
BindingResult
.
- MethodArgumentNotValidException - Exception in org.springframework.web.bind
-
Exception to be thrown when validation on an argument annotated with @Valid
fails.
- MethodArgumentNotValidException(MethodParameter, BindingResult) - Constructor for exception org.springframework.web.bind.MethodArgumentNotValidException
-
- MethodArgumentTypeMismatchException - Exception in org.springframework.messaging.handler.annotation.support
-
Exception that indicates that a method argument has not the
expected type.
- MethodArgumentTypeMismatchException(Message<?>, MethodParameter, String) - Constructor for exception org.springframework.messaging.handler.annotation.support.MethodArgumentTypeMismatchException
-
Create a new instance with the invalid MethodParameter
.
- MethodBeforeAdvice - Interface in org.springframework.aop
-
Advice invoked before a method is invoked.
- MethodBeforeAdviceInterceptor - Class in org.springframework.aop.framework.adapter
-
- MethodBeforeAdviceInterceptor(MethodBeforeAdvice) - Constructor for class org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor
-
Create a new MethodBeforeAdviceInterceptor for the given advice.
- methodBlock(FrameworkMethod) - Method in class org.springframework.test.context.junit4.SpringJUnit4ClassRunner
-
- MethodCacheKey - Class in org.springframework.cache.interceptor
-
Represent a method on a particular
Class
and is suitable as a key.
- MethodCacheKey(Method, Class<?>) - Constructor for class org.springframework.cache.interceptor.MethodCacheKey
-
- MethodExclusionMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
-
AbstractReflectiveMBeanInfoAssembler
subclass that allows
method names to be explicitly excluded as MBean operations and attributes.
- MethodExclusionMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler
-
- MethodExecutor - Interface in org.springframework.expression
-
MethodExecutors are built by the resolvers and can be cached by the infrastructure to
repeat an operation quickly without going back to the resolvers.
- MethodFilter - Interface in org.springframework.expression
-
MethodFilter instances allow SpEL users to fine tune the behaviour of the method
resolution process.
- methodIdentification(Method, Class<?>) - Method in class org.springframework.cache.interceptor.CacheAspectSupport
-
Convenience method to return a String representation of this Method
for use in logging.
- methodIdentification(Method, Class<?>) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
Convenience method to return a String representation of this Method
for use in logging.
- methodIdentification(Method) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport
-
- MethodInvocationException - Exception in org.springframework.beans
-
Thrown when a bean property getter or setter method throws an exception,
analogous to an InvocationTargetException.
- MethodInvocationException(PropertyChangeEvent, Throwable) - Constructor for exception org.springframework.beans.MethodInvocationException
-
Create a new MethodInvocationException.
- MethodInvocationProceedingJoinPoint - Class in org.springframework.aop.aspectj
-
Implementation of AspectJ ProceedingJoinPoint interface
wrapping an AOP Alliance MethodInvocation.
- MethodInvocationProceedingJoinPoint(ProxyMethodInvocation) - Constructor for class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
-
Create a new MethodInvocationProceedingJoinPoint, wrapping the given
Spring ProxyMethodInvocation object.
- MethodInvoker - Class in org.springframework.util
-
Helper class that allows for specifying a method to invoke in a declarative
fashion, be it static or non-static.
- MethodInvoker() - Constructor for class org.springframework.util.MethodInvoker
-
- MethodInvokingBean - Class in org.springframework.beans.factory.config
-
Simple method invoker bean: just invoking a target method, not expecting a result
to expose to the container (in contrast to
MethodInvokingFactoryBean
).
- MethodInvokingBean() - Constructor for class org.springframework.beans.factory.config.MethodInvokingBean
-
- MethodInvokingFactoryBean - Class in org.springframework.beans.factory.config
-
FactoryBean
which returns a value which is the result of a static or instance
method invocation.
- MethodInvokingFactoryBean() - Constructor for class org.springframework.beans.factory.config.MethodInvokingFactoryBean
-
- MethodInvokingJob() - Constructor for class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
-
- MethodInvokingJobDetailFactoryBean - Class in org.springframework.scheduling.quartz
-
FactoryBean
that exposes a
JobDetail
object which delegates job execution to a
specified (static or non-static) method.
- MethodInvokingJobDetailFactoryBean() - Constructor for class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
-
- MethodInvokingJobDetailFactoryBean.MethodInvokingJob - Class in org.springframework.scheduling.quartz
-
Quartz Job implementation that invokes a specified method.
- MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob - Class in org.springframework.scheduling.quartz
-
Extension of the MethodInvokingJob, implementing the StatefulJob interface.
- MethodInvokingRunnable - Class in org.springframework.scheduling.support
-
Adapter that implements the
Runnable
interface as a configurable
method invocation based on Spring's MethodInvoker.
- MethodInvokingRunnable() - Constructor for class org.springframework.scheduling.support.MethodInvokingRunnable
-
- MethodJmsListenerEndpoint - Class in org.springframework.jms.config
-
A
JmsListenerEndpoint
providing the method to invoke to process
an incoming message for this endpoint.
- MethodJmsListenerEndpoint() - Constructor for class org.springframework.jms.config.MethodJmsListenerEndpoint
-
- MethodLocatingFactoryBean - Class in org.springframework.aop.config
-
- MethodLocatingFactoryBean() - Constructor for class org.springframework.aop.config.MethodLocatingFactoryBean
-
- MethodMapTransactionAttributeSource - Class in org.springframework.transaction.interceptor
-
- MethodMapTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
-
- MethodMatcher - Interface in org.springframework.aop
-
Part of a
Pointcut
: Checks whether the target method is eligible for advice.
- MethodMatchers - Class in org.springframework.aop.support
-
- MethodMatchers() - Constructor for class org.springframework.aop.support.MethodMatchers
-
- MethodMetadata - Interface in org.springframework.core.type
-
Interface that defines abstract access to the annotations of a specific
class, in a form that does not require that class to be loaded yet.
- MethodMetadataReadingVisitor - Class in org.springframework.core.type.classreading
-
ASM method visitor which looks for the annotations defined on the method,
exposing them through the
MethodMetadata
interface.
- MethodMetadataReadingVisitor(String, int, String, ClassLoader, Set<MethodMetadata>) - Constructor for class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
-
- methodMetadataSet - Variable in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
-
- methodMetadataSet - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
-
- methodName(Matcher<? super String>) - Method in class org.springframework.test.web.servlet.result.HandlerResultMatchers
-
Assert the name of the controller method that processed the request with
the given Hamcrest Matcher
.
- methodName(String) - Method in class org.springframework.test.web.servlet.result.HandlerResultMatchers
-
Assert the name of the controller method that processed the request.
- MethodNameBasedMBeanInfoAssembler - Class in org.springframework.jmx.export.assembler
-
Subclass of AbstractReflectiveMBeanInfoAssembler
that allows
to specify method names to be exposed as MBean operations and attributes.
- MethodNameBasedMBeanInfoAssembler() - Constructor for class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
-
- MethodNameResolver - Interface in org.springframework.web.servlet.mvc.multiaction
-
Interface that parameterizes the MultiActionController class
using the Strategy GoF Design pattern, allowing
the mapping from incoming request to handler method name
to be varied without affecting other application code.
- MethodOverride - Class in org.springframework.beans.factory.support
-
Object representing the override of a method on a managed object by the IoC
container.
- MethodOverride(String) - Constructor for class org.springframework.beans.factory.support.MethodOverride
-
Construct a new override for the given method.
- MethodOverrides - Class in org.springframework.beans.factory.support
-
Set of method overrides, determining which, if any, methods on a
managed object the Spring IoC container will override at runtime.
- MethodOverrides() - Constructor for class org.springframework.beans.factory.support.MethodOverrides
-
Create new MethodOverrides.
- MethodOverrides(MethodOverrides) - Constructor for class org.springframework.beans.factory.support.MethodOverrides
-
Deep copy constructor.
- MethodParameter - Class in org.springframework.core
-
Helper class that encapsulates the specification of a method parameter, i.e.
- MethodParameter(Method, int) - Constructor for class org.springframework.core.MethodParameter
-
Create a new MethodParameter for the given method, with nesting level 1.
- MethodParameter(Method, int, int) - Constructor for class org.springframework.core.MethodParameter
-
Create a new MethodParameter for the given method.
- MethodParameter(Constructor<?>, int) - Constructor for class org.springframework.core.MethodParameter
-
Create a new MethodParameter for the given constructor, with nesting level 1.
- MethodParameter(Constructor<?>, int, int) - Constructor for class org.springframework.core.MethodParameter
-
Create a new MethodParameter for the given constructor.
- MethodParameter(MethodParameter) - Constructor for class org.springframework.core.MethodParameter
-
Copy constructor, resulting in an independent MethodParameter object
based on the same metadata and cache state that the original object was in.
- MethodReference - Class in org.springframework.expression.spel.ast
-
Expression language AST node that represents a method reference.
- MethodReference(boolean, String, int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.MethodReference
-
- MethodReplacer - Interface in org.springframework.beans.factory.support
-
Interface to be implemented by classes that can reimplement any method
on an IoC-managed object: the Method Injection form of
Dependency Injection.
- MethodResolver - Interface in org.springframework.expression
-
A method resolver attempts locate a method and returns a command executor that can be
used to invoke that method.
- MethodValidationInterceptor - Class in org.springframework.validation.beanvalidation
-
An AOP Alliance
MethodInterceptor
implementation that delegates to a
JSR-303 provider for performing method-level validation on annotated methods.
- MethodValidationInterceptor() - Constructor for class org.springframework.validation.beanvalidation.MethodValidationInterceptor
-
Create a new MethodValidationInterceptor using a default JSR-303 validator underneath.
- MethodValidationInterceptor(ValidatorFactory) - Constructor for class org.springframework.validation.beanvalidation.MethodValidationInterceptor
-
Create a new MethodValidationInterceptor using the given JSR-303 ValidatorFactory.
- MethodValidationInterceptor(Validator) - Constructor for class org.springframework.validation.beanvalidation.MethodValidationInterceptor
-
Create a new MethodValidationInterceptor using the given JSR-303 Validator.
- MethodValidationPostProcessor - Class in org.springframework.validation.beanvalidation
-
A convenient
BeanPostProcessor
implementation that delegates to a
JSR-303 provider for performing method-level validation on annotated methods.
- MethodValidationPostProcessor() - Constructor for class org.springframework.validation.beanvalidation.MethodValidationPostProcessor
-
- MethodVisitor - Class in org.springframework.asm
-
A visitor to visit a Java method.
- MethodVisitor(int) - Constructor for class org.springframework.asm.MethodVisitor
-
- MethodVisitor(int, MethodVisitor) - Constructor for class org.springframework.asm.MethodVisitor
-
- MetricType - Enum in org.springframework.jmx.support
-
Represents how the measurement values of a ManagedMetric
will change over time.
- MillisecondInstantPrinter - Class in org.springframework.format.datetime.joda
-
- MillisecondInstantPrinter(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.MillisecondInstantPrinter
-
Create a new ReadableInstantPrinter.
- MimeContainer - Interface in org.springframework.oxm.mime
-
Represents a container for MIME attachments
Concrete implementations might adapt a SOAPMessage or an email message.
- MimeMailMessage - Class in org.springframework.mail.javamail
-
Implementation of the MailMessage interface for a JavaMail MIME message,
to let message population code interact with a simple message or a MIME
message through a common interface.
- MimeMailMessage(MimeMessageHelper) - Constructor for class org.springframework.mail.javamail.MimeMailMessage
-
Create a new MimeMailMessage based on the given MimeMessageHelper.
- MimeMailMessage(MimeMessage) - Constructor for class org.springframework.mail.javamail.MimeMailMessage
-
Create a new MimeMailMessage based on the given JavaMail MimeMessage.
- MimeMarshaller - Interface in org.springframework.oxm.mime
-
Subinterface of
Marshaller
that can use MIME attachments to optimize
storage of binary data.
- MimeMessageHelper - Class in org.springframework.mail.javamail
-
- MimeMessageHelper(MimeMessage) - Constructor for class org.springframework.mail.javamail.MimeMessageHelper
-
Create a new MimeMessageHelper for the given MimeMessage,
assuming a simple text message (no multipart content,
i.e.
- MimeMessageHelper(MimeMessage, String) - Constructor for class org.springframework.mail.javamail.MimeMessageHelper
-
Create a new MimeMessageHelper for the given MimeMessage,
assuming a simple text message (no multipart content,
i.e.
- MimeMessageHelper(MimeMessage, boolean) - Constructor for class org.springframework.mail.javamail.MimeMessageHelper
-
Create a new MimeMessageHelper for the given MimeMessage,
in multipart mode (supporting alternative texts, inline
elements and attachments) if requested.
- MimeMessageHelper(MimeMessage, boolean, String) - Constructor for class org.springframework.mail.javamail.MimeMessageHelper
-
Create a new MimeMessageHelper for the given MimeMessage,
in multipart mode (supporting alternative texts, inline
elements and attachments) if requested.
- MimeMessageHelper(MimeMessage, int) - Constructor for class org.springframework.mail.javamail.MimeMessageHelper
-
Create a new MimeMessageHelper for the given MimeMessage,
in multipart mode (supporting alternative texts, inline
elements and attachments) if requested.
- MimeMessageHelper(MimeMessage, int, String) - Constructor for class org.springframework.mail.javamail.MimeMessageHelper
-
Create a new MimeMessageHelper for the given MimeMessage,
in multipart mode (supporting alternative texts, inline
elements and attachments) if requested.
- MimeMessagePreparator - Interface in org.springframework.mail.javamail
-
Callback interface for the preparation of JavaMail MIME messages.
- MimeType - Class in org.springframework.util
-
Represents a MIME Type, as originally defined in RFC 2046 and subsequently used in
other Internet protocols including HTTP.
- MimeType(String) - Constructor for class org.springframework.util.MimeType
-
Create a new MimeType
for the given primary type.
- MimeType(String, String) - Constructor for class org.springframework.util.MimeType
-
Create a new MimeType
for the given primary type and subtype.
- MimeType(String, String, Charset) - Constructor for class org.springframework.util.MimeType
-
Create a new MimeType
for the given type, subtype, and character set.
- MimeType(MimeType, Map<String, String>) - Constructor for class org.springframework.util.MimeType
-
Copy-constructor that copies the type and subtype of the given MimeType
,
and allows for different parameter.
- MimeType(String, String, Map<String, String>) - Constructor for class org.springframework.util.MimeType
-
Create a new MimeType
for the given type, subtype, and parameters.
- MimeType.SpecificityComparator<T extends MimeType> - Class in org.springframework.util
-
- MimeTypeUtils - Class in org.springframework.util
-
- MimeTypeUtils() - Constructor for class org.springframework.util.MimeTypeUtils
-
- MimeUnmarshaller - Interface in org.springframework.oxm.mime
-
Subinterface of
Unmarshaller
that can use MIME attachments
to optimize storage of binary data.
- MINIMUM_WEBSOCKET_MESSAGE_SIZE - Static variable in class org.springframework.web.socket.messaging.StompSubProtocolHandler
-
This handler supports assembling large STOMP messages split into multiple
WebSocket messages and STOMP clients (like stomp.js) indeed split large STOMP
messages at 16K boundaries.
- MISSING_FIELD_ERROR_CODE - Static variable in class org.springframework.validation.DefaultBindingErrorProcessor
-
Error code that a missing field error (i.e.
- MissingPortletRequestParameterException - Exception in org.springframework.web.portlet.bind
-
- MissingPortletRequestParameterException(String, String) - Constructor for exception org.springframework.web.portlet.bind.MissingPortletRequestParameterException
-
Constructor for MissingPortletRequestParameterException.
- MissingRequiredPropertiesException - Exception in org.springframework.core.env
-
Exception thrown when required properties are not found.
- MissingRequiredPropertiesException() - Constructor for exception org.springframework.core.env.MissingRequiredPropertiesException
-
- MissingServletRequestParameterException - Exception in org.springframework.web.bind
-
- MissingServletRequestParameterException(String, String) - Constructor for exception org.springframework.web.bind.MissingServletRequestParameterException
-
Constructor for MissingServletRequestParameterException.
- MissingServletRequestPartException - Exception in org.springframework.web.multipart.support
-
Raised when the part of a "multipart/form-data" request identified by its
name cannot be found.
- MissingServletRequestPartException(String) - Constructor for exception org.springframework.web.multipart.support.MissingServletRequestPartException
-
- MissingSessionUserException - Exception in org.springframework.messaging.simp.annotation.support
-
- MissingSessionUserException(Message<?>) - Constructor for exception org.springframework.messaging.simp.annotation.support.MissingSessionUserException
-
- mixIn(Class<?>, Class<?>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Add mix-in annotations to use for augmenting specified class or interface.
- mixIns(Map<Class<?>, Class<?>>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Add mix-in annotations to use for augmenting specified class or interface.
- MOCK_PROPERTIES_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.mock.env.MockPropertySource
-
"mockProperties" is the default name for
MockPropertySource
instances not
otherwise given an explicit name.
- MockActionRequest - Class in org.springframework.mock.web.portlet
-
- MockActionRequest() - Constructor for class org.springframework.mock.web.portlet.MockActionRequest
-
- MockActionRequest(String) - Constructor for class org.springframework.mock.web.portlet.MockActionRequest
-
- MockActionRequest(PortletMode) - Constructor for class org.springframework.mock.web.portlet.MockActionRequest
-
- MockActionRequest(PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockActionRequest
-
- MockActionRequest(PortalContext, PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockActionRequest
-
Create a new MockActionRequest.
- MockActionResponse - Class in org.springframework.mock.web.portlet
-
- MockActionResponse() - Constructor for class org.springframework.mock.web.portlet.MockActionResponse
-
- MockActionResponse(PortalContext) - Constructor for class org.springframework.mock.web.portlet.MockActionResponse
-
Create a new MockActionResponse.
- MockAsyncClientHttpRequest - Class in org.springframework.mock.http.client
-
- MockAsyncClientHttpRequest() - Constructor for class org.springframework.mock.http.client.MockAsyncClientHttpRequest
-
- MockAsyncClientHttpRequest(HttpMethod, URI) - Constructor for class org.springframework.mock.http.client.MockAsyncClientHttpRequest
-
- MockAsyncContext - Class in org.springframework.mock.web
-
- MockAsyncContext(ServletRequest, ServletResponse) - Constructor for class org.springframework.mock.web.MockAsyncContext
-
- MockBaseURL - Class in org.springframework.mock.web.portlet
-
Mock implementation of the
BaseURL
interface.
- MockBaseURL() - Constructor for class org.springframework.mock.web.portlet.MockBaseURL
-
- MockBodyContent - Class in org.springframework.mock.web
-
- MockBodyContent(String, HttpServletResponse) - Constructor for class org.springframework.mock.web.MockBodyContent
-
Create a MockBodyContent for the given response.
- MockBodyContent(String, Writer) - Constructor for class org.springframework.mock.web.MockBodyContent
-
Create a MockBodyContent for the given response.
- MockBodyContent(String, HttpServletResponse, Writer) - Constructor for class org.springframework.mock.web.MockBodyContent
-
Create a MockBodyContent for the given response.
- MockCacheControl - Class in org.springframework.mock.web.portlet
-
- MockCacheControl() - Constructor for class org.springframework.mock.web.portlet.MockCacheControl
-
- MockClientDataRequest - Class in org.springframework.mock.web.portlet
-
- MockClientDataRequest() - Constructor for class org.springframework.mock.web.portlet.MockClientDataRequest
-
- MockClientDataRequest(PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockClientDataRequest
-
- MockClientDataRequest(PortalContext, PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockClientDataRequest
-
Create a new MockClientDataRequest.
- MockClientHttpRequest - Class in org.springframework.mock.http.client
-
- MockClientHttpRequest() - Constructor for class org.springframework.mock.http.client.MockClientHttpRequest
-
Default constructor.
- MockClientHttpRequest(HttpMethod, URI) - Constructor for class org.springframework.mock.http.client.MockClientHttpRequest
-
Create an instance with the given HttpMethod and URI.
- MockClientHttpResponse - Class in org.springframework.mock.http.client
-
- MockClientHttpResponse(byte[], HttpStatus) - Constructor for class org.springframework.mock.http.client.MockClientHttpResponse
-
Constructor with response body as a byte array.
- MockClientHttpResponse(InputStream, HttpStatus) - Constructor for class org.springframework.mock.http.client.MockClientHttpResponse
-
Constructor with response body as InputStream.
- MockEnvironment - Class in org.springframework.mock.env
-
- MockEnvironment() - Constructor for class org.springframework.mock.env.MockEnvironment
-
- MockEvent - Class in org.springframework.mock.web.portlet
-
Mock implementation of the
Event
interface.
- MockEvent(QName) - Constructor for class org.springframework.mock.web.portlet.MockEvent
-
Create a new MockEvent with the given name.
- MockEvent(QName, Serializable) - Constructor for class org.springframework.mock.web.portlet.MockEvent
-
Create a new MockEvent with the given name and value.
- MockEvent(String) - Constructor for class org.springframework.mock.web.portlet.MockEvent
-
Create a new MockEvent with the given name.
- MockEvent(String, Serializable) - Constructor for class org.springframework.mock.web.portlet.MockEvent
-
Create a new MockEvent with the given name and value.
- MockEventRequest - Class in org.springframework.mock.web.portlet
-
- MockEventRequest(Event) - Constructor for class org.springframework.mock.web.portlet.MockEventRequest
-
- MockEventRequest(Event, PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockEventRequest
-
- MockEventRequest(Event, PortalContext, PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockEventRequest
-
Create a new MockEventRequest.
- MockEventResponse - Class in org.springframework.mock.web.portlet
-
- MockEventResponse() - Constructor for class org.springframework.mock.web.portlet.MockEventResponse
-
- MockExpressionEvaluator - Class in org.springframework.mock.web
-
Mock implementation of the JSP 2.0
ExpressionEvaluator
interface, delegating to the Apache JSTL ExpressionEvaluatorManager.
- MockExpressionEvaluator(PageContext) - Constructor for class org.springframework.mock.web.MockExpressionEvaluator
-
Create a new MockExpressionEvaluator for the given PageContext.
- MockFilterChain - Class in org.springframework.mock.web
-
- MockFilterChain() - Constructor for class org.springframework.mock.web.MockFilterChain
-
Register a single do-nothing
Filter
implementation.
- MockFilterChain(Servlet) - Constructor for class org.springframework.mock.web.MockFilterChain
-
Create a FilterChain with a Servlet.
- MockFilterChain(Servlet, Filter...) - Constructor for class org.springframework.mock.web.MockFilterChain
-
Create a FilterChain
with Filter's and a Servlet.
- MockFilterConfig - Class in org.springframework.mock.web
-
- MockFilterConfig() - Constructor for class org.springframework.mock.web.MockFilterConfig
-
- MockFilterConfig(String) - Constructor for class org.springframework.mock.web.MockFilterConfig
-
- MockFilterConfig(ServletContext) - Constructor for class org.springframework.mock.web.MockFilterConfig
-
Create a new MockFilterConfig.
- MockFilterConfig(ServletContext, String) - Constructor for class org.springframework.mock.web.MockFilterConfig
-
Create a new MockFilterConfig.
- MockHttpInputMessage - Class in org.springframework.mock.http
-
- MockHttpInputMessage(byte[]) - Constructor for class org.springframework.mock.http.MockHttpInputMessage
-
- MockHttpInputMessage(InputStream) - Constructor for class org.springframework.mock.http.MockHttpInputMessage
-
- MockHttpOutputMessage - Class in org.springframework.mock.http
-
- MockHttpOutputMessage() - Constructor for class org.springframework.mock.http.MockHttpOutputMessage
-
- MockHttpServletRequest - Class in org.springframework.mock.web
-
- MockHttpServletRequest() - Constructor for class org.springframework.mock.web.MockHttpServletRequest
-
- MockHttpServletRequest(String, String) - Constructor for class org.springframework.mock.web.MockHttpServletRequest
-
- MockHttpServletRequest(ServletContext) - Constructor for class org.springframework.mock.web.MockHttpServletRequest
-
- MockHttpServletRequest(ServletContext, String, String) - Constructor for class org.springframework.mock.web.MockHttpServletRequest
-
Create a new
MockHttpServletRequest
with the supplied
ServletContext
,
method
, and
requestURI
.
- MockHttpServletRequestBuilder - Class in org.springframework.test.web.servlet.request
-
- MockHttpServletResponse - Class in org.springframework.mock.web
-
- MockHttpServletResponse() - Constructor for class org.springframework.mock.web.MockHttpServletResponse
-
- MockHttpSession - Class in org.springframework.mock.web
-
- MockHttpSession() - Constructor for class org.springframework.mock.web.MockHttpSession
-
- MockHttpSession(ServletContext) - Constructor for class org.springframework.mock.web.MockHttpSession
-
Create a new MockHttpSession.
- MockHttpSession(ServletContext, String) - Constructor for class org.springframework.mock.web.MockHttpSession
-
Create a new MockHttpSession.
- MockJspWriter - Class in org.springframework.mock.web
-
- MockJspWriter(HttpServletResponse) - Constructor for class org.springframework.mock.web.MockJspWriter
-
Create a MockJspWriter for the given response,
using the response's default Writer.
- MockJspWriter(Writer) - Constructor for class org.springframework.mock.web.MockJspWriter
-
Create a MockJspWriter for the given plain Writer.
- MockJspWriter(HttpServletResponse, Writer) - Constructor for class org.springframework.mock.web.MockJspWriter
-
Create a MockJspWriter for the given response.
- MockMimeResponse - Class in org.springframework.mock.web.portlet
-
- MockMimeResponse() - Constructor for class org.springframework.mock.web.portlet.MockMimeResponse
-
- MockMimeResponse(PortalContext) - Constructor for class org.springframework.mock.web.portlet.MockMimeResponse
-
Create a new MockMimeResponse.
- MockMimeResponse(PortalContext, PortletRequest) - Constructor for class org.springframework.mock.web.portlet.MockMimeResponse
-
Create a new MockMimeResponse.
- MockMultipartActionRequest - Class in org.springframework.mock.web.portlet
-
- MockMultipartActionRequest() - Constructor for class org.springframework.mock.web.portlet.MockMultipartActionRequest
-
- MockMultipartFile - Class in org.springframework.mock.web
-
- MockMultipartFile(String, byte[]) - Constructor for class org.springframework.mock.web.MockMultipartFile
-
Create a new MockMultipartFile with the given content.
- MockMultipartFile(String, InputStream) - Constructor for class org.springframework.mock.web.MockMultipartFile
-
Create a new MockMultipartFile with the given content.
- MockMultipartFile(String, String, String, byte[]) - Constructor for class org.springframework.mock.web.MockMultipartFile
-
Create a new MockMultipartFile with the given content.
- MockMultipartFile(String, String, String, InputStream) - Constructor for class org.springframework.mock.web.MockMultipartFile
-
Create a new MockMultipartFile with the given content.
- MockMultipartHttpServletRequest - Class in org.springframework.mock.web
-
- MockMultipartHttpServletRequest() - Constructor for class org.springframework.mock.web.MockMultipartHttpServletRequest
-
- MockMultipartHttpServletRequest(ServletContext) - Constructor for class org.springframework.mock.web.MockMultipartHttpServletRequest
-
Create a new
MockMultipartHttpServletRequest
with the supplied
ServletContext
.
- MockMultipartHttpServletRequestBuilder - Class in org.springframework.test.web.servlet.request
-
- MockMvc - Class in org.springframework.test.web.servlet
-
Main entry point for server-side Spring MVC test support.
- MockMvcBuilder - Interface in org.springframework.test.web.servlet
-
- MockMvcBuilders - Class in org.springframework.test.web.servlet.setup
-
- MockMvcBuilders() - Constructor for class org.springframework.test.web.servlet.setup.MockMvcBuilders
-
- MockMvcBuilderSupport - Class in org.springframework.test.web.servlet
-
Base class for MockMvc builder implementations, providing the capability to
create a
MockMvc
instance.
- MockMvcBuilderSupport() - Constructor for class org.springframework.test.web.servlet.MockMvcBuilderSupport
-
- MockMvcClientHttpRequestFactory - Class in org.springframework.test.web.client
-
- MockMvcClientHttpRequestFactory(MockMvc) - Constructor for class org.springframework.test.web.client.MockMvcClientHttpRequestFactory
-
- MockMvcConfigurer - Interface in org.springframework.test.web.servlet.setup
-
Allows a sub-class to encapsulate logic for pre-configuring a
ConfigurableMockMvcBuilder
for some specific purpose.
- MockMvcConfigurerAdapter - Class in org.springframework.test.web.servlet.setup
-
- MockMvcConfigurerAdapter() - Constructor for class org.springframework.test.web.servlet.setup.MockMvcConfigurerAdapter
-
- MockMvcRequestBuilders - Class in org.springframework.test.web.servlet.request
-
- MockMvcRequestBuilders() - Constructor for class org.springframework.test.web.servlet.request.MockMvcRequestBuilders
-
- MockMvcResultHandlers - Class in org.springframework.test.web.servlet.result
-
- MockMvcResultMatchers - Class in org.springframework.test.web.servlet.result
-
- MockPageContext - Class in org.springframework.mock.web
-
- MockPageContext() - Constructor for class org.springframework.mock.web.MockPageContext
-
- MockPageContext(ServletContext) - Constructor for class org.springframework.mock.web.MockPageContext
-
- MockPageContext(ServletContext, HttpServletRequest) - Constructor for class org.springframework.mock.web.MockPageContext
-
Create new MockPageContext with a MockHttpServletResponse,
MockServletConfig.
- MockPageContext(ServletContext, HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.mock.web.MockPageContext
-
Create new MockPageContext with a MockServletConfig.
- MockPageContext(ServletContext, HttpServletRequest, HttpServletResponse, ServletConfig) - Constructor for class org.springframework.mock.web.MockPageContext
-
Create new MockServletConfig.
- MockPortalContext - Class in org.springframework.mock.web.portlet
-
- MockPortalContext() - Constructor for class org.springframework.mock.web.portlet.MockPortalContext
-
Create a new MockPortalContext
with default PortletModes (VIEW, EDIT, HELP)
and default WindowStates (NORMAL, MAXIMIZED, MINIMIZED).
- MockPortalContext(List<PortletMode>, List<WindowState>) - Constructor for class org.springframework.mock.web.portlet.MockPortalContext
-
Create a new MockPortalContext with the given PortletModes and WindowStates.
- MockPortletConfig - Class in org.springframework.mock.web.portlet
-
- MockPortletConfig() - Constructor for class org.springframework.mock.web.portlet.MockPortletConfig
-
- MockPortletConfig(String) - Constructor for class org.springframework.mock.web.portlet.MockPortletConfig
-
- MockPortletConfig(PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockPortletConfig
-
Create a new MockPortletConfig.
- MockPortletConfig(PortletContext, String) - Constructor for class org.springframework.mock.web.portlet.MockPortletConfig
-
Create a new MockPortletConfig.
- MockPortletContext - Class in org.springframework.mock.web.portlet
-
- MockPortletContext() - Constructor for class org.springframework.mock.web.portlet.MockPortletContext
-
Create a new MockPortletContext with no base path and a
DefaultResourceLoader (i.e.
- MockPortletContext(String) - Constructor for class org.springframework.mock.web.portlet.MockPortletContext
-
Create a new MockPortletContext using a DefaultResourceLoader.
- MockPortletContext(ResourceLoader) - Constructor for class org.springframework.mock.web.portlet.MockPortletContext
-
Create a new MockPortletContext, using the specified ResourceLoader
and no base path.
- MockPortletContext(String, ResourceLoader) - Constructor for class org.springframework.mock.web.portlet.MockPortletContext
-
Create a new MockPortletContext.
- MockPortletPreferences - Class in org.springframework.mock.web.portlet
-
- MockPortletPreferences() - Constructor for class org.springframework.mock.web.portlet.MockPortletPreferences
-
- MockPortletRequest - Class in org.springframework.mock.web.portlet
-
- MockPortletRequest() - Constructor for class org.springframework.mock.web.portlet.MockPortletRequest
-
- MockPortletRequest(PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockPortletRequest
-
- MockPortletRequest(PortalContext, PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockPortletRequest
-
Create a new MockPortletRequest.
- MockPortletRequestDispatcher - Class in org.springframework.mock.web.portlet
-
- MockPortletRequestDispatcher(String) - Constructor for class org.springframework.mock.web.portlet.MockPortletRequestDispatcher
-
Create a new MockPortletRequestDispatcher for the given URL.
- MockPortletResponse - Class in org.springframework.mock.web.portlet
-
- MockPortletResponse() - Constructor for class org.springframework.mock.web.portlet.MockPortletResponse
-
- MockPortletResponse(PortalContext) - Constructor for class org.springframework.mock.web.portlet.MockPortletResponse
-
Create a new MockPortletResponse.
- MockPortletSession - Class in org.springframework.mock.web.portlet
-
- MockPortletSession() - Constructor for class org.springframework.mock.web.portlet.MockPortletSession
-
- MockPortletSession(PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockPortletSession
-
Create a new MockPortletSession.
- MockPortletURL - Class in org.springframework.mock.web.portlet
-
- MockPortletURL(PortalContext, String) - Constructor for class org.springframework.mock.web.portlet.MockPortletURL
-
Create a new MockPortletURL for the given URL type.
- MockPropertySource - Class in org.springframework.mock.env
-
- MockPropertySource() - Constructor for class org.springframework.mock.env.MockPropertySource
-
- MockPropertySource(String) - Constructor for class org.springframework.mock.env.MockPropertySource
-
Create a new
MockPropertySource
with the given name that will
maintain its own internal
Properties
instance.
- MockPropertySource(Properties) - Constructor for class org.springframework.mock.env.MockPropertySource
-
- MockPropertySource(String, Properties) - Constructor for class org.springframework.mock.env.MockPropertySource
-
Create a new
MockPropertySource
with the given name and backed by the given
Properties
object.
- MockRenderRequest - Class in org.springframework.mock.web.portlet
-
- MockRenderRequest() - Constructor for class org.springframework.mock.web.portlet.MockRenderRequest
-
- MockRenderRequest(PortletMode) - Constructor for class org.springframework.mock.web.portlet.MockRenderRequest
-
- MockRenderRequest(PortletMode, WindowState) - Constructor for class org.springframework.mock.web.portlet.MockRenderRequest
-
- MockRenderRequest(PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockRenderRequest
-
- MockRenderRequest(PortalContext, PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockRenderRequest
-
Create a new MockRenderRequest.
- MockRenderResponse - Class in org.springframework.mock.web.portlet
-
- MockRenderResponse() - Constructor for class org.springframework.mock.web.portlet.MockRenderResponse
-
- MockRenderResponse(PortalContext) - Constructor for class org.springframework.mock.web.portlet.MockRenderResponse
-
Create a new MockRenderResponse.
- MockRenderResponse(PortalContext, RenderRequest) - Constructor for class org.springframework.mock.web.portlet.MockRenderResponse
-
Create a new MockRenderResponse.
- MockRequestDispatcher - Class in org.springframework.mock.web
-
- MockRequestDispatcher(String) - Constructor for class org.springframework.mock.web.MockRequestDispatcher
-
Create a new MockRequestDispatcher for the given resource.
- MockResourceRequest - Class in org.springframework.mock.web.portlet
-
- MockResourceRequest() - Constructor for class org.springframework.mock.web.portlet.MockResourceRequest
-
- MockResourceRequest(String) - Constructor for class org.springframework.mock.web.portlet.MockResourceRequest
-
- MockResourceRequest(MockResourceURL) - Constructor for class org.springframework.mock.web.portlet.MockResourceRequest
-
- MockResourceRequest(PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockResourceRequest
-
- MockResourceRequest(PortalContext, PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockResourceRequest
-
Create a new MockResourceRequest.
- MockResourceResponse - Class in org.springframework.mock.web.portlet
-
- MockResourceResponse() - Constructor for class org.springframework.mock.web.portlet.MockResourceResponse
-
- MockResourceURL - Class in org.springframework.mock.web.portlet
-
- MockResourceURL() - Constructor for class org.springframework.mock.web.portlet.MockResourceURL
-
- MockRestRequestMatchers - Class in org.springframework.test.web.client.match
-
- MockRestResponseCreators - Class in org.springframework.test.web.client.response
-
- MockRestServiceServer - Class in org.springframework.test.web.client
-
Main entry point for client-side REST testing.
- MockServletConfig - Class in org.springframework.mock.web
-
- MockServletConfig() - Constructor for class org.springframework.mock.web.MockServletConfig
-
- MockServletConfig(String) - Constructor for class org.springframework.mock.web.MockServletConfig
-
- MockServletConfig(ServletContext) - Constructor for class org.springframework.mock.web.MockServletConfig
-
Create a new MockServletConfig.
- MockServletConfig(ServletContext, String) - Constructor for class org.springframework.mock.web.MockServletConfig
-
Create a new MockServletConfig.
- MockServletContext - Class in org.springframework.mock.web
-
- MockServletContext() - Constructor for class org.springframework.mock.web.MockServletContext
-
- MockServletContext(String) - Constructor for class org.springframework.mock.web.MockServletContext
-
- MockServletContext(ResourceLoader) - Constructor for class org.springframework.mock.web.MockServletContext
-
Create a new
MockServletContext
, using the specified
ResourceLoader
and no base path.
- MockServletContext(String, ResourceLoader) - Constructor for class org.springframework.mock.web.MockServletContext
-
Create a new MockServletContext
using the supplied resource base
path and resource loader.
- MockSessionCookieConfig - Class in org.springframework.mock.web
-
- MockSessionCookieConfig() - Constructor for class org.springframework.mock.web.MockSessionCookieConfig
-
- MockStateAwareResponse - Class in org.springframework.mock.web.portlet
-
- MockStateAwareResponse() - Constructor for class org.springframework.mock.web.portlet.MockStateAwareResponse
-
- MockStateAwareResponse(PortalContext) - Constructor for class org.springframework.mock.web.portlet.MockStateAwareResponse
-
Create a new MockActionResponse.
- MockStaticEntityMethods - Annotation Type in org.springframework.mock.staticmock
-
Annotation to indicate a test class for whose @Test
methods
static methods on JPA-annotated @Entity
classes should be mocked.
- model() - Static method in class org.springframework.test.web.servlet.result.MockMvcResultMatchers
-
Access to model-related assertions.
- Model - Interface in org.springframework.ui
-
Java-5-specific interface that defines a holder for model attributes.
- MODEL_ATTRIBUTE - Static variable in class org.springframework.web.servlet.ViewRendererServlet
-
Name of request attribute that holds the model Map
- MODEL_ATTRIBUTE_METHODS - Static variable in class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
-
- MODEL_ATTRIBUTE_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.form.FormTag
-
The name of the
PageContext
attribute under which the
form object name is exposed.
- MODEL_KEY_PREFIX - Static variable in interface org.springframework.validation.BindingResult
-
Prefix for the name of the BindingResult instance in a model,
followed by the object name.
- ModelAndView - Class in org.springframework.web.portlet
-
Holder for both Model and View in the web MVC framework.
- ModelAndView() - Constructor for class org.springframework.web.portlet.ModelAndView
-
Default constructor for bean-style usage: populating bean
properties instead of passing in constructor arguments.
- ModelAndView(String) - Constructor for class org.springframework.web.portlet.ModelAndView
-
Convenient constructor when there is no model data to expose.
- ModelAndView(Object) - Constructor for class org.springframework.web.portlet.ModelAndView
-
Convenient constructor when there is no model data to expose.
- ModelAndView(String, Map<String, ?>) - Constructor for class org.springframework.web.portlet.ModelAndView
-
Create a new ModelAndView given a view name and a model.
- ModelAndView(Object, Map<String, ?>) - Constructor for class org.springframework.web.portlet.ModelAndView
-
Create a new ModelAndView given a View object and a model.
- ModelAndView(String, String, Object) - Constructor for class org.springframework.web.portlet.ModelAndView
-
Convenient constructor to take a single model object.
- ModelAndView(Object, String, Object) - Constructor for class org.springframework.web.portlet.ModelAndView
-
Convenient constructor to take a single model object.
- ModelAndView - Class in org.springframework.web.servlet
-
Holder for both Model and View in the web MVC framework.
- ModelAndView() - Constructor for class org.springframework.web.servlet.ModelAndView
-
Default constructor for bean-style usage: populating bean
properties instead of passing in constructor arguments.
- ModelAndView(String) - Constructor for class org.springframework.web.servlet.ModelAndView
-
Convenient constructor when there is no model data to expose.
- ModelAndView(View) - Constructor for class org.springframework.web.servlet.ModelAndView
-
Convenient constructor when there is no model data to expose.
- ModelAndView(String, Map<String, ?>) - Constructor for class org.springframework.web.servlet.ModelAndView
-
Creates new ModelAndView given a view name and a model.
- ModelAndView(View, Map<String, ?>) - Constructor for class org.springframework.web.servlet.ModelAndView
-
Creates new ModelAndView given a View object and a model.
- ModelAndView(String, String, Object) - Constructor for class org.springframework.web.servlet.ModelAndView
-
Convenient constructor to take a single model object.
- ModelAndView(View, String, Object) - Constructor for class org.springframework.web.servlet.ModelAndView
-
Convenient constructor to take a single model object.
- ModelAndViewAssert - Class in org.springframework.test.web
-
A collection of assertions intended to simplify testing scenarios dealing
with Spring Web MVC
ModelAndView
objects.
- ModelAndViewAssert() - Constructor for class org.springframework.test.web.ModelAndViewAssert
-
- ModelAndViewContainer - Class in org.springframework.web.method.support
-
- ModelAndViewContainer() - Constructor for class org.springframework.web.method.support.ModelAndViewContainer
-
- ModelAndViewDefiningException - Exception in org.springframework.web.portlet
-
Exception to be thrown on error conditions that should forward
to a specific view with a specific model.
- ModelAndViewDefiningException(ModelAndView) - Constructor for exception org.springframework.web.portlet.ModelAndViewDefiningException
-
Create new ModelAndViewDefiningException with the given ModelAndView,
typically representing a specific error page.
- ModelAndViewDefiningException - Exception in org.springframework.web.servlet
-
Exception to be thrown on error conditions that should forward
to a specific view with a specific model.
- ModelAndViewDefiningException(ModelAndView) - Constructor for exception org.springframework.web.servlet.ModelAndViewDefiningException
-
Create new ModelAndViewDefiningException with the given ModelAndView,
typically representing a specific error page.
- ModelAndViewMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
-
- ModelAndViewMethodReturnValueHandler() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewMethodReturnValueHandler
-
- ModelAndViewResolver - Interface in org.springframework.web.servlet.mvc.annotation
-
SPI for resolving custom return values from a specific handler method.
- ModelAndViewResolverMethodReturnValueHandler - Class in org.springframework.web.servlet.mvc.method.annotation
-
This return value handler is intended to be ordered after all others as it
attempts to handle _any_ return value type (i.e.
- ModelAndViewResolverMethodReturnValueHandler(List<ModelAndViewResolver>) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.ModelAndViewResolverMethodReturnValueHandler
-
Create a new instance.
- ModelAttribute - Annotation Type in org.springframework.web.bind.annotation
-
Annotation that binds a method parameter or method return value
to a named model attribute, exposed to a web view.
- ModelAttributeMethodProcessor - Class in org.springframework.web.method.annotation
-
Resolves method arguments annotated with @ModelAttribute
and handles
return values from methods annotated with @ModelAttribute
.
- ModelAttributeMethodProcessor(boolean) - Constructor for class org.springframework.web.method.annotation.ModelAttributeMethodProcessor
-
- ModelFactory - Class in org.springframework.web.method.annotation
-
Provides methods to initialize the
Model
before controller method
invocation and to update it afterwards.
- ModelFactory(List<InvocableHandlerMethod>, WebDataBinderFactory, SessionAttributesHandler) - Constructor for class org.springframework.web.method.annotation.ModelFactory
-
Create a new instance with the given @ModelAttribute
methods.
- ModelMap - Class in org.springframework.ui
-
Implementation of
Map
for use when building model data for use
with UI tools.
- ModelMap() - Constructor for class org.springframework.ui.ModelMap
-
Construct a new, empty ModelMap
.
- ModelMap(String, Object) - Constructor for class org.springframework.ui.ModelMap
-
Construct a new ModelMap
containing the supplied attribute
under the supplied name.
- ModelMap(Object) - Constructor for class org.springframework.ui.ModelMap
-
Construct a new ModelMap
containing the supplied attribute.
- ModelMBeanNotificationPublisher - Class in org.springframework.jmx.export.notification
-
- ModelMBeanNotificationPublisher(ModelMBeanNotificationBroadcaster, ObjectName, Object) - Constructor for class org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
-
- ModelMethodProcessor - Class in org.springframework.web.method.annotation
-
Resolves
Model
arguments and handles
Model
return values.
- ModelMethodProcessor() - Constructor for class org.springframework.web.method.annotation.ModelMethodProcessor
-
- ModelResultMatchers - Class in org.springframework.test.web.servlet.result
-
Factory for assertions on the model.
- ModelResultMatchers() - Constructor for class org.springframework.test.web.servlet.result.ModelResultMatchers
-
Protected constructor.
- modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class org.springframework.web.socket.server.standard.ServerEndpointRegistration
-
- modifyLocations(Class<?>, String...) - Method in class org.springframework.test.context.support.AbstractContextLoader
-
Generate a modified version of the supplied locations array and return it.
- modifyLocations(Class<?>, String...) - Method in class org.springframework.test.context.support.AnnotationConfigContextLoader
-
- modifyLocations(Class<?>, String...) - Method in class org.springframework.test.context.web.AnnotationConfigWebContextLoader
-
- moduleClassLoader(ClassLoader) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Set the ClassLoader to use for loading Jackson extension modules.
- modules(Module...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Specify one or more modules to be registered with the
ObjectMapper
.
- modules(List<Module>) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Set a complete list of modules to be registered with the
ObjectMapper
.
- modulesToInstall(Module...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Specify one or more modules to be registered with the
ObjectMapper
.
- modulesToInstall(Class<? extends Module>...) - Method in class org.springframework.http.converter.json.Jackson2ObjectMapperBuilder
-
Specify one or more modules by class to be registered with
the
ObjectMapper
.
- monitor(Object, WeakReferenceMonitor.ReleaseListener) - Static method in class org.springframework.util.WeakReferenceMonitor
-
Start to monitor given handle object for becoming weakly reachable.
- MONITORENTER - Static variable in interface org.springframework.asm.Opcodes
-
- MONITOREXIT - Static variable in interface org.springframework.asm.Opcodes
-
- MULTI_VALUE_ATTRIBUTE_DELIMITERS - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
-
- MultiActionController - Class in org.springframework.web.servlet.mvc.multiaction
-
Controller
implementation that allows multiple request types to be handled by the same
class.
- MultiActionController() - Constructor for class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Constructor for MultiActionController
that looks for
handler methods in the present subclass.
- MultiActionController(Object) - Constructor for class org.springframework.web.servlet.mvc.multiaction.MultiActionController
-
Constructor for MultiActionController
that looks for
handler methods in delegate, rather than a subclass of this class.
- MULTIANEWARRAY - Static variable in interface org.springframework.asm.Opcodes
-
- multicastEvent(ApplicationEvent) - Method in interface org.springframework.context.event.ApplicationEventMulticaster
-
Multicast the given application event to appropriate listeners.
- multicastEvent(ApplicationEvent) - Method in class org.springframework.context.event.SimpleApplicationEventMulticaster
-
- MULTIPART_FORM_DATA - Static variable in class org.springframework.http.MediaType
-
Public constant media type for multipart/form-data
.
- MULTIPART_FORM_DATA - Static variable in class org.springframework.util.MimeTypeUtils
-
Public constant mime type for multipart/form-data
.
- MULTIPART_FORM_DATA_VALUE - Static variable in class org.springframework.http.MediaType
-
- MULTIPART_FORM_DATA_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
-
- MULTIPART_MODE_MIXED - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
-
Constant indicating a multipart message with a single root multipart
element of type "mixed".
- MULTIPART_MODE_MIXED_RELATED - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
-
Constant indicating a multipart message with a root multipart element
"mixed" plus a nested multipart element of type "related".
- MULTIPART_MODE_NO - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
-
Constant indicating a non-multipart message.
- MULTIPART_MODE_RELATED - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
-
Constant indicating a multipart message with a single root multipart
element of type "related".
- MULTIPART_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.portlet.DispatcherPortlet
-
Well-known name for the PortletMultipartResolver object in the bean factory for this namespace.
- MULTIPART_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
-
Well-known name for the MultipartResolver object in the bean factory for this namespace.
- MultipartActionRequest - Interface in org.springframework.web.portlet.multipart
-
Interface which provides additional methods for dealing with multipart
content within a portlet request, allowing to access uploaded files.
- MultipartException - Exception in org.springframework.web.multipart
-
Exception thrown when multipart resolution fails.
- MultipartException(String) - Constructor for exception org.springframework.web.multipart.MultipartException
-
Constructor for MultipartException.
- MultipartException(String, Throwable) - Constructor for exception org.springframework.web.multipart.MultipartException
-
Constructor for MultipartException.
- MultipartFile - Interface in org.springframework.web.multipart
-
A representation of an uploaded file received in a multipart request.
- MultipartFilter - Class in org.springframework.web.multipart.support
-
- MultipartFilter() - Constructor for class org.springframework.web.multipart.support.MultipartFilter
-
- MultipartHttpServletRequest - Interface in org.springframework.web.multipart
-
Provides additional methods for dealing with multipart content within a
servlet request, allowing to access uploaded files.
- MultipartParsingResult(MultiValueMap<String, MultipartFile>, Map<String, String[]>, Map<String, String>) - Constructor for class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
-
- MultipartRequest - Interface in org.springframework.web.multipart
-
This interface defines the multipart request access operations
that are exposed for actual multipart requests.
- MultipartResolver - Interface in org.springframework.web.multipart
-
A strategy interface for multipart file upload resolution in accordance
with
RFC 1867.
- MultiValueMap<K,V> - Interface in org.springframework.util
-
Extension of the Map
interface that stores multiple values.
- MutablePersistenceUnitInfo - Class in org.springframework.orm.jpa.persistenceunit
-
Spring's base implementation of the JPA
PersistenceUnitInfo
interface,
used to bootstrap an
EntityManagerFactory
in a container.
- MutablePersistenceUnitInfo() - Constructor for class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
-
- MutablePropertySources - Class in org.springframework.core.env
-
- MutablePropertySources() - Constructor for class org.springframework.core.env.MutablePropertySources
-
- MutablePropertySources(PropertySources) - Constructor for class org.springframework.core.env.MutablePropertySources
-
Create a new MutablePropertySources
from the given propertySources
object, preserving the original order of contained PropertySource
objects.
- MutablePropertyValues - Class in org.springframework.beans
-
- MutablePropertyValues() - Constructor for class org.springframework.beans.MutablePropertyValues
-
Creates a new empty MutablePropertyValues object.
- MutablePropertyValues(PropertyValues) - Constructor for class org.springframework.beans.MutablePropertyValues
-
Deep copy constructor.
- MutablePropertyValues(Map<?, ?>) - Constructor for class org.springframework.beans.MutablePropertyValues
-
Construct a new MutablePropertyValues object from a Map.
- MutablePropertyValues(List<PropertyValue>) - Constructor for class org.springframework.beans.MutablePropertyValues
-
Construct a new MutablePropertyValues object using the given List of
PropertyValue objects as-is.
- MutableSortDefinition - Class in org.springframework.beans.support
-
- MutableSortDefinition() - Constructor for class org.springframework.beans.support.MutableSortDefinition
-
Create an empty MutableSortDefinition,
to be populated via its bean properties.
- MutableSortDefinition(SortDefinition) - Constructor for class org.springframework.beans.support.MutableSortDefinition
-
Copy constructor: create a new MutableSortDefinition
that mirrors the given sort definition.
- MutableSortDefinition(String, boolean, boolean) - Constructor for class org.springframework.beans.support.MutableSortDefinition
-
Create a MutableSortDefinition for the given settings.
- MutableSortDefinition(boolean) - Constructor for class org.springframework.beans.support.MutableSortDefinition
-
Create a new MutableSortDefinition.
- mv - Variable in class org.springframework.asm.MethodVisitor
-
The method visitor to which this visitor must delegate method calls.
- MVC_URI_COMPONENTS_CONTRIBUTOR_BEAN_NAME - Static variable in class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
- mvcContentNegotiationManager() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- mvcConversionService() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- MvcNamespaceHandler - Class in org.springframework.web.servlet.config
-
- MvcNamespaceHandler() - Constructor for class org.springframework.web.servlet.config.MvcNamespaceHandler
-
- mvcPathMatcher() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- mvcResourceUrlProvider() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- MvcResult - Interface in org.springframework.test.web.servlet
-
Provides access to the result of an executed request.
- MvcUriComponentsBuilder - Class in org.springframework.web.servlet.mvc.method.annotation
-
A UriComponentsBuilder that helps to build URIs to Spring MVC controllers
and methods from their request mappings.
- MvcUriComponentsBuilder() - Constructor for class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
Default constructor.
- MvcUriComponentsBuilder(MvcUriComponentsBuilder) - Constructor for class org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder
-
Create a deep copy of the given MvcUriComponentsBuilder.
- MvcUriComponentsBuilder.MethodArgumentBuilder - Class in org.springframework.web.servlet.mvc.method.annotation
-
- MvcUriComponentsBuilder.MethodInvocationInfo - Interface in org.springframework.web.servlet.mvc.method.annotation
-
- mvcUriComponentsContributor() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- mvcUrlPathHelper() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- mvcValidator() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
Return a global
Validator
instance for example for validating
@ModelAttribute
and
@RequestBody
method arguments.
- mvcViewResolver() - Method in class org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
-
- MySQLMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
-
- MySQLMaxValueIncrementer() - Constructor for class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
-
Default constructor for bean property style usage.
- MySQLMaxValueIncrementer(DataSource, String, String) - Constructor for class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
-
Convenience constructor.