A B C D E F G H I J K L M N O P Q R S T U V W X Z

M

maaif - Variable in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
 
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.
maintainSession - Variable in class org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor
Deprecated.  
maintainSession - Variable in class org.springframework.remoting.jaxws.JaxWsPortClientInterceptor
 
majorJavaVersion - Static variable in class org.springframework.core.JdkVersion
 
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.
makeMessageFor(IMessage) - Method in class org.springframework.aop.aspectj.AspectJWeaverMessageHandler
 
makeObject() - Method in class org.springframework.aop.target.CommonsPoolTargetSource
 
makePersistent(T) - Method in interface org.springframework.orm.jdo.JdoOperations
Make the given transient instance persistent.
makePersistent(T) - Method in class org.springframework.orm.jdo.JdoTemplate
 
makePersistentAll(Collection<T>) - Method in interface org.springframework.orm.jdo.JdoOperations
Make the given transient instances persistent.
makePersistentAll(Collection<T>) - Method in class org.springframework.orm.jdo.JdoTemplate
 
MANAGED_CLASS_NAME - Static variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
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
 
managedClassNames - Variable in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
managedConnectionFactory - Variable in class org.springframework.jca.support.LocalConnectionFactoryBean
 
managedInterfaces - Variable in class org.springframework.jmx.export.assembler.InterfaceBasedMBeanInfoAssembler
Stores the array of interfaces to use for creating the management interface.
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
 
managedMethods - Variable in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
Stores the set of method names to use for creating the management interface.
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
 
managedResource - Variable in class org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
The managed resource associated with the modelMBean.
managedResourceClassLoader - Variable in class org.springframework.jmx.export.SpringModelMBean
Stores the ClassLoader to use for invocations.
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
 
ManagedTransactionAdapter - Class in org.springframework.transaction.jta
Adapter for a managed JTA Transaction handle, taking a JTA TransactionManager reference and creating a JTA Transaction handle for it.
ManagedTransactionAdapter(TransactionManager) - Constructor for class org.springframework.transaction.jta.ManagedTransactionAdapter
Create a new ManagedTransactionAdapter for the given TransactionManager.
managedVariableNames - Variable in class org.springframework.test.AbstractDependencyInjectionSpringContextTests
Deprecated.  
managementInterface - Variable in class org.springframework.jmx.access.MBeanClientInterceptor
 
MAP - Static variable in class org.springframework.core.style.DefaultValueStyler
 
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
 
MapAccessor.MapAccessException - Exception in org.springframework.context.expression
Exception thrown from read in order to reset a cached PropertyAccessor, allowing other accessors to have a try.
MapAccessor.MapAccessException(String) - Constructor for exception org.springframework.context.expression.MapAccessor.MapAccessException
 
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.
mapCompare(Map, Object, BindStatus) - Static method in class org.springframework.web.servlet.tags.form.SelectedValueComparator
 
MapDataSourceLookup - Class in org.springframework.jdbc.datasource.lookup
Simple DataSourceLookup implementation that relies on a map for doing lookups.
MapDataSourceLookup() - Constructor for class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
Create a new instance of the MapDataSourceLookup class.
MapDataSourceLookup(Map<String, DataSource>) - Constructor for class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
Create a new instance of the MapDataSourceLookup class.
MapDataSourceLookup(String, DataSource) - Constructor for class org.springframework.jdbc.datasource.lookup.MapDataSourceLookup
Create a new instance of the MapDataSourceLookup class.
MapFactoryBean - Class in org.springframework.beans.factory.config
Simple factory for shared Map instances.
MapFactoryBean() - Constructor for class org.springframework.beans.factory.config.MapFactoryBean
 
mapKeyType - Variable in class org.springframework.core.convert.TypeDescriptor
 
mappedClass - Variable in class org.springframework.jdbc.core.BeanPropertyRowMapper
The class we are mapping to
mappedFields - Variable in class org.springframework.jdbc.core.BeanPropertyRowMapper
Map of the fields we provide mapping for
mappedHandlerClasses - Variable in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
 
mappedHandlerClasses - Variable in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
mappedHandlers - Variable in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
 
mappedHandlers - Variable in class org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
 
MappedInterceptor - Class in org.springframework.web.servlet.handler
Holds information about a HandlerInterceptor mapped to a path into the application.
MappedInterceptor(String[], HandlerInterceptor) - Constructor for class org.springframework.web.servlet.handler.MappedInterceptor
Create a new mapped interceptor.
MappedInterceptor(String[], WebRequestInterceptor) - Constructor for class org.springframework.web.servlet.handler.MappedInterceptor
Create a new mapped interceptor.
mappedInterceptors - Variable in class org.springframework.web.servlet.handler.AbstractUrlHandlerMapping
 
MappedInterceptors - Class in org.springframework.web.servlet.handler
 
MappedInterceptors(MappedInterceptor[]) - Constructor for class org.springframework.web.servlet.handler.MappedInterceptors
 
mappedInterceptors - Variable in class org.springframework.web.servlet.handler.MappedInterceptors
 
mappedName - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
 
mappedNames - Variable in class org.springframework.aop.support.NameMatchMethodPointcut
 
mappedObjectNames - Variable in class org.springframework.jmx.support.NotificationListenerHolder
 
mappedProperties - Variable in class org.springframework.jdbc.core.BeanPropertyRowMapper
Set of bean properties we provide mapping for
Mapping - Annotation Type in org.springframework.web.bind.annotation
Meta annotation that indicates a web mapping annotation.
MAPPING_FILE_NAME - Static variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
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.
mappingDirectoryLocations - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
MappingDispatchActionSupport - Class in org.springframework.web.struts
Deprecated. as of Spring 3.0
MappingDispatchActionSupport() - Constructor for class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.  
mappingFileNames - Variable in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
MappingJacksonHttpMessageConverter - Class in org.springframework.http.converter.json
Implementation of HttpMessageConverter that can read and write JSON using Jackson's ObjectMapper.
MappingJacksonHttpMessageConverter() - Constructor for class org.springframework.http.converter.json.MappingJacksonHttpMessageConverter
Construct a new BindingJacksonHttpMessageConverter.
MappingJacksonJsonView - Class in org.springframework.web.servlet.view.json
Spring-MVC View that renders JSON content by serializing the model for the current request using Jackson's ObjectMapper.
MappingJacksonJsonView() - Constructor for class org.springframework.web.servlet.view.json.MappingJacksonJsonView
Construct a new JacksonJsonView, setting the content type to application/json.
mappingJarLocations - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
mappingLocation - Variable in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
The Resource to load the mapping file from.
mappingLocations - Variable in class org.springframework.jmx.export.naming.KeyNamingStrategy
Stores the Resources containing properties that should be loaded into the final merged set of Properties used for ObjectName resolution.
mappingLocations - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
mappingLocations - Variable in class org.springframework.orm.ibatis.SqlMapClientFactoryBean
 
mappingLocations - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
mappingLocations - Variable in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
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.RecordCreatorImpl(Object) - Constructor for class org.springframework.jca.cci.object.MappingRecordOperation.RecordCreatorImpl
 
MappingRecordOperation.RecordExtractorImpl - Class in org.springframework.jca.cci.object
Implementation of RecordExtractor that calls the enclosing class's extractOutputData method.
MappingRecordOperation.RecordExtractorImpl() - Constructor for class org.springframework.jca.cci.object.MappingRecordOperation.RecordExtractorImpl
 
mappingResources - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
mappings - Variable in class org.springframework.jmx.export.naming.KeyNamingStrategy
Stores the mappings of bean key to ObjectName.
mappings - Variable in class org.springframework.mail.javamail.ConfigurableMimeFileTypeMap
Used to configure additional mappings.
mappings - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.PortletHandlerMethodResolver
 
mappings - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.ServletHandlerMethodResolver
 
mappings - Variable in class org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver
 
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.
MappingSqlQueryWithParameters.RowMapperImpl(Object[], Map) - Constructor for class org.springframework.jdbc.object.MappingSqlQueryWithParameters.RowMapperImpl
Use an array results.
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
SqlParameterSource implementation that holds a given Map of parameters.
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.
MapToMapConverter - Class in org.springframework.core.convert.support
Converts a Map to another Map.
MapToMapConverter(ConversionService) - Constructor for class org.springframework.core.convert.support.MapToMapConverter
 
mapType - Variable in class org.springframework.beans.propertyeditors.CustomMapEditor
 
mapValueType - Variable in class org.springframework.core.convert.TypeDescriptor
 
mark(int) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
 
mark(int) - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
 
markApplicationContextDirty() - Method in class org.springframework.test.context.TestContext
Call this method to signal that the application context associated with this test context is dirty and should be reloaded.
markAsBlockTag() - Method in class org.springframework.web.servlet.tags.form.TagWriter.TagStateEntry
 
markBeanAsCreated(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Mark the specified bean as already created (or about to be created).
markSupported() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingInputStream
 
markSupported() - Method in class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.NonClosingReader
 
marshal(Object, Marshaller) - Method in class org.springframework.oxm.castor.CastorMarshaller
 
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) - Method in class org.springframework.oxm.xstream.XStreamMarshaller
Marshals the given graph to the given XStream HierarchicalStreamWriter.
marshalDocument(IMarshallingContext, Object) - Method in class org.springframework.oxm.jibx.JibxMarshaller
 
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 DOMResults.
marshaller - Variable in class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
 
marshaller - Variable in class org.springframework.jms.support.converter.MarshallingMessageConverter
 
Marshaller - Interface in org.springframework.oxm
Defines the contract for Object XML Mapping Marshallers.
marshaller - Variable in class org.springframework.oxm.support.MarshallingSource
 
marshaller - Variable in class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
marshaller - Variable in class org.springframework.web.servlet.view.xml.MarshallingView
 
marshallerListener - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
marshallerProperties - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
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
Implementation of HttpMessageConverter that can read and write XML using Spring's Marshaller and Unmarshaller abstractions.
MarshallingHttpMessageConverter() - Constructor for class org.springframework.http.converter.xml.MarshallingHttpMessageConverter
Construct a new MarshallingHttpMessageConverter with no Marshaller or Unmarshaller set.
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
Spring JMS MessageConverter that uses a Marshaller and Unmarshaller.
MarshallingMessageConverter() - Constructor for class org.springframework.jms.support.converter.MarshallingMessageConverter
Construct a new MarshallingMessageConverter with no Marshaller or Unmarshaller set.
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.
MarshallingSource.MarshallingXMLReader - Class in org.springframework.oxm.support
 
MarshallingSource.MarshallingXMLReader(Marshaller, Object) - Constructor for class org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
 
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
Constructs 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
 
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 SAXResults.
marshalStaxResult(Marshaller, Object, Result) - Method in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
marshalStaxResult(Object, Result) - Method in class org.springframework.oxm.support.AbstractMarshaller
Template method for handling StaxResults.
marshalStreamResult(Object, StreamResult) - Method in class org.springframework.oxm.support.AbstractMarshaller
Template method for handling StreamResults.
marshalToBytesMessage(Object, Session, Marshaller) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
Marshal the given object to a BytesMessage.
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
Marshal the given object to a TextMessage.
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
 
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
 
massageReturnTypeIfNecessary(Object, Object, Method, Object) - Static method in class org.springframework.aop.framework.Cglib2AopProxy
Wrap a return of this if necessary to be the proxy
massageReturnValueIfNecessary(Object) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Processes the return value of a handler method to ensure that it either returns null or an instance of ModelAndView.
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(String, 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(String, String) - Method in class org.springframework.util.AntPathMatcher
 
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(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
match(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.EventMappingPredicate
 
match(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ParameterMappingPredicate
 
match(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ResourceMappingPredicate
 
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
 
matchClass - Variable in class org.springframework.aop.aspectj.RuntimeTestWalker.InstanceOfResidueTestVisitor
 
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
 
matchConverter(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService.MatchableConverters
 
matchConverter(GenericConversionService.MatchableConverters, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.GenericConversionService
 
matchedPatterns - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestSpecificMappingInfo
 
matches(Method, Class) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice.AdviceExcludingMethodMatcher
 
matches(Method, Class) - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.PerTargetInstantiationModelPointcut
 
matches(Method, Class, Object[]) - Method in class org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.PerTargetInstantiationModelPointcut
 
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 - Variable in class org.springframework.aop.aspectj.RuntimeTestWalker.InstanceOfResidueTestVisitor
 
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 this 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.ClassFilters.IntersectionClassFilter
 
matches(Class) - Method in class org.springframework.aop.support.ClassFilters.UnionClassFilter
 
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(Method, Class, boolean) - Method in class org.springframework.aop.support.MethodMatchers.IntersectionMethodMatcher
 
matches(Method, Class) - Method in class org.springframework.aop.support.MethodMatchers.IntersectionMethodMatcher
 
matches(Method, Class, Object[]) - Method in class org.springframework.aop.support.MethodMatchers.IntersectionMethodMatcher
 
matches(MethodMatcher, Method, Class, boolean) - Static method in class org.springframework.aop.support.MethodMatchers
Apply the given MethodMatcher to the given Method, supporting an IntroductionAwareMethodMatcher (if applicable).
matches(Method, Class, boolean) - Method in class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
 
matches(Method, Class) - Method in class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
 
matches(Method, Class, Object[]) - Method in class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
 
matches(Method, Class) - Method in class org.springframework.aop.support.NameMatchMethodPointcut
 
matches(Method, Class) - Method in class org.springframework.aop.support.Pointcuts.GetterPointcut
 
matches(Pointcut, Method, Class, Object[]) - Static method in class org.springframework.aop.support.Pointcuts
Perform the least expensive check for a pointcut match.
matches(Method, Class) - Method in class org.springframework.aop.support.Pointcuts.SetterPointcut
 
matches(Class) - Method in class org.springframework.aop.support.RootClassFilter
 
matches(Method, Class<?>, Object[]) - Method in class org.springframework.aop.support.StaticMethodMatcher
 
matches(Class) - Method in class org.springframework.aop.TrueClassFilter
 
matches(Method, Class) - Method in class org.springframework.aop.TrueMethodMatcher
 
matches(Method, Class, Object[]) - Method in class org.springframework.aop.TrueMethodMatcher
 
matches(Method) - Method in class org.springframework.beans.factory.support.LookupOverride
Match method of the given name, with no parameters.
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(TypeDescriptor, TypeDescriptor) - Method in interface org.springframework.core.convert.converter.ConditionalGenericConverter
Should the converter from sourceType to targetType currently under consideration be selected?
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ArrayToArrayConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ArrayToCollectionConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ArrayToObjectConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ArrayToStringConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.CollectionToArrayConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.CollectionToCollectionConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.CollectionToObjectConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.CollectionToStringConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.IdToEntityConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.MapToMapConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ObjectToArrayConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ObjectToCollectionConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ObjectToObjectConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.ObjectToStringConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.StringToArrayConverter
 
matches(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.core.convert.support.StringToCollectionConverter
 
matches(Method, Class) - Method in class org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut
 
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(MappedInterceptor, String, PathMatcher) - Method in class org.springframework.web.servlet.handler.MappedInterceptors
 
matches(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
matches(String) - Method in class org.springframework.web.util.UriTemplate
Indicate whether the given URI matches this template.
matchesBeanName(String) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNameContextMatcher
 
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.
matchesClass1(Class) - Method in class org.springframework.aop.support.MethodMatchers.ClassFilterAwareUnionMethodMatcher
 
matchesClass1(Class) - Method in class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
 
matchesClass2(Class) - Method in class org.springframework.aop.support.MethodMatchers.ClassFilterAwareUnionMethodMatcher
 
matchesClass2(Class) - Method in class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
 
matchesDynamically(MatchingContext) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNameContextMatcher
 
matchesExclusion(String, int) - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
Does the exclusion pattern at the given index match this 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.
matchesFilter(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean
Check whether any of the configured entity type filters matches the current class descriptor contained in the metadata reader.
matchesHeaders(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
matchesIgnoringSubtypes(ShadowMatch) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
A match test returned maybe - if there are any subtype sensitive variables involved in the test (this, target, at_this, at_target, at_annotation) then we say this is not a match as in Spring there will never be a different runtime subtype.
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.
matchesParameters(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
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.
matchesRequestMethod(HttpServletRequest) - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
matchesStatically(MatchingContext) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNameContextMatcher
 
matchesTarget(ShadowMatch, Class) - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
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(Object[]) - 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, Object>) - 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 regitered parameters and parameters defined via metedata processing.
matchInParameterValuesWithInsertColumns(Map<String, Object>) - Method in class org.springframework.jdbc.core.simple.AbstractJdbcInsert
Match the provided in parameter values with regitered parameters and parameters defined via metedata 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.AssignableTypeFilter
 
matchPattern - Variable in class org.springframework.web.util.UriTemplate
 
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, String, Map<String, String>) - Method in class org.springframework.util.AntPathMatcher
Tests whether or not a string matches against a pattern.
matchStrings() - Method in class org.springframework.util.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
 
matchVarType - Variable in class org.springframework.aop.aspectj.RuntimeTestWalker.InstanceOfResidueTestVisitor
 
materialized - Variable in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
 
max - Variable in class org.springframework.expression.spel.standard.Tokenizer
 
MAX_REFERENCE_SIZE - Static variable in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
maxConcurrency - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
maxConcurrentConsumers - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
maxElementsInMemory - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
maxElementsOnDisk - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
maxId - Variable in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
The max id to serve
maxIdle - Variable in class org.springframework.aop.target.CommonsPoolTargetSource
 
maxInactiveInterval - Variable in class org.springframework.mock.web.MockHttpSession
 
maxInactiveInterval - Variable in class org.springframework.mock.web.portlet.MockPortletSession
 
maxlength - Variable in class org.springframework.web.servlet.tags.form.InputTag
 
MAXLENGTH_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.InputTag
 
maxLinkedPages - Variable in class org.springframework.beans.support.PagedListHolder
 
maxMessagesPerTask - Variable in class org.springframework.jms.listener.DefaultMessageListenerContainer
 
maxPayloadLength - Variable in class org.springframework.web.filter.AbstractRequestLoggingFilter
 
maxPoolSize - Variable in class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
 
maxPoolSize - Variable in class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
maxPoolSize - Variable in class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
maxResults - Variable in class org.springframework.orm.hibernate3.HibernateTemplate
 
maxRows - Variable in class org.springframework.jdbc.core.JdbcTemplate
If this variable is set to a non-zero value, it will be used for setting the maxRows property on statements used for query processing.
maxRowsAffected - Variable in class org.springframework.jdbc.object.SqlUpdate
Maximum number of rows the update may affect.
maxSize - Variable in class org.springframework.aop.target.AbstractPoolingTargetSource
The maximum size of the pool
maxUploadSize - Variable in exception org.springframework.web.multipart.MaxUploadSizeExceededException
 
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.
maxWait - Variable in class org.springframework.aop.target.CommonsPoolTargetSource
 
maybeBindAnnotationsFromPointcutExpression() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
Parse the string pointcut expression looking for: @this, @target, @args, @within, @withincode, @annotation.
maybeBindJoinPoint(Class) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
maybeBindJoinPointStaticPart(Class) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
maybeBindPrimitiveArgsFromPointcutExpression() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
Match up args against unbound arguments of primitive types
maybeBindProceedingJoinPoint(Class) - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
maybeBindReferencePointcutParameter() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
maybeBindReturningVariable() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
If a returning variable was specified and there is only one choice remaining, bind it.
maybeBindThisJoinPoint() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
If the first parameter is of type JoinPoint or ProceedingJoinPoint,bind "thisJoinPoint" as parameter name and return true, else return false.
maybeBindThisJoinPointStaticPart() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
maybeBindThisOrTargetOrArgsFromPointcutExpression() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
Parse the string pointcut expression looking for this(), target() and args() expressions.
maybeBindThrowingVariable() - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
If a throwing name was specified and there is exactly one choice remaining (argument that is a subtype of Throwable) then bind it.
maybeEatBeanReference() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatConstructorReference() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatFunctionOrVar() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatIndexer() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatInlineList() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatLiteral() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatMethodArgs() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatMethodOrProperty(boolean) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatNode() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatNonDottedNode() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatNullReference() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatParenExpression() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatProjection(boolean) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatRelationalOperator() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatSelection(boolean) - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeEatTypeReference() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
maybeExtractVariableName(String) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
maybeExtractVariableNamesFromArgs(String, List<String>) - Method in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
Given an args pointcut body (could be args or at_args), add any candidate variable names to the given list.
mayNeedDynamicTest() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut.BeanNameContextMatcher
 
MBEAN_EXPORTER_BEAN_NAME - Static variable in class org.springframework.context.config.MBeanExportBeanDefinitionParser
 
MBEAN_SERVER_BEAN_NAME - Static variable in class org.springframework.context.config.MBeanServerBeanDefinitionParser
 
MBEAN_SERVER_CONNECTION_JNDI_NAME - Static variable in class org.springframework.jca.work.jboss.JBossWorkManagerUtils
 
MBEAN_SUFFIX - Static variable in class org.springframework.jmx.support.JmxUtils
Suffix used to identify an MBean interface.
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
 
MBeanClientInterceptor.MethodCacheKey - Class in org.springframework.jmx.access
Simple wrapper class around a method name and its signature.
MBeanClientInterceptor.MethodCacheKey(String, Class[]) - Constructor for class org.springframework.jmx.access.MBeanClientInterceptor.MethodCacheKey
Create a new instance of MethodCacheKey with the supplied method name and parameter list.
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.
MBeanExportBeanDefinitionParser - Class in org.springframework.context.config
Parser for the <context:mbean-export/> element.
MBeanExportBeanDefinitionParser() - Constructor for class org.springframework.context.config.MBeanExportBeanDefinitionParser
 
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
 
MBeanExporter.AutodetectCallback - Interface in org.springframework.jmx.export
Internal callback interface for the autodetection process.
MBeanExporter.NotificationPublisherAwareLazyTargetSource - Class in org.springframework.jmx.export
Extension of LazyInitTargetSource that will inject a NotificationPublisher into the lazy resource as it is created if required.
MBeanExporter.NotificationPublisherAwareLazyTargetSource() - Constructor for class org.springframework.jmx.export.MBeanExporter.NotificationPublisherAwareLazyTargetSource
 
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.
mbeanProxy - Variable in class org.springframework.jmx.access.MBeanProxyFactoryBean
 
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
Called by MBeanExporter after an MBean has been successfully registered with an MBeanServer.
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
 
mbeanServer - Variable in class org.springframework.jmx.support.WebSphereMBeanServerFactoryBean
 
MBeanServerBeanDefinitionParser - Class in org.springframework.context.config
Parser for the <context:mbean-server/> element.
MBeanServerBeanDefinitionParser() - Constructor for class org.springframework.context.config.MBeanServerBeanDefinitionParser
 
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
 
MBeanServerConnectionFactoryBean.JMXConnectorLazyInitTargetSource - Class in org.springframework.jmx.support
Lazily creates a JMXConnector using the configured service URL and environment properties.
MBeanServerConnectionFactoryBean.JMXConnectorLazyInitTargetSource() - Constructor for class org.springframework.jmx.support.MBeanServerConnectionFactoryBean.JMXConnectorLazyInitTargetSource
 
MBeanServerConnectionFactoryBean.MBeanServerConnectionLazyInitTargetSource - Class in org.springframework.jmx.support
Lazily creates an MBeanServerConnection.
MBeanServerConnectionFactoryBean.MBeanServerConnectionLazyInitTargetSource() - Constructor for class org.springframework.jmx.support.MBeanServerConnectionFactoryBean.MBeanServerConnectionLazyInitTargetSource
 
MBeanServerFactoryBean - Class in org.springframework.jmx.support
FactoryBean that obtains an MBeanServer reference through the standard JMX 1.2 MBeanServerFactory API (which is available on JDK 1.5 or as part of a JMX 1.2 provider).
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
Called by MBeanExporter after an MBean has been successfully unregistered from an MBeanServer.
MD5_ALGORITHM_NAME - Static variable in class org.springframework.util.DigestUtils
 
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
Represents an Internet Media Type, 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.
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
 
mediaTypes - Variable in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
member - Variable in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
member - Variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.InvokerPair
 
member - Variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
memberMap - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
memberMap - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.ParameterNameDiscoveringVisitor
 
members - Variable in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroup
 
memoryStoreEvictionPolicy - Variable in class org.springframework.cache.ehcache.EhCacheFactoryBean
 
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 - Variable in class org.springframework.beans.factory.xml.DocumentDefaultsDefinition
 
merge(Object) - Method in interface org.springframework.beans.Mergeable
Merge the current value set with that of the supplied object.
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.jpa.JpaOperations
 
merge(T) - Method in class org.springframework.orm.jpa.JpaTemplate
 
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) - 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.
MergedBeanDefinitionPostProcessor - Interface in org.springframework.beans.factory.support
Post-processor callback interface for merged bean definitions at runtime.
mergedBeanDefinitions - Variable in class org.springframework.beans.factory.support.AbstractBeanFactory
Map from bean name to merged RootBeanDefinition
mergedInitParams - Variable in class org.springframework.web.servlet.view.tiles2.SpringTilesApplicationContextFactory.SpringWildcardServletTilesApplicationContext
 
mergedMappings - Variable in class org.springframework.jmx.export.naming.KeyNamingStrategy
Stores the result of merging the mappings Properties with the the properties stored in the resources defined by mappingLocations.
mergeEnabled - Variable in class org.springframework.beans.factory.support.ManagedList
 
mergeEnabled - Variable in class org.springframework.beans.factory.support.ManagedMap
 
mergeEnabled - Variable in class org.springframework.beans.factory.support.ManagedProperties
 
mergeEnabled - Variable in class org.springframework.beans.factory.support.ManagedSet
 
mergeIfRequired(PropertyValue, PropertyValue) - Method in class org.springframework.beans.MutablePropertyValues
Merges the value of the supplied 'new' PropertyValue with that of the current PropertyValue if merging is supported and enabled.
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) - 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, 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(VelocityEngine, String, String, Map, 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) - Static method in class org.springframework.ui.velocity.VelocityEngineUtils
Merge the specified Velocity template with the given model into a String.
mergeTemplateIntoString(VelocityEngine, String, String, Map) - Static method in class org.springframework.ui.velocity.VelocityEngineUtils
Merge the specified Velocity template with the given model into a String.
message - Variable in class org.springframework.aop.framework.ProxyFactoryBean.PrototypePlaceholderAdvisor
 
message - Variable in class org.springframework.beans.factory.parsing.Problem
 
message - Variable in exception org.springframework.expression.spel.SpelEvaluationException
 
message - Variable in enum org.springframework.expression.spel.SpelMessage
 
message - Variable in exception org.springframework.expression.spel.SpelParseException
 
message - Variable in class org.springframework.web.servlet.tags.MessageTag
 
MESSAGE_CONVERTER_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
MESSAGE_ONLY_CONSTRUCTOR - Static variable in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
 
MESSAGE_SOURCE_BEAN_NAME - Static variable in class org.springframework.context.support.AbstractApplicationContext
Name of the MessageSource bean in the factory.
MESSAGE_SQL_SQLEX_CONSTRUCTOR - Static variable in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
 
MESSAGE_SQL_THROWABLE_CONSTRUCTOR - Static variable in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
 
MESSAGE_SQLEX_CONSTRUCTOR - Static variable in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
 
MESSAGE_THROWABLE_CONSTRUCTOR - Static variable in class org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator
 
messageCodesResolver - Variable in class org.springframework.validation.AbstractBindingResult
 
MessageCodesResolver - Interface in org.springframework.validation
Strategy interface for building message codes from validation error codes.
messageCodesResolver - Variable in class org.springframework.web.bind.support.ConfigurableWebBindingInitializer
 
messageCodesResolver - Variable in class org.springframework.web.portlet.mvc.BaseCommandController
Deprecated.  
messageCodesResolver - Variable in class org.springframework.web.servlet.mvc.BaseCommandController
Deprecated.  
MessageConversionException - Exception in org.springframework.jms.support.converter
Thrown by MessageConverter implementations when the conversion of an object to/from a Message fails.
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.
messageConverter - Variable in class org.springframework.jms.core.JmsTemplate
 
messageConverter - Variable in class org.springframework.jms.listener.adapter.MessageListenerAdapter
 
messageConverter - Variable in class org.springframework.jms.remoting.JmsInvokerClientInterceptor
 
messageConverter - Variable in class org.springframework.jms.remoting.JmsInvokerServiceExporter
 
MessageConverter - Interface in org.springframework.jms.support.converter
Strategy interface that specifies a converter between Java objects and JMS messages.
messageConverters - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
messageConverters - Variable in class org.springframework.web.client.HttpMessageConverterExtractor
 
messageConverters - Variable in class org.springframework.web.client.RestTemplate
 
messageConverters - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
messageConverters - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
 
MessageCreator - Interface in org.springframework.jms.core
Creates a JMS message given a Session.
messageDrivenContext - Variable in class org.springframework.ejb.support.AbstractMessageDrivenBean
 
messageEndpointFactory - Variable in class org.springframework.jca.endpoint.GenericMessageEndpointManager
 
MessageEOFException - Exception in org.springframework.jms
Runtime exception mirroring the JMS MessageEOFException.
MessageEOFException(MessageEOFException) - Constructor for exception org.springframework.jms.MessageEOFException
 
messageExceptions - Variable in exception org.springframework.mail.MailSendException
 
MessageFormatException - Exception in org.springframework.jms
Runtime exception mirroring the JMS MessageFormatException.
MessageFormatException(MessageFormatException) - Constructor for exception org.springframework.jms.MessageFormatException
 
messageIdEnabled - Variable in class org.springframework.jms.core.JmsTemplate
 
messageInterpolator - Variable in class org.springframework.validation.beanvalidation.CustomValidatorBean
 
messageInterpolator - Variable in class org.springframework.validation.beanvalidation.LocalValidatorFactoryBean
 
messageListener - Variable in class org.springframework.jca.endpoint.GenericMessageEndpointFactory
 
messageListener - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
messageListener - Variable in class org.springframework.jms.listener.endpoint.JmsMessageEndpointFactory
 
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
Create a new MessageListenerAdapter with default settings.
MessageListenerAdapter(Object) - Constructor for class org.springframework.jms.listener.adapter.MessageListenerAdapter
Create a new MessageListenerAdapter for the given delegate.
MessageListenerAdapter.DestinationNameHolder - Class in org.springframework.jms.listener.adapter
Internal class combining a destination name and its target destination type (queue or topic).
MessageListenerAdapter.DestinationNameHolder(String, boolean) - Constructor for class org.springframework.jms.listener.adapter.MessageListenerAdapter.DestinationNameHolder
 
MessageListenerAdapter102 - Class in org.springframework.jms.listener.adapter
Deprecated. as of Spring 3.0, in favor of the JMS 1.1 based MessageListenerAdapter
MessageListenerAdapter102() - Constructor for class org.springframework.jms.listener.adapter.MessageListenerAdapter102
Deprecated. Create a new instance of the MessageListenerAdapter102 class with the default settings.
MessageListenerAdapter102(Object) - Constructor for class org.springframework.jms.listener.adapter.MessageListenerAdapter102
Deprecated. Create a new instance of the MessageListenerAdapter102 class for the given delegate.
messageListenerSet - Variable in class org.springframework.jms.listener.endpoint.JmsMessageEndpointManager
 
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.
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...
messageResources - Variable in class org.springframework.web.struts.SpringBindingActionForm
Deprecated.  
messages - Variable in class org.springframework.context.support.StaticMessageSource
Map from 'code + locale' keys to message Strings
MESSAGES_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.ErrorsTag
The key under which this tag exposes error messages in the page context scope.
messageSelector - Variable in class org.springframework.jms.listener.AbstractMessageListenerContainer
 
messageSelector - Variable in class org.springframework.jms.listener.endpoint.JmsActivationSpecConfig
 
MessageSource - Interface in org.springframework.context
Strategy interface for resolving messages, with support for the parameterization and internationalization of such messages.
messageSource - Variable in class org.springframework.context.support.AbstractApplicationContext
MessageSource we delegate our implementation of this interface to
messageSource - Variable in class org.springframework.context.support.MessageSourceAccessor
 
messageSource - Variable in class org.springframework.context.support.MessageSourceResourceBundle
 
messageSource - Variable in class org.springframework.ui.context.support.SimpleTheme
 
messageSource - Variable in class org.springframework.validation.beanvalidation.MessageSourceResourceBundleLocator
 
messageSource - Variable in class org.springframework.web.servlet.support.JstlUtils.SpringLocalizationContext
 
messageSource - Variable in class org.springframework.web.servlet.view.JstlView
 
messageSourceAccessor - Variable in class org.springframework.context.support.ApplicationObjectSupport
MessageSourceAccessor for easy message access
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.
messageSourceAccessor - Variable in class org.springframework.remoting.jaxrpc.ServletEndpointSupport
Deprecated.  
messageSourceAccessor - Variable in class org.springframework.web.servlet.view.tiles.ComponentControllerSupport
Deprecated.  
messageSourceAccessor - Variable in class org.springframework.web.struts.ActionSupport
Deprecated.  
messageSourceAccessor - Variable in class org.springframework.web.struts.DispatchActionSupport
Deprecated.  
messageSourceAccessor - Variable in class org.springframework.web.struts.LookupDispatchActionSupport
Deprecated.  
messageSourceAccessor - Variable in class org.springframework.web.struts.MappingDispatchActionSupport
Deprecated.  
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
Helper class that allows for accessing a Spring MessageSource as a ResourceBundle.
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
Implementation of Hibernate Validator 4.1's ResourceBundleLocator interface, exposing a Spring MessageSource as localized MessageSourceResourceBundle.
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
 
messageTimestampEnabled - Variable in class org.springframework.jms.core.JmsTemplate
 
MessageType - Enum in org.springframework.jms.support.converter
Constants that indicate a target message type to convert to: a TextMessage, a BytesMessage, a MapMessage or an ObjectMessage.
MessageType() - Constructor for enum org.springframework.jms.support.converter.MessageType
 
META_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
META_INF - Static variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
metaAnnotationMap - Variable in class org.springframework.core.type.classreading.AnnotationAttributesReadingVisitor
 
metaAnnotationMap - Variable in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
metadata - Variable in class org.springframework.aop.aspectj.annotation.SimpleMetadataAwareAspectInstanceFactory
 
metadata - Variable in class org.springframework.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactory
 
metadata - Variable in class org.springframework.context.annotation.ConfigurationClass
 
metadata - Variable in class org.springframework.context.annotation.ConfigurationClassMethod
 
metadata - Variable in class org.springframework.context.annotation.ScannedGenericBeanDefinition
 
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.
metadataAssembler - Variable in class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
 
MetadataAwareAspectInstanceFactory - Interface in org.springframework.aop.aspectj.annotation
Subinterface of AspectInstanceFactory that returns AspectMetadata associated with AspectJ-annotated classes.
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
Create a new MetadataMBeanInfoAssembler which needs to be configured through the MetadataMBeanInfoAssembler.setAttributeSource(org.springframework.jmx.export.metadata.JmxAttributeSource) method.
MetadataMBeanInfoAssembler(JmxAttributeSource) - Constructor for class org.springframework.jmx.export.assembler.MetadataMBeanInfoAssembler
Create a new MetadataMBeanInfoAssembler for the given JmxAttributeSource.
metadataNamingStrategy - Variable in class org.springframework.jmx.export.annotation.AnnotationMBeanExporter
 
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
Create a new MetadataNamingStrategy which needs to be configured through the MetadataNamingStrategy.setAttributeSource(org.springframework.jmx.export.metadata.JmxAttributeSource) method.
MetadataNamingStrategy(JmxAttributeSource) - Constructor for class org.springframework.jmx.export.naming.MetadataNamingStrategy
Create a new MetadataNamingStrategy for the given JmxAttributeSource.
metaDataProvider - Variable in class org.springframework.jdbc.core.metadata.CallMetaDataContext
the provider of call meta data
metaDataProvider - Variable in class org.springframework.jdbc.core.metadata.TableMetaDataContext
the provider of table meta data
MetadataReader - Interface in org.springframework.core.type.classreading
Simple facade for accessing class metadata, as read by an ASM org.springframework.asm.ClassReader.
metadataReaderFactory - Variable in class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
 
metadataReaderFactory - Variable in class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
 
metadataReaderFactory - Variable in class org.springframework.context.annotation.ConfigurationClassParser
 
metadataReaderFactory - Variable in class org.springframework.context.annotation.ConfigurationClassPostProcessor
 
MetadataReaderFactory - Interface in org.springframework.core.type.classreading
Factory interface for MetadataReader instances.
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.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
 
method - Variable in class org.springframework.aop.config.MethodLocatingFactoryBean
 
method - Variable in class org.springframework.aop.framework.AdvisedSupport.MethodCacheKey
 
method - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
method - Variable in class org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.LifecycleElement
 
method - Variable in class org.springframework.core.MethodParameter
 
method - Variable in class org.springframework.expression.spel.support.ReflectiveMethodExecutor
 
method - Variable in class org.springframework.mock.web.MockHttpServletRequest
 
method - Variable in class org.springframework.mock.web.portlet.MockClientDataRequest
 
method - Variable in class org.springframework.mock.web.portlet.MockEventRequest
 
method - Variable in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource.DefaultCacheKey
 
method - Variable in class org.springframework.web.context.support.ServletRequestHandledEvent
Usually GET or POST
method - Variable in class org.springframework.web.filter.HiddenHttpMethodFilter.HttpMethodRequestWrapper
 
method - Variable in exception org.springframework.web.HttpRequestMethodNotSupportedException
 
method - Variable in exception org.springframework.web.portlet.handler.PortletRequestMethodNotSupportedException
 
method - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
METHOD_ATTRIBUTE - Static variable in class org.springframework.jms.config.AbstractListenerContainerParser
 
METHOD_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
METHOD_GET - Static variable in class org.springframework.web.context.request.ServletWebRequest
 
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_INDEX - Static variable in class org.springframework.aop.config.ConfigBeanDefinitionParser
 
METHOD_POST - Static variable in class org.springframework.web.servlet.support.WebContentGenerator
HTTP method "POST"
METHOD_REPLACER - Static variable in class org.springframework.beans.factory.support.CglibSubclassingInstantiationStrategy
Index in the CGLIB callback array for a method that should be overridden using generic Methodreplacer functionality.
MethodBeforeAdvice - Interface in org.springframework.aop
Advice invoked before a method is invoked.
MethodBeforeAdviceAdapter - Class in org.springframework.aop.framework.adapter
Adapter to enable MethodBeforeAdvice to be used in the Spring AOP framework.
MethodBeforeAdviceAdapter() - Constructor for class org.springframework.aop.framework.adapter.MethodBeforeAdviceAdapter
 
MethodBeforeAdviceInterceptor - Class in org.springframework.aop.framework.adapter
Interceptor to wrap am MethodBeforeAdvice.
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
Augments the default JUnit behavior with potential repeats of the entire execution chain.
methodCache - Variable in class org.springframework.aop.framework.AdvisedSupport
Cache with Method as key and advisor chain List as value
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.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
Deprecated. in favor of TransactionAspectSupport.methodIdentification(Method, Class)
methodInvocation - Variable in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
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.
MethodInvocationProceedingJoinPoint.MethodSignatureImpl - Class in org.springframework.aop.aspectj
Lazily initialized MethodSignature.
MethodInvocationProceedingJoinPoint.MethodSignatureImpl() - Constructor for class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.MethodSignatureImpl
 
MethodInvocationProceedingJoinPoint.SourceLocationImpl - Class in org.springframework.aop.aspectj
Lazily initialized SourceLocation.
MethodInvocationProceedingJoinPoint.SourceLocationImpl() - Constructor for class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.SourceLocationImpl
 
methodInvoker - Variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
 
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
 
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
 
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.MethodInvokingJob() - Constructor for class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.MethodInvokingJob
 
MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob - Class in org.springframework.scheduling.quartz
Extension of the MethodInvokingJob, implementing the StatefulJob interface.
MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob() - Constructor for class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean.StatefulMethodInvokingJob
 
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
 
MethodInvokingTimerTaskFactoryBean - Class in org.springframework.scheduling.timer
Deprecated. as of Spring 3.0, in favor of the scheduling.concurrent package which is based on Java 5's java.util.concurrent.ExecutorService
MethodInvokingTimerTaskFactoryBean() - Constructor for class org.springframework.scheduling.timer.MethodInvokingTimerTaskFactoryBean
Deprecated.  
MethodLocatingFactoryBean - Class in org.springframework.aop.config
FactoryBean implementation that locates a Method on a specified bean.
MethodLocatingFactoryBean() - Constructor for class org.springframework.aop.config.MethodLocatingFactoryBean
 
methodMap - Variable in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Map from method name to attribute value
methodMappings - Variable in class org.springframework.jmx.export.assembler.MethodNameBasedMBeanInfoAssembler
Stores the mappings of bean keys to an array of method names.
MethodMapTransactionAttributeSource - Class in org.springframework.transaction.interceptor
Simple TransactionAttributeSource implementation that allows attributes to be stored per method in a Map.
MethodMapTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
methodMatcher - Variable in class org.springframework.aop.framework.InterceptorAndDynamicMethodMatcher
 
MethodMatcher - Interface in org.springframework.aop
Part of a Pointcut: Checks whether the target method is eligible for advice.
methodMatcher - Variable in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
 
methodMatcher - Variable in class org.springframework.aop.support.ComposablePointcut
 
MethodMatchers - Class in org.springframework.aop.support
Static utility methods for composing MethodMatchers.
MethodMatchers() - Constructor for class org.springframework.aop.support.MethodMatchers
 
MethodMatchers.ClassFilterAwareUnionMethodMatcher - Class in org.springframework.aop.support
MethodMatcher implementation for a union of two given MethodMatchers, supporting an associated ClassFilter per MethodMatcher.
MethodMatchers.ClassFilterAwareUnionMethodMatcher(MethodMatcher, ClassFilter, MethodMatcher, ClassFilter) - Constructor for class org.springframework.aop.support.MethodMatchers.ClassFilterAwareUnionMethodMatcher
 
MethodMatchers.IntersectionMethodMatcher - Class in org.springframework.aop.support
MethodMatcher implementation for an intersection of two given MethodMatchers.
MethodMatchers.IntersectionMethodMatcher(MethodMatcher, MethodMatcher) - Constructor for class org.springframework.aop.support.MethodMatchers.IntersectionMethodMatcher
 
MethodMatchers.UnionMethodMatcher - Class in org.springframework.aop.support
MethodMatcher implementation for a union of two given MethodMatchers.
MethodMatchers.UnionMethodMatcher(MethodMatcher, MethodMatcher) - Constructor for class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
 
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.
methodMetadataMap - Variable in class org.springframework.core.type.classreading.AnnotationMetadataReadingVisitor
 
methodMetadataMap - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
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, MultiValueMap<String, MethodMetadata>) - Constructor for class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
methodName - Variable in class org.springframework.aop.config.MethodLocatingFactoryBean
 
methodName - Variable in class org.springframework.aop.support.ControlFlowPointcut
 
methodName - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
 
methodName - Variable in class org.springframework.beans.factory.support.MethodOverride
 
methodName - Variable in class org.springframework.remoting.support.RemoteInvocation
 
methodName - Variable in exception org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
 
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
 
methodNameCache - Variable in class org.springframework.web.servlet.mvc.multiaction.InternalPathMethodNameResolver
Request URL path String --> method name String
methodNameMap - Variable in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
Map from Method to name pattern used for registration
methodNameResolver - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
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.
methodNameResolver - Variable in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Delegate that knows how to determine method names from incoming requests
methodNames() - Method in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
methodObject - Variable in class org.springframework.util.MethodInvoker
The method we will call
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 - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
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.
methodParam - Variable in class org.springframework.web.filter.HiddenHttpMethodFilter
 
methodParam - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
methodParameter - Variable in class org.springframework.beans.factory.config.DependencyDescriptor
 
methodParameter - Variable in class org.springframework.core.convert.TypeDescriptor
 
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.
methodParamNames - Variable in class org.springframework.web.servlet.mvc.multiaction.ParameterMethodNameResolver
 
methodProxy - Variable in class org.springframework.aop.framework.Cglib2AopProxy.CglibMethodInvocation
 
MethodReference - Class in org.springframework.expression.spel.ast
 
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.
methodReplacerBeanName - Variable in class org.springframework.beans.factory.support.ReplaceOverride
 
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.
methodResolver - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
methodResolverCache - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
methodResolverCache - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
methodResolvers - Variable in class org.springframework.expression.spel.support.StandardEvaluationContext
 
methods - Variable in class org.springframework.context.annotation.ConfigurationClass
 
methods - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
methods - Variable in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping.ParameterMappingPredicate
 
methods - Variable in class org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
metricType - Variable in class org.springframework.jmx.export.metadata.ManagedMetric
 
MetricType - Enum in org.springframework.jmx.support
Represents how the measurement values of a ManagedMetric will change over time
MetricType() - Constructor for enum org.springframework.jmx.support.MetricType
 
MillisecondInstantPrinter - Class in org.springframework.format.datetime.joda
Prints Long instances using a DateTimeFormatter.
MillisecondInstantPrinter(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.joda.MillisecondInstantPrinter
Create a new ReadableInstantPrinter.
mimeContainer - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentMarshaller
 
mimeContainer - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller.Jaxb2AttachmentUnmarshaller
 
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.
mimeMessage - Variable in class org.springframework.mail.javamail.MimeMessageHelper
 
MimeMessageHelper - Class in org.springframework.mail.javamail
Helper class for populating a MimeMessage.
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.
mimeMultipart - Variable in class org.springframework.mail.javamail.MimeMessageHelper
 
MimeUnmarshaller - Interface in org.springframework.oxm.mime
Subinterface of Unmarshaller that can use MIME attachments to optimize storage of binary data.
minEvictableIdleTimeMillis - Variable in class org.springframework.aop.target.CommonsPoolTargetSource
 
minIdle - Variable in class org.springframework.aop.target.CommonsPoolTargetSource
 
minorVersion - Variable in class org.springframework.mock.web.MockServletContext
 
minutes - Variable in class org.springframework.scheduling.support.CronSequenceGenerator
 
missCount - Variable in class org.springframework.test.context.ContextCache
 
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
PortletRequestBindingException subclass that indicates a missing parameter.
MissingPortletRequestParameterException(String, String) - Constructor for exception org.springframework.web.portlet.bind.MissingPortletRequestParameterException
Constructor for MissingPortletRequestParameterException.
MissingServletRequestParameterException - Exception in org.springframework.web.bind
ServletRequestBindingException subclass that indicates a missing parameter.
MissingServletRequestParameterException(String, String) - Constructor for exception org.springframework.web.bind.MissingServletRequestParameterException
Constructor for MissingServletRequestParameterException.
mm1 - Variable in class org.springframework.aop.support.MethodMatchers.IntersectionMethodMatcher
 
mm1 - Variable in class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
 
mm2 - Variable in class org.springframework.aop.support.MethodMatchers.IntersectionMethodMatcher
 
mm2 - Variable in class org.springframework.aop.support.MethodMatchers.UnionMethodMatcher
 
MockActionRequest - Class in org.springframework.mock.web.portlet
Mock implementation of the ActionRequest interface.
MockActionRequest() - Constructor for class org.springframework.mock.web.portlet.MockActionRequest
Create a new MockActionRequest with a default MockPortalContext and a default MockPortletContext.
MockActionRequest(String) - Constructor for class org.springframework.mock.web.portlet.MockActionRequest
Create a new MockActionRequest with a default MockPortalContext and a default MockPortletContext.
MockActionRequest(PortletMode) - Constructor for class org.springframework.mock.web.portlet.MockActionRequest
Create a new MockActionRequest with a default MockPortalContext and a default MockPortletContext.
MockActionRequest(PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockActionRequest
Create a new MockActionRequest with a default MockPortalContext.
MockActionRequest(PortalContext, PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockActionRequest
Create a new MockActionRequest.
MockActionResponse - Class in org.springframework.mock.web.portlet
Mock implementation of the ActionResponse interface.
MockActionResponse() - Constructor for class org.springframework.mock.web.portlet.MockActionResponse
Create a new MockActionResponse with a default MockPortalContext.
MockActionResponse(PortalContext) - Constructor for class org.springframework.mock.web.portlet.MockActionResponse
Create a new MockActionResponse.
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
Mock implementation of the BodyContent class.
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
Mock implementation of the CacheControl interface.
MockCacheControl() - Constructor for class org.springframework.mock.web.portlet.MockCacheControl
 
MockClientDataRequest - Class in org.springframework.mock.web.portlet
Mock implementation of the ClientDataRequest interface.
MockClientDataRequest() - Constructor for class org.springframework.mock.web.portlet.MockClientDataRequest
Create a new MockClientDataRequest with a default MockPortalContext and a default MockPortletContext.
MockClientDataRequest(PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockClientDataRequest
Create a new MockClientDataRequest with a default MockPortalContext.
MockClientDataRequest(PortalContext, PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockClientDataRequest
Create a new MockClientDataRequest.
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
Mock implementation of the EventRequest interface.
MockEventRequest(Event) - Constructor for class org.springframework.mock.web.portlet.MockEventRequest
Create a new MockEventRequest with a default MockPortalContext and a default MockPortletContext.
MockEventRequest(Event, PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockEventRequest
Create a new MockEventRequest with a default MockPortalContext.
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
Mock implementation of the EventResponse interface.
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 Jakarta 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
Mock implementation of the FilterConfig interface.
MockFilterChain() - Constructor for class org.springframework.mock.web.MockFilterChain
 
MockFilterConfig - Class in org.springframework.mock.web
Mock implementation of the FilterConfig interface.
MockFilterConfig() - Constructor for class org.springframework.mock.web.MockFilterConfig
Create a new MockFilterConfig with a default MockServletContext.
MockFilterConfig(String) - Constructor for class org.springframework.mock.web.MockFilterConfig
Create a new MockFilterConfig with a default MockServletContext.
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.
MockHttpServletRequest - Class in org.springframework.mock.web
Mock implementation of the HttpServletRequest interface.
MockHttpServletRequest() - Constructor for class org.springframework.mock.web.MockHttpServletRequest
Create a new MockHttpServletRequest with a default MockServletContext.
MockHttpServletRequest(String, String) - Constructor for class org.springframework.mock.web.MockHttpServletRequest
Create a new MockHttpServletRequest with a default MockServletContext.
MockHttpServletRequest(ServletContext) - Constructor for class org.springframework.mock.web.MockHttpServletRequest
Create a new MockHttpServletRequest.
MockHttpServletRequest(ServletContext, String, String) - Constructor for class org.springframework.mock.web.MockHttpServletRequest
Create a new MockHttpServletRequest.
MockHttpServletResponse - Class in org.springframework.mock.web
Mock implementation of the HttpServletResponse interface.
MockHttpServletResponse() - Constructor for class org.springframework.mock.web.MockHttpServletResponse
 
MockHttpServletResponse.ResponsePrintWriter - Class in org.springframework.mock.web
Inner class that adapts the PrintWriter to mark the response as committed once the buffer size is exceeded.
MockHttpServletResponse.ResponsePrintWriter(Writer) - Constructor for class org.springframework.mock.web.MockHttpServletResponse.ResponsePrintWriter
 
MockHttpServletResponse.ResponseServletOutputStream - Class in org.springframework.mock.web
Inner class that adapts the ServletOutputStream to mark the response as committed once the buffer size is exceeded.
MockHttpServletResponse.ResponseServletOutputStream(OutputStream) - Constructor for class org.springframework.mock.web.MockHttpServletResponse.ResponseServletOutputStream
 
MockHttpSession - Class in org.springframework.mock.web
Mock implementation of the HttpSession interface.
MockHttpSession() - Constructor for class org.springframework.mock.web.MockHttpSession
Create a new MockHttpSession with a default MockServletContext.
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
Mock implementation of the JspWriter class.
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
Mock implementation of the MimeResponse interface.
MockMimeResponse() - Constructor for class org.springframework.mock.web.portlet.MockMimeResponse
Create a new MockMimeResponse with a default MockPortalContext.
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
Mock implementation of the MultipartActionRequest interface.
MockMultipartActionRequest() - Constructor for class org.springframework.mock.web.portlet.MockMultipartActionRequest
 
MockMultipartFile - Class in org.springframework.mock.web
Mock implementation of the MultipartFile interface.
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
Mock implementation of the MultipartHttpServletRequest interface.
MockMultipartHttpServletRequest() - Constructor for class org.springframework.mock.web.MockMultipartHttpServletRequest
 
MockPageContext - Class in org.springframework.mock.web
Mock implementation of the PageContext interface.
MockPageContext() - Constructor for class org.springframework.mock.web.MockPageContext
Create new MockPageContext with a default MockServletContext, MockHttpServletRequest, MockHttpServletResponse, MockServletConfig.
MockPageContext(ServletContext) - Constructor for class org.springframework.mock.web.MockPageContext
Create new MockPageContext with a default MockHttpServletRequest, MockHttpServletResponse, MockServletConfig.
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
Mock implementation of the PortalContext interface.
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
Mock implementation of the PortletConfig interface.
MockPortletConfig() - Constructor for class org.springframework.mock.web.portlet.MockPortletConfig
Create a new MockPortletConfig with a default MockPortletContext.
MockPortletConfig(String) - Constructor for class org.springframework.mock.web.portlet.MockPortletConfig
Create a new MockPortletConfig with a default MockPortletContext.
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
Mock implementation of the PortletContext interface.
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.
MockPortletContext.MimeTypeResolver - Class in org.springframework.mock.web.portlet
Inner factory class used to just introduce a Java Activation Framework dependency when actually asked to resolve a MIME type.
MockPortletContext.MimeTypeResolver() - Constructor for class org.springframework.mock.web.portlet.MockPortletContext.MimeTypeResolver
 
MockPortletPreferences - Class in org.springframework.mock.web.portlet
Mock implementation of the PortletPreferences interface.
MockPortletPreferences() - Constructor for class org.springframework.mock.web.portlet.MockPortletPreferences
 
MockPortletRequest - Class in org.springframework.mock.web.portlet
Mock implementation of the PortletRequest interface.
MockPortletRequest() - Constructor for class org.springframework.mock.web.portlet.MockPortletRequest
Create a new MockPortletRequest with a default MockPortalContext and a default MockPortletContext.
MockPortletRequest(PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockPortletRequest
Create a new MockPortletRequest with a default MockPortalContext.
MockPortletRequest(PortalContext, PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockPortletRequest
Create a new MockPortletRequest.
MockPortletRequestDispatcher - Class in org.springframework.mock.web.portlet
Mock implementation of the PortletRequestDispatcher interface.
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
Mock implementation of the PortletResponse interface.
MockPortletResponse() - Constructor for class org.springframework.mock.web.portlet.MockPortletResponse
Create a new MockPortletResponse with a default MockPortalContext.
MockPortletResponse(PortalContext) - Constructor for class org.springframework.mock.web.portlet.MockPortletResponse
Create a new MockPortletResponse.
MockPortletSession - Class in org.springframework.mock.web.portlet
Mock implementation of the PortletSession interface.
MockPortletSession() - Constructor for class org.springframework.mock.web.portlet.MockPortletSession
Create a new MockPortletSession with a default MockPortletContext.
MockPortletSession(PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockPortletSession
Create a new MockPortletSession.
MockPortletURL - Class in org.springframework.mock.web.portlet
Mock implementation of the PortletURL interface.
MockPortletURL(PortalContext, String) - Constructor for class org.springframework.mock.web.portlet.MockPortletURL
Create a new MockPortletURL for the given URL type.
MockRenderRequest - Class in org.springframework.mock.web.portlet
Mock implementation of the RenderRequest interface.
MockRenderRequest() - Constructor for class org.springframework.mock.web.portlet.MockRenderRequest
Create a new MockRenderRequest with a default MockPortalContext and a default MockPortletContext.
MockRenderRequest(PortletMode) - Constructor for class org.springframework.mock.web.portlet.MockRenderRequest
Create a new MockRenderRequest with a default MockPortalContext and a default MockPortletContext.
MockRenderRequest(PortletMode, WindowState) - Constructor for class org.springframework.mock.web.portlet.MockRenderRequest
Create a new MockRenderRequest with a default MockPortalContext and a default MockPortletContext.
MockRenderRequest(PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockRenderRequest
Create a new MockRenderRequest with a default MockPortalContext.
MockRenderRequest(PortalContext, PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockRenderRequest
Create a new MockRenderRequest.
MockRenderResponse - Class in org.springframework.mock.web.portlet
Mock implementation of the RenderResponse interface.
MockRenderResponse() - Constructor for class org.springframework.mock.web.portlet.MockRenderResponse
Create a new MockRenderResponse with a default MockPortalContext.
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
Mock implementation of the RequestDispatcher interface.
MockRequestDispatcher(String) - Constructor for class org.springframework.mock.web.MockRequestDispatcher
Create a new MockRequestDispatcher for the given URL.
MockResourceRequest - Class in org.springframework.mock.web.portlet
Mock implementation of the ResourceRequest interface.
MockResourceRequest() - Constructor for class org.springframework.mock.web.portlet.MockResourceRequest
Create a new MockResourceRequest with a default MockPortalContext and a default MockPortletContext.
MockResourceRequest(String) - Constructor for class org.springframework.mock.web.portlet.MockResourceRequest
Create a new MockResourceRequest with a default MockPortalContext and a default MockPortletContext.
MockResourceRequest(MockResourceURL) - Constructor for class org.springframework.mock.web.portlet.MockResourceRequest
Create a new MockResourceRequest with a default MockPortalContext and a default MockPortletContext.
MockResourceRequest(PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockResourceRequest
Create a new MockResourceRequest with a default MockPortalContext.
MockResourceRequest(PortalContext, PortletContext) - Constructor for class org.springframework.mock.web.portlet.MockResourceRequest
Create a new MockResourceRequest.
MockResourceResponse - Class in org.springframework.mock.web.portlet
Mock implementation of the ResourceResponse interface.
MockResourceResponse() - Constructor for class org.springframework.mock.web.portlet.MockResourceResponse
 
MockResourceURL - Class in org.springframework.mock.web.portlet
Mock implementation of the ResourceURL interface.
MockResourceURL() - Constructor for class org.springframework.mock.web.portlet.MockResourceURL
 
MockServletConfig - Class in org.springframework.mock.web
Mock implementation of the ServletConfig interface.
MockServletConfig() - Constructor for class org.springframework.mock.web.MockServletConfig
Create a new MockServletConfig with a default MockServletContext.
MockServletConfig(String) - Constructor for class org.springframework.mock.web.MockServletConfig
Create a new MockServletConfig with a default MockServletContext.
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
Mock implementation of the ServletContext interface.
MockServletContext() - Constructor for class org.springframework.mock.web.MockServletContext
Create a new MockServletContext, using no base path and a DefaultResourceLoader (i.e.
MockServletContext(String) - Constructor for class org.springframework.mock.web.MockServletContext
Create a new MockServletContext, using a DefaultResourceLoader.
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.
MockServletContext.MimeTypeResolver - Class in org.springframework.mock.web
Inner factory class used to just introduce a Java Activation Framework dependency when actually asked to resolve a MIME type.
MockServletContext.MimeTypeResolver() - Constructor for class org.springframework.mock.web.MockServletContext.MimeTypeResolver
 
MockStateAwareResponse - Class in org.springframework.mock.web.portlet
Mock implementation of the StateAwareResponse interface.
MockStateAwareResponse() - Constructor for class org.springframework.mock.web.portlet.MockStateAwareResponse
Create a new MockActionResponse with a default MockPortalContext.
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 Entity classes should be mocked.
mode - Variable in class org.springframework.web.portlet.handler.PortletModeParameterLookupKey
 
MODE_READONLY_FIELD_NAME - Static variable in class org.springframework.jdbc.support.lob.OracleLobHandler
 
MODE_READWRITE_FIELD_NAME - Static variable in class org.springframework.jdbc.support.lob.OracleLobHandler
 
Model - Interface in org.springframework.ui
Java-5-specific interface that defines a holder for model attributes.
model - Variable in class org.springframework.web.portlet.ModelAndView
Model Map
model - Variable in class org.springframework.web.servlet.ModelAndView
Model Map
model - Variable in class org.springframework.web.servlet.support.RequestContext
 
MODEL_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
The name of the 'modelAttribute' setting
MODEL_ATTRIBUTE - Static variable in class org.springframework.web.servlet.ViewRendererServlet
Name of request attribute that holds the model Map
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.
MODEL_KEY_PREFIX_STALE - Static variable in class org.springframework.web.bind.annotation.support.HandlerMethodInvoker
 
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 - Variable in exception org.springframework.web.portlet.ModelAndViewDefiningException
 
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.
modelAndView - Variable in exception org.springframework.web.servlet.ModelAndViewDefiningException
 
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
 
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.
ModelAndViewResolver - Interface in org.springframework.web.servlet.mvc.annotation
SPI for resolving custom return values from a specific handler method.
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.
modelAttribute - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
modelAttributeMethods - Variable in class org.springframework.web.bind.annotation.support.HandlerMethodResolver
 
modelKey - Variable in class org.springframework.web.servlet.view.xml.MarshallingView
 
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.
modelMBean - Variable in class org.springframework.jmx.export.MBeanExporter.NotificationPublisherAwareLazyTargetSource
 
modelMBean - Variable in class org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
The ModelMBean instance wrapping the managed resource into which this NotificationPublisher will be injected.
ModelMBeanNotificationPublisher - Class in org.springframework.jmx.export.notification
NotificationPublisher implementation that uses the infrastructure provided by the ModelMBean interface to track javax.management.NotificationListeners and send Notifications to those listeners.
ModelMBeanNotificationPublisher(ModelMBeanNotificationBroadcaster, ObjectName, Object) - Constructor for class org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
Create a new instance of the ModelMBeanNotificationPublisher class that will publish all Notifications to the supplied ModelMBean.
modeReadOnlyConstants - Variable in class org.springframework.jdbc.support.lob.OracleLobHandler
 
modeReadWriteConstants - Variable in class org.springframework.jdbc.support.lob.OracleLobHandler
 
modes - Variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.RequestMappingInfo
 
modified - Variable in class org.springframework.scripting.support.StaticScriptSource
 
modifyLocations(Class<?>, String...) - Method in class org.springframework.test.context.support.AbstractContextLoader
Generate a modified version of the supplied locations array and returns it.
moduleConfig - Variable in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated. The Struts ModuleConfig that this PlugIn is registered with
monitor - Variable in class org.springframework.jca.work.SimpleTaskWorkManager.DelegatingWorkAdapter
 
monitor - Variable in class org.springframework.util.ConcurrencyThrottleSupport
 
monitor(Object, WeakReferenceMonitor.ReleaseListener) - Static method in class org.springframework.util.WeakReferenceMonitor
Start to monitor given handle object for becoming weakly reachable.
monitoringThread - Static variable in class org.springframework.util.WeakReferenceMonitor
 
months - Variable in class org.springframework.scheduling.support.CronSequenceGenerator
 
moreTokens() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
MR_TYPE_OBJECT_REFERENCE - Static variable in class org.springframework.jmx.export.MBeanExporter
Constant for the JMX mr_type "ObjectReference"
mtomEnabled - Variable in class org.springframework.oxm.jaxb.Jaxb2Marshaller
 
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.
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_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.
MULTIPART_SUBTYPE_ALTERNATIVE - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
 
MULTIPART_SUBTYPE_MIXED - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
 
MULTIPART_SUBTYPE_RELATED - Static variable in class org.springframework.mail.javamail.MimeMessageHelper
 
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.
multipartFiles - Variable in class org.springframework.mock.web.MockMultipartHttpServletRequest
 
multipartFiles - Variable in class org.springframework.mock.web.portlet.MockMultipartActionRequest
 
multipartFiles - Variable in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
 
multipartFiles - Variable in class org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest
 
multipartFiles - Variable in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
MultipartFilter - Class in org.springframework.web.multipart.support
Servlet 2.3 Filter that resolves multipart requests via a MultipartResolver.
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.
multipartParameters - Variable in class org.springframework.web.multipart.commons.CommonsFileUploadSupport.MultipartParsingResult
 
multipartParameters - Variable in class org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest
 
multipartParameters - Variable in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
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.
multipartResolver - Variable in class org.springframework.web.portlet.DispatcherPortlet
MultipartResolver used by this portlet
multipartResolver - Variable in class org.springframework.web.servlet.DispatcherServlet
MultipartResolver used by this servlet
multipartResolverBeanName - Variable in class org.springframework.web.multipart.support.MultipartFilter
 
multiple - Variable in class org.springframework.web.servlet.tags.form.SelectTag
Indicates whether or not the 'select' tag allows multiple-selections.
MULTIPLIER - Static variable in class org.springframework.util.ObjectUtils
 
MultiValueMap<K,V> - Interface in org.springframework.util
Extension of the Map interface that stores multiple values.
mustRestoreAutoCommit - Variable in class org.springframework.jdbc.datasource.DataSourceTransactionManager.DataSourceTransactionObject
 
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
 
MutablePropertyValues - Class in org.springframework.beans
Default implementation of the PropertyValues interface.
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
Mutable implementation of the SortDefinition interface.
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.
MvcNamespaceHandler - Class in org.springframework.web.servlet.config
NamespaceHandler for Spring MVC configuration namespace.
MvcNamespaceHandler() - Constructor for class org.springframework.web.servlet.config.MvcNamespaceHandler
 
MXBEAN_ANNOTATION_CLASS_NAME - Static variable in class org.springframework.jmx.support.JmxUtils
 
MXBEAN_SUFFIX - Static variable in class org.springframework.jmx.support.JmxUtils
Suffix used to identify a Java 6 MXBean interface.
mxBeanAnnotationAvailable - Static variable in class org.springframework.jmx.support.JmxUtils
 
MySQLMaxValueIncrementer - Class in org.springframework.jdbc.support.incrementer
DataFieldMaxValueIncrementer that increments the maximum value of a given MySQL table with the equivalent of an auto-increment column.
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.

A B C D E F G H I J K L M N O P Q R S T U V W X Z