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

N

name - Variable in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
 
name - Variable in class org.springframework.aop.config.AdvisorEntry
 
name - Variable in class org.springframework.aop.config.PointcutEntry
 
name - Variable in class org.springframework.beans.BeanMetadataAttribute
 
name - Variable in class org.springframework.beans.factory.config.ConstructorArgumentValues.ValueHolder
 
name - Variable in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
 
name - Variable in class org.springframework.beans.factory.parsing.PropertyEntry
 
name - Variable in class org.springframework.beans.PropertyValue
 
name - Variable in class org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.LookupElement
 
name - Variable in class org.springframework.context.support.DefaultLifecycleProcessor.LifecycleGroupMember
 
name - Variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer.LocalVariableTableVisitor
 
name - Variable in class org.springframework.core.NamedInheritableThreadLocal
 
name - Variable in class org.springframework.core.NamedThreadLocal
 
name - Variable in class org.springframework.core.type.classreading.MethodMetadataReadingVisitor
 
name - Variable in class org.springframework.expression.spel.ast.FunctionReference
 
name - Variable in class org.springframework.expression.spel.ast.MethodReference
 
name - Variable in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
name - Variable in class org.springframework.expression.spel.ast.VariableReference
 
name - Variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.CacheKey
 
name - Variable in class org.springframework.jdbc.core.SqlParameter
The name of the parameter, if any
name - Variable in class org.springframework.jms.listener.adapter.MessageListenerAdapter.DestinationNameHolder
 
name - Variable in class org.springframework.jmx.access.MBeanClientInterceptor.MethodCacheKey
 
name - Variable in class org.springframework.jmx.export.metadata.ManagedNotification
 
name - Variable in class org.springframework.jmx.export.metadata.ManagedOperationParameter
 
name - Variable in class org.springframework.mock.web.MockMultipartFile
 
name - Variable in class org.springframework.mock.web.portlet.MockEvent
 
name - Variable in class org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean
 
name - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager.SuspendedResourcesHolder
 
name - Variable in class org.springframework.transaction.support.DefaultTransactionDefinition
 
name - Variable in class org.springframework.ui.context.support.SimpleTheme
 
NAME - Static variable in class org.springframework.ui.velocity.SpringResourceLoader
 
name - Variable in class org.springframework.web.servlet.tags.BindErrorsTag
 
name - Variable in class org.springframework.web.servlet.tags.form.FormTag
 
name - Variable in class org.springframework.web.servlet.tags.Param
 
name - Variable in class org.springframework.web.servlet.tags.ParamTag
 
NAME_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Constant for the name attribute
NAME_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
NAME_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader
 
NAME_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.FormTag
 
NAME_GENERATOR_ATTRIBUTE - Static variable in class org.springframework.context.annotation.ComponentScanBeanDefinitionParser
 
NAME_MAP - Static variable in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
NamedBean - Interface in org.springframework.beans.factory
Counterpart of BeanNameAware.
namedBeanToAdvisor(Object) - Method in class org.springframework.aop.framework.ProxyFactoryBean
Convert the following object sourced from calling getBean() on a name in the interceptorNames array to an Advisor or TargetSource.
NamedInheritableThreadLocal<T> - Class in org.springframework.core
InheritableThreadLocal subclass that exposes a specified name as NamedInheritableThreadLocal.toString() result (allowing for introspection).
NamedInheritableThreadLocal(String) - Constructor for class org.springframework.core.NamedInheritableThreadLocal
Create a new NamedInheritableThreadLocal with the given name.
NamedParameterBatchUpdateUtils - Class in org.springframework.jdbc.core.namedparam
Generic utility methods for working with JDBC batch statements using named parameters.
NamedParameterBatchUpdateUtils() - Constructor for class org.springframework.jdbc.core.namedparam.NamedParameterBatchUpdateUtils
 
namedParameterCount - Variable in class org.springframework.jdbc.core.namedparam.ParsedSql
 
NamedParameterJdbcDaoSupport - Class in org.springframework.jdbc.core.namedparam
Extension of JdbcDaoSupport that exposes a NamedParameterJdbcTemplate as well.
NamedParameterJdbcDaoSupport() - Constructor for class org.springframework.jdbc.core.namedparam.NamedParameterJdbcDaoSupport
 
NamedParameterJdbcOperations - Interface in org.springframework.jdbc.core.namedparam
Interface specifying a basic set of JDBC operations allowing the use of named parameters rather than the traditional '?' placeholders.
namedParameterJdbcOperations - Variable in class org.springframework.jdbc.core.simple.SimpleJdbcTemplate
The NamedParameterJdbcTemplate that we are wrapping
namedParameterJdbcTemplate - Variable in class org.springframework.jdbc.core.namedparam.NamedParameterJdbcDaoSupport
 
NamedParameterJdbcTemplate - Class in org.springframework.jdbc.core.namedparam
Template class with a basic set of JDBC operations, allowing the use of named parameters rather than traditional '?' placeholders.
NamedParameterJdbcTemplate(DataSource) - Constructor for class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Create a new NamedParameterJdbcTemplate for the given DataSource.
NamedParameterJdbcTemplate(JdbcOperations) - Constructor for class org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Create a new NamedParameterJdbcTemplate for the given classic Spring JdbcTemplate.
NamedParameterUtils - Class in org.springframework.jdbc.core.namedparam
Helper methods for named parameter parsing.
NamedParameterUtils() - Constructor for class org.springframework.jdbc.core.namedparam.NamedParameterUtils
 
NamedThreadLocal<T> - Class in org.springframework.core
ThreadLocal subclass that exposes a specified name as NamedThreadLocal.toString() result (allowing for introspection).
NamedThreadLocal(String) - Constructor for class org.springframework.core.NamedThreadLocal
Create a new NamedThreadLocal with the given name.
nameMap - Variable in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
Keys are method names; values are TransactionAttributes
NameMatchMethodPointcut - Class in org.springframework.aop.support
Pointcut bean for simple method name matches, as alternative to regexp patterns.
NameMatchMethodPointcut() - Constructor for class org.springframework.aop.support.NameMatchMethodPointcut
 
NameMatchMethodPointcutAdvisor - Class in org.springframework.aop.support
Convenient class for name-match method pointcuts that hold an Advice, making them an Advisor.
NameMatchMethodPointcutAdvisor() - Constructor for class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
 
NameMatchMethodPointcutAdvisor(Advice) - Constructor for class org.springframework.aop.support.NameMatchMethodPointcutAdvisor
 
NameMatchTransactionAttributeSource - Class in org.springframework.transaction.interceptor
Simple TransactionAttributeSource implementation that allows attributes to be matched by registered name.
NameMatchTransactionAttributeSource() - Constructor for class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
 
NAMES_PATTERN - Static variable in class org.springframework.web.util.UriTemplate
Captures URI template variable names.
namespace - Variable in class org.springframework.mock.web.portlet.MockPortletResponse
 
namespace - Variable in class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
Namespace of this context, or null if root
namespace - Variable in class org.springframework.web.context.support.StaticWebApplicationContext
 
namespace - Variable in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
Namespace of this context, or null if root
namespace - Variable in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
namespace - Variable in class org.springframework.web.portlet.FrameworkPortlet
Namespace for this portlet
namespace - Variable in class org.springframework.web.servlet.FrameworkServlet
Namespace for this servlet
namespace - Variable in class org.springframework.web.struts.ContextLoaderPlugIn
Deprecated. Namespace for this servlet
NAMESPACE_PREFIXES_FEATURE_NAME - Static variable in class org.springframework.util.xml.AbstractStaxXMLReader
 
namespaceAware - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 
namespaceContext - Variable in class org.springframework.util.xml.AbstractStaxContentHandler
 
namespaceContextChanged - Variable in class org.springframework.util.xml.AbstractStaxContentHandler
 
NamespaceHandler - Interface in org.springframework.beans.factory.xml
Base interface used by the DefaultBeanDefinitionDocumentReader for handling custom namespaces in a Spring XML configuration file.
NamespaceHandlerResolver - Interface in org.springframework.beans.factory.xml
Used by the DefaultBeanDefinitionDocumentReader to locate a NamespaceHandler implementation for a particular namespace URI.
namespaceHandlerResolver - Variable in class org.springframework.beans.factory.xml.XmlBeanDefinitionReader
 
namespaceHandlerResolver - Variable in class org.springframework.beans.factory.xml.XmlReaderContext
 
NamespaceHandlerSupport - Class in org.springframework.beans.factory.xml
Support class for implementing custom NamespaceHandlers.
NamespaceHandlerSupport() - Constructor for class org.springframework.beans.factory.xml.NamespaceHandlerSupport
 
namespaceMappings - Variable in class org.springframework.oxm.castor.CastorMarshaller
 
namespacePrefixesFeature - Variable in class org.springframework.util.xml.AbstractStaxXMLReader
 
namespaces - Variable in class org.springframework.util.xml.AbstractStaxXMLReader
 
namespaces - Variable in class org.springframework.util.xml.StaxEventXMLReader
 
NAMESPACES_FEATURE_NAME - Static variable in class org.springframework.util.xml.AbstractStaxXMLReader
 
namespacesFeature - Variable in class org.springframework.util.xml.AbstractStaxXMLReader
 
namespaceUri - Variable in class org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactory
Deprecated.  
namespaceUri - Variable in class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
 
namespaceUriToPrefixes - Variable in class org.springframework.util.xml.SimpleNamespaceContext
 
namingStrategy - Variable in class org.springframework.jmx.export.MBeanExporter
The strategy to use for creating ObjectNames for an object
namingStrategy - Variable in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
 
nativeConnectionNecessaryForNativeCallableStatements - Variable in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
 
nativeConnectionNecessaryForNativePreparedStatements - Variable in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
 
nativeConnectionNecessaryForNativeStatements - Variable in class org.springframework.jdbc.support.nativejdbc.SimpleNativeJdbcExtractor
 
nativeEntityManagerFactory - Variable in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Raw EntityManagerFactory as returned by the PersistenceProvider
nativeJdbcExtractor - Variable in class org.springframework.jdbc.core.CallableStatementCreatorFactory
 
nativeJdbcExtractor - Variable in class org.springframework.jdbc.core.JdbcTemplate
Custom NativeJdbcExtractor
nativeJdbcExtractor - Variable in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
NativeJdbcExtractor that can be used to retrieve the native connection
nativeJdbcExtractor - Variable in class org.springframework.jdbc.core.metadata.TableMetaDataContext
NativeJdbcExtractor to be used to retrieve the native connection
nativeJdbcExtractor - Variable in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
 
nativeJdbcExtractor - Variable in class org.springframework.jdbc.support.lob.OracleLobHandler
 
NativeJdbcExtractor - Interface in org.springframework.jdbc.support.nativejdbc
Interface for extracting native JDBC objects from wrapped objects coming from connection pools.
NativeJdbcExtractorAdapter - Class in org.springframework.jdbc.support.nativejdbc
Abstract adapter class for the NativeJdbcExtractor interface, for simplified implementation of basic extractors.
NativeJdbcExtractorAdapter() - Constructor for class org.springframework.jdbc.support.nativejdbc.NativeJdbcExtractorAdapter
 
NativeWebRequest - Interface in org.springframework.web.context.request
Extension of the WebRequest interface, exposing the native request and response objects in a generic fashion.
navigableMapClass - Static variable in class org.springframework.core.CollectionFactory
 
navigableSetClass - Static variable in class org.springframework.core.CollectionFactory
 
needsToBeMadeAccessible - Variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor.OptimalPropertyAccessor
 
NESTED_PATH_SEPARATOR - Static variable in interface org.springframework.validation.Errors
The separator between path elements in a nested path, for example in "customer.name" or "customer.address.street".
NESTED_PATH_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.form.AbstractDataBoundFormElementTag
Name of the exposed path variable within the scope of this tag: "nestedPath".
NESTED_PATH_VARIABLE_NAME - Static variable in class org.springframework.web.servlet.tags.NestedPathTag
Name of the exposed variable within the scope of this tag: "nestedPath".
NESTED_PROPERTY_SEPARATOR - Static variable in interface org.springframework.beans.PropertyAccessor
Path separator for nested properties.
NESTED_PROPERTY_SEPARATOR_CHAR - Static variable in interface org.springframework.beans.PropertyAccessor
 
nestedBeanWrappers - Variable in class org.springframework.beans.BeanWrapperImpl
Map with cached nested BeanWrappers: nested path -> BeanWrapper instance.
NestedCheckedException - Exception in org.springframework.core
Handy class for wrapping checked Exceptions with a root cause.
NestedCheckedException(String) - Constructor for exception org.springframework.core.NestedCheckedException
Construct a NestedCheckedException with the specified detail message.
NestedCheckedException(String, Throwable) - Constructor for exception org.springframework.core.NestedCheckedException
Construct a NestedCheckedException with the specified detail message and nested exception.
nestedComponents - Variable in class org.springframework.beans.factory.parsing.CompositeComponentDefinition
 
NestedExceptionUtils - Class in org.springframework.core
Helper class for implementing exception classes which are capable of holding nested exceptions.
NestedExceptionUtils() - Constructor for class org.springframework.core.NestedExceptionUtils
 
NestedIOException - Exception in org.springframework.core
Subclass of IOException that properly handles a root cause, exposing the root cause just like NestedChecked/RuntimeException does.
NestedIOException(String) - Constructor for exception org.springframework.core.NestedIOException
Construct a NestedIOException with the specified detail message.
NestedIOException(String, Throwable) - Constructor for exception org.springframework.core.NestedIOException
Construct a NestedIOException with the specified detail message and nested exception.
nestedPath - Variable in class org.springframework.beans.BeanWrapperImpl
 
nestedPath - Variable in class org.springframework.validation.AbstractErrors
 
nestedPathStack - Variable in class org.springframework.validation.AbstractErrors
 
NestedPathTag - Class in org.springframework.web.servlet.tags
Nested-path tag, to support and assist with nested beans or bean properties in the model.
NestedPathTag() - Constructor for class org.springframework.web.servlet.tags.NestedPathTag
 
NestedRuntimeException - Exception in org.springframework.core
Handy class for wrapping runtime Exceptions with a root cause.
NestedRuntimeException(String) - Constructor for exception org.springframework.core.NestedRuntimeException
Construct a NestedRuntimeException with the specified detail message.
NestedRuntimeException(String, Throwable) - Constructor for exception org.springframework.core.NestedRuntimeException
Construct a NestedRuntimeException with the specified detail message and nested exception.
NestedServletException - Exception in org.springframework.web.util
Subclass of ServletException that properly handles a root cause in terms of message and stacktrace, just like NestedChecked/RuntimeException does.
NestedServletException(String) - Constructor for exception org.springframework.web.util.NestedServletException
Construct a NestedServletException with the specified detail message.
NestedServletException(String, Throwable) - Constructor for exception org.springframework.web.util.NestedServletException
Construct a NestedServletException with the specified detail message and nested exception.
nestedTransactionAllowed - Variable in class org.springframework.transaction.support.AbstractPlatformTransactionManager
 
NestedTransactionNotSupportedException - Exception in org.springframework.transaction
Exception thrown when attempting to work with a nested transaction but nested transactions are not supported by the underlying backend.
NestedTransactionNotSupportedException(String) - Constructor for exception org.springframework.transaction.NestedTransactionNotSupportedException
Constructor for NestedTransactionNotSupportedException.
NestedTransactionNotSupportedException(String, Throwable) - Constructor for exception org.springframework.transaction.NestedTransactionNotSupportedException
Constructor for NestedTransactionNotSupportedException.
nestingLevel - Variable in class org.springframework.core.MethodParameter
 
newArgPreparedStatementSetter(Object[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
Create a new ArgPreparedStatementSetter using the args passed in.
newArgTypePreparedStatementSetter(Object[], int[]) - Method in class org.springframework.jdbc.core.JdbcTemplate
Create a new ArgTypePreparedStatementSetter using the args and argTypes passed in.
newCachedRowSet() - Method in class org.springframework.jdbc.core.SqlRowSetResultSetExtractor
Create a new CachedRowSet instance, to be populated by the createSqlRowSet implementation.
newCallableStatementCreator(Map<String, ?>) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Return a new CallableStatementCreator instance given this parameters.
newCallableStatementCreator(ParameterMapper) - Method in class org.springframework.jdbc.core.CallableStatementCreatorFactory
Return a new CallableStatementCreator instance given this parameter mapper.
newCallableStatementCreator(Map<String, ?>) - Method in class org.springframework.jdbc.object.SqlCall
Return a CallableStatementCreator to perform an operation with this parameters.
newCallableStatementCreator(ParameterMapper) - Method in class org.springframework.jdbc.object.SqlCall
Return a CallableStatementCreator to perform an operation with the parameters returned from this ParameterMapper.
newCommandObject(Class) - Method in class org.springframework.web.servlet.mvc.multiaction.MultiActionController
Create a new command object of the given class.
newConfiguration() - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Subclasses can override this method to perform custom initialization of the Configuration instance used for SessionFactory creation.
newConfiguration() - Method in class org.springframework.ui.freemarker.FreeMarkerConfigurationFactory
Return a new Configuration object.
newConnectionHolder - Variable in class org.springframework.jdbc.datasource.DataSourceTransactionManager.DataSourceTransactionObject
 
newDocument() - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
Create a new document to hold the PDF contents.
newEnhancer(Class<?>) - Method in class org.springframework.context.annotation.ConfigurationClassEnhancer
Creates a new CGLIB Enhancer instance.
newEntityManager - Variable in class org.springframework.orm.jpa.EntityManagerFactoryUtils.EntityManagerSynchronization
 
newEntityManagerHolder - Variable in class org.springframework.orm.jpa.JpaTransactionManager.JpaTransactionObject
 
newFeed() - Method in class org.springframework.web.servlet.view.feed.AbstractAtomFeedView
Create a new Feed instance to hold the entries.
newFeed() - Method in class org.springframework.web.servlet.view.feed.AbstractFeedView
Create a new feed to hold the entries.
newFeed() - Method in class org.springframework.web.servlet.view.feed.AbstractRssFeedView
Create a new Channel instance to hold the entries.
newFileItemFactory() - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Factory method for a Commons DiskFileItemFactory instance.
newFileUpload(FileItemFactory) - Method in class org.springframework.web.multipart.commons.CommonsFileUploadSupport
Factory method for a Commons FileUpload instance.
newFileUpload(FileItemFactory) - Method in class org.springframework.web.multipart.commons.CommonsMultipartResolver
Initialize the underlying org.apache.commons.fileupload.servlet.ServletFileUpload instance.
newFileUpload(FileItemFactory) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
Initialize the underlying org.apache.commons.fileupload.portlet.PortletFileUpload instance.
newInstance(Class<T>) - Static method in class org.springframework.jdbc.core.BeanPropertyRowMapper
Static factory method to create a new BeanPropertyRowMapper (with the mapped class specified only once).
newInstance(Class<T>) - Static method in class org.springframework.jdbc.core.simple.ParameterizedBeanPropertyRowMapper
Static factory method to create a new ParameterizedBeanPropertyRowMapper (with the mapped class specified only once).
newInstance(Class<T>) - Static method in class org.springframework.jdbc.core.simple.ParameterizedSingleColumnRowMapper
Static factory method to create a new ParameterizedSingleColumnRowMapper (with the required type specified only once).
newJdbcConnSpecMethod - Variable in class org.springframework.jdbc.datasource.WebSphereDataSourceAdapter
 
newJdbcExceptionTranslator(SessionFactory) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Create an appropriate SQLExceptionTranslator for the given SessionFactory.
newJdbcExceptionTranslator(Object) - Static method in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils
Create an appropriate SQLExceptionTranslator for the given PersistenceManagerFactory.
newJob(TriggerFiredBundle) - Method in class org.springframework.scheduling.quartz.AdaptableJobFactory
 
newLine() - Method in class org.springframework.mock.web.MockBodyContent
 
newLine() - Method in class org.springframework.mock.web.MockJspWriter
 
newlyRegistered - Variable in class org.springframework.jmx.support.MBeanServerFactoryBean
 
newMarshallingSqlXmlValue(Object) - Method in interface org.springframework.jdbc.support.xml.SqlXmlObjectMappingHandler
Get an instance of an SqlXmlValue implementation to be used together with the database specific implementation of this SqlXmlObjectMappingHandler.
newNestedBeanWrapper(Object, String) - Method in class org.springframework.beans.BeanWrapperImpl
Create a new nested BeanWrapper instance.
newPageSet - Variable in class org.springframework.beans.support.PagedListHolder
 
newPersistenceManager - Variable in class org.springframework.orm.jdo.PersistenceManagerFactoryUtils.PersistenceManagerSynchronization
 
newPersistenceManagerFactory(String) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Subclasses can override this to perform custom initialization of the PersistenceManagerFactory instance, creating it for the specified name.
newPersistenceManagerFactory(Map) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Subclasses can override this to perform custom initialization of the PersistenceManagerFactory instance, creating it via the given Properties that got prepared by this LocalPersistenceManagerFactoryBean.
newPersistenceManagerHolder - Variable in class org.springframework.orm.jdo.JdoTransactionManager.JdoTransactionObject
 
newPreparedStatementCreator(List<?>) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Return a new PreparedStatementCreator for the given parameters.
newPreparedStatementCreator(Object[]) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Return a new PreparedStatementCreator for the given parameters.
newPreparedStatementCreator(String, Object[]) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Return a new PreparedStatementCreator for the given parameters.
newPreparedStatementCreator(Object[]) - Method in class org.springframework.jdbc.object.SqlOperation
Return a PreparedStatementCreator to perform an operation with the given parameters.
newPreparedStatementCreator(String, Object[]) - Method in class org.springframework.jdbc.object.SqlOperation
Return a PreparedStatementCreator to perform an operation with the given parameters.
newPreparedStatementSetter(List) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Return a new PreparedStatementSetter for the given parameters.
newPreparedStatementSetter(Object[]) - Method in class org.springframework.jdbc.core.PreparedStatementCreatorFactory
Return a new PreparedStatementSetter for the given parameters.
newPreparedStatementSetter(Object[]) - Method in class org.springframework.jdbc.object.SqlOperation
Return a PreparedStatementSetter to perform an operation with the given parameters.
newPrototypeInstance() - Method in class org.springframework.aop.framework.ProxyFactoryBean
Create a new prototype instance of this class's created proxy object, backed by an independent AdvisedSupport configuration.
newPrototypeInstance() - Method in class org.springframework.aop.target.AbstractPrototypeBasedTargetSource
Subclasses should call this method to create a new prototype instance.
newRowMapper(Object[], Map) - Method in class org.springframework.jdbc.object.GenericSqlQuery
 
newRowMapper(Object[], Map) - Method in class org.springframework.jdbc.object.MappingSqlQueryWithParameters
Implementation of protected abstract method.
newRowMapper(Object[], Map) - Method in class org.springframework.jdbc.object.SqlQuery
Subclasses must implement this method to extract an object per row, to be returned by the execute method as an aggregated List.
newRowMapper(Object[], Map) - Method in class org.springframework.jdbc.object.UpdatableSqlQuery
Implementation of the superclass template method.
newSession - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
 
newSession - Variable in class org.springframework.orm.hibernate3.SpringSessionSynchronization
 
newSessionBeanInstance() - Method in class org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
Return a new instance of the stateless session bean.
newSessionBeanInstance() - Method in class org.springframework.ejb.access.LocalSlsbInvokerInterceptor
Return a new instance of the stateless session bean.
newSessionFactory(Configuration) - Method in class org.springframework.orm.hibernate3.LocalSessionFactoryBean
Subclasses can override this method to perform custom initialization of the SessionFactory instance, creating it via the given Configuration object that got prepared by this LocalSessionFactoryBean.
newSessionHolder - Variable in class org.springframework.orm.hibernate3.HibernateTransactionManager.HibernateTransactionObject
 
newSqlXmlValue(String) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
newSqlXmlValue(XmlBinaryStreamProvider) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
newSqlXmlValue(XmlCharacterStreamProvider) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
newSqlXmlValue(Class, XmlResultProvider) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
newSqlXmlValue(Document) - Method in class org.springframework.jdbc.support.xml.Jdbc4SqlXmlHandler
 
newSqlXmlValue(String) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Create a SqlXmlValue instance for the given XML data, as supported by the underlying JDBC driver.
newSqlXmlValue(XmlBinaryStreamProvider) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Create a SqlXmlValue instance for the given XML data, as supported by the underlying JDBC driver.
newSqlXmlValue(XmlCharacterStreamProvider) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Create a SqlXmlValue instance for the given XML data, as supported by the underlying JDBC driver.
newSqlXmlValue(Class, XmlResultProvider) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Create a SqlXmlValue instance for the given XML data, as supported by the underlying JDBC driver.
newSqlXmlValue(Document) - Method in interface org.springframework.jdbc.support.xml.SqlXmlHandler
Create a SqlXmlValue instance for the given XML data, as supported by the underlying JDBC driver.
newSynchronization - Variable in class org.springframework.transaction.support.DefaultTransactionStatus
 
newThread(Runnable) - Method in class org.springframework.scheduling.backportconcurrent.CustomizableThreadFactory
 
newThread(Runnable) - Method in class org.springframework.scheduling.concurrent.CustomizableThreadFactory
 
newTransaction - Variable in class org.springframework.transaction.support.DefaultTransactionStatus
 
newTransaction - Variable in class org.springframework.transaction.support.SimpleTransactionStatus
 
newTransactionStatus(TransactionStatus) - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
newTransactionStatus(TransactionDefinition, Object, boolean, boolean, boolean, Object) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Create a rae TransactionStatus instance for the given arguments.
newTransformerFactory(Class) - Method in class org.springframework.web.servlet.view.xslt.AbstractXsltView
Deprecated. Instantiate a new TransformerFactory for this view.
newTransformerFactory(Class) - Method in class org.springframework.web.servlet.view.xslt.XsltView
Instantiate a new TransformerFactory for this view.
newValue(Class<?>, String) - Method in class org.springframework.beans.BeanWrapperImpl
 
newVelocityEngine() - Method in class org.springframework.ui.velocity.VelocityEngineFactory
Return a new VelocityEngine.
newWriter(Document, OutputStream) - Method in class org.springframework.web.servlet.view.document.AbstractPdfView
Create a new PdfWriter for the given iText Document.
next() - Method in class org.springframework.jdbc.support.rowset.ResultSetWrappingSqlRowSet
 
next() - Method in interface org.springframework.jdbc.support.rowset.SqlRowSet
Moves the cursor to the next row.
next() - Method in class org.springframework.mock.jndi.SimpleNamingContext.AbstractNamingEnumeration
 
next(Date) - Method in class org.springframework.scheduling.support.CronSequenceGenerator
Get the next Date in the sequence matching the Cron pattern and after the value provided.
next - Variable in class org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks
 
next - Variable in class org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks
 
next - Variable in class org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks
 
next - Variable in class org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks
 
next - Variable in class org.springframework.test.context.junit4.statements.SpringFailOnTimeout
 
next - Variable in class org.springframework.test.context.junit4.statements.SpringRepeat
 
next() - Method in class org.springframework.util.CollectionUtils.EnumerationIterator
 
next() - Method in class org.springframework.util.CompositeIterator
 
next() - Method in class org.springframework.util.xml.XMLEventStreamReader
 
nextChildIs(Class...) - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
nextElement() - Method in class org.springframework.mock.jndi.SimpleNamingContext.AbstractNamingEnumeration
 
nextExecutionTime(TriggerContext) - Method in class org.springframework.scheduling.support.CronTrigger
 
nextExecutionTime(TriggerContext) - Method in class org.springframework.scheduling.support.PeriodicTrigger
Returns the time after which a task should run again.
nextExecutionTime(TriggerContext) - Method in interface org.springframework.scheduling.Trigger
Determine the next execution time according to the given trigger context.
nextFilterChain - Variable in class org.springframework.mock.web.PassThroughFilterChain
 
nextId - Variable in class org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
The next id to serve
nextId - Static variable in class org.springframework.mock.web.MockHttpSession
 
nextId - Static variable in class org.springframework.mock.web.portlet.MockPortletSession
 
nextId(String, PageContext) - Static method in class org.springframework.web.servlet.tags.form.TagIdGenerator
Get the next unique ID (within the given PageContext) for the supplied name.
nextIntValue() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
nextIntValue() - Method in interface org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer
Increment the data store field's max value as int.
nextLongValue() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
nextLongValue() - Method in interface org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer
Increment the data store field's max value as long.
nextPage() - Method in class org.springframework.beans.support.PagedListHolder
Switch to next page.
nextPossiblePortletModes - Variable in class org.springframework.mock.web.portlet.MockRenderResponse
 
nextPotentialReferencePosition - Variable in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
nextSemicolonPosition - Variable in class org.springframework.web.util.HtmlCharacterEntityDecoder
 
nextStringValue() - Method in class org.springframework.jdbc.support.incrementer.AbstractDataFieldMaxValueIncrementer
 
nextStringValue() - Method in interface org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer
Increment the data store field's max value as String.
nextTag() - Method in class org.springframework.util.xml.AbstractXMLStreamReader
 
nextThreadName() - Method in class org.springframework.util.CustomizableThreadCreator
Return the thread name to use for a newly created thread.
nextTimestamp() - Method in class org.springframework.orm.hibernate3.LocalCacheProviderProxy
 
nextTimestamp() - Method in class org.springframework.orm.hibernate3.LocalRegionFactoryProxy
 
nextToken() - Method in class org.springframework.expression.spel.standard.InternalSpelExpressionParser
 
nextValueIndex - Variable in class org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
The next id to serve from the value cache
nextValueIndex - Variable in class org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
The next id to serve from the value cache
nextValueIndex - Variable in class org.springframework.jdbc.support.incrementer.SqlServerMaxValueIncrementer
The next id to serve from the value cache
nextValueIndex - Variable in class org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
The next id to serve from the value cache
NO_CHILDREN - Static variable in class org.springframework.expression.spel.ast.SpelNodeImpl
 
NO_CONCURRENCY - Static variable in class org.springframework.core.task.SimpleAsyncTaskExecutor
Switch concurrency 'off': that is, don't allow any concurrent invocations.
NO_CONCURRENCY - Static variable in class org.springframework.util.ConcurrencyThrottleSupport
Switch concurrency 'off': that is, don't allow any concurrent invocations.
NO_DEBUG_INFO_MAP - Static variable in class org.springframework.core.LocalVariableTableParameterNameDiscoverer
 
NO_MATCH - Static variable in class org.springframework.core.convert.support.GenericConversionService
 
NO_METHODS - Static variable in class org.springframework.expression.spel.support.ReflectiveMethodResolver
 
NO_OP_CONVERTER - Static variable in class org.springframework.core.convert.support.GenericConversionService
 
NO_OVERRIDE - Static variable in class org.springframework.aop.framework.Cglib2AopProxy
 
NO_ROLLBACK_FOR - Static variable in class org.springframework.transaction.config.TxAdviceBeanDefinitionParser
 
node - Variable in class org.springframework.util.xml.DomContentHandler
 
nodeNameEquals(Node, String) - Method in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Determine whether the name of the supplied node is equal to the supplied name.
nodeNameEquals(Node, String) - Static method in class org.springframework.util.xml.DomUtils
Namespace-aware equals comparison.
nodeNameMatch(Node, String) - Static method in class org.springframework.util.xml.DomUtils
Matches the given node's name and local name against the given desired name.
nodeNameMatch(Node, Collection) - Static method in class org.springframework.util.xml.DomUtils
Matches the given node's name and local name against the given desired names.
noHandlerFound(PortletRequest, PortletResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
No handler found -> throw appropriate exception.
noHandlerFound(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.web.servlet.DispatcherServlet
No handler found -> set appropriate HTTP response status.
NoHandlerFoundException - Exception in org.springframework.web.portlet
Exception to be thrown if DispatcherPortlet is unable to determine a corresponding handler for an incoming portlet request.
NoHandlerFoundException(String) - Constructor for exception org.springframework.web.portlet.NoHandlerFoundException
Constructor for NoHandlerFoundException.
NoHandlerFoundException(String, PortletRequest) - Constructor for exception org.springframework.web.portlet.NoHandlerFoundException
Constructor for NoHandlerFoundException.
noLocal - Variable in class org.springframework.jms.connection.CachingConnectionFactory.ConsumerCacheKey
 
noMessageReceived(Object, Session) - Method in class org.springframework.jms.listener.AbstractPollingMessageListenerContainer
Template method that gets called when no message has been received, before returning to the receive loop again.
noMessageReceived(Object, Session) - Method in class org.springframework.jms.listener.DefaultMessageListenerContainer
Marks the affected invoker as idle.
NON_BRIDGED_METHODS - Static variable in class org.springframework.util.ReflectionUtils
Pre-built MethodFilter that matches all non-bridge methods.
NON_JTA_DATA_SOURCE - Static variable in class org.springframework.orm.jpa.persistenceunit.PersistenceUnitReader
 
NON_PRIMITIVE_ARRAY_PREFIX - Static variable in class org.springframework.util.ClassUtils
Prefix for internal non-primitive array class names: "[L"
NON_TEMPLATE_PARSER_CONTEXT - Static variable in class org.springframework.expression.common.TemplateAwareExpressionParser
Default ParserContext instance for non-template expressions.
NON_TX_DATA_SOURCE_PREFIX - Static variable in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
Name used for the non-transactional ConnectionProvider for Quartz.
nonAdvisedBeans - Variable in class org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator
 
nonAspectClass - Variable in exception org.springframework.aop.aspectj.annotation.NotAnAtAspectException
 
nonJtaDataSource - Variable in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
nonNullComparator - Variable in class org.springframework.util.comparator.NullSafeComparator
 
nonPublicAccessAllowed - Variable in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
nonPublicAccessAllowed - Variable in class org.springframework.beans.factory.support.DisposableBeanAdapter
 
nonReferencePointcutTokens - Static variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
nonStrictHelper - Static variable in class org.springframework.util.SystemPropertyUtils
 
nonTransactionalDataSource - Variable in class org.springframework.scheduling.quartz.SchedulerFactoryBean
 
NonTransientDataAccessException - Exception in org.springframework.dao
Root of the hierarchy of data access exceptions that are considered non-transient - where a retry of the same operation would fail unless the cause of the Exception is corrected.
NonTransientDataAccessException(String) - Constructor for exception org.springframework.dao.NonTransientDataAccessException
Constructor for NonTransientDataAccessException.
NonTransientDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.NonTransientDataAccessException
Constructor for NonTransientDataAccessException.
NonTransientDataAccessResourceException - Exception in org.springframework.dao
Data access exception thrown when a resource fails completely and the failure is permanent.
NonTransientDataAccessResourceException(String) - Constructor for exception org.springframework.dao.NonTransientDataAccessResourceException
Constructor for NonTransientDataAccessResourceException.
NonTransientDataAccessResourceException(String, Throwable) - Constructor for exception org.springframework.dao.NonTransientDataAccessResourceException
Constructor for NonTransientDataAccessResourceException.
noNullElements(Object[], String) - Static method in class org.springframework.util.Assert
Assert that an array has no null elements.
noNullElements(Object[]) - Static method in class org.springframework.util.Assert
Assert that an array has no null elements.
NoRollbackRuleAttribute - Class in org.springframework.transaction.interceptor
Tag subclass of RollbackRuleAttribute that has the opposite behavior to the RollbackRuleAttribute superclass.
NoRollbackRuleAttribute(Class) - Constructor for class org.springframework.transaction.interceptor.NoRollbackRuleAttribute
Create a new instance of the NoRollbackRuleAttribute class for the supplied Throwable class.
NoRollbackRuleAttribute(String) - Constructor for class org.springframework.transaction.interceptor.NoRollbackRuleAttribute
Create a new instance of the NoRollbackRuleAttribute class for the supplied exceptionName.
NoSuchBeanDefinitionException - Exception in org.springframework.beans.factory
Exception thrown when a BeanFactory is asked for a bean instance name for which it cannot find a definition.
NoSuchBeanDefinitionException(String) - Constructor for exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Create a new NoSuchBeanDefinitionException.
NoSuchBeanDefinitionException(String, String) - Constructor for exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Create a new NoSuchBeanDefinitionException.
NoSuchBeanDefinitionException(Class) - Constructor for exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Create a new NoSuchBeanDefinitionException.
NoSuchBeanDefinitionException(Class, String) - Constructor for exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Create a new NoSuchBeanDefinitionException.
NoSuchBeanDefinitionException(Class, String, String) - Constructor for exception org.springframework.beans.factory.NoSuchBeanDefinitionException
Create a new NoSuchBeanDefinitionException.
NoSuchMessageException - Exception in org.springframework.context
Exception thrown when a message can't be resolved.
NoSuchMessageException(String, Locale) - Constructor for exception org.springframework.context.NoSuchMessageException
Create a new exception.
NoSuchMessageException(String) - Constructor for exception org.springframework.context.NoSuchMessageException
Create a new exception.
NoSuchRequestHandlingMethodException - Exception in org.springframework.web.servlet.mvc.multiaction
Exception thrown when there is no handler method ("action" method) for a specific HTTP request.
NoSuchRequestHandlingMethodException(HttpServletRequest) - Constructor for exception org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
Create a new NoSuchRequestHandlingMethodException for the given request.
NoSuchRequestHandlingMethodException(String, String, Map) - Constructor for exception org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
Create a new NoSuchRequestHandlingMethodException.
NoSuchRequestHandlingMethodException(String, Class) - Constructor for exception org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMethodException
Create a new NoSuchRequestHandlingMethodException for the given request.
NOT_ACCEPTABLE_VIEW - Static variable in class org.springframework.web.servlet.view.ContentNegotiatingViewResolver
 
NOT_COMPARABLE - Static variable in class org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator
 
NotAnAtAspectException - Exception in org.springframework.aop.aspectj.annotation
Extension of AopConfigException thrown when trying to perform an advisor generation operation on a class that is not an AspectJ annotation-style aspect.
NotAnAtAspectException(Class<?>) - Constructor for exception org.springframework.aop.aspectj.annotation.NotAnAtAspectException
Create a new NotAnAtAspectException for the given class.
notEmpty(Object[], String) - Static method in class org.springframework.util.Assert
Assert that an array has elements; that is, it must not be null and must have at least one element.
notEmpty(Object[]) - Static method in class org.springframework.util.Assert
Assert that an array has elements; that is, it must not be null and must have at least one element.
notEmpty(Collection, String) - Static method in class org.springframework.util.Assert
Assert that a collection has elements; that is, it must not be null and must have at least one element.
notEmpty(Collection) - Static method in class org.springframework.util.Assert
Assert that a collection has elements; that is, it must not be null and must have at least one element.
notEmpty(Map, String) - Static method in class org.springframework.util.Assert
Assert that a Map has entries; that is, it must not be null and must have at least one entry.
notEmpty(Map) - Static method in class org.springframework.util.Assert
Assert that a Map has entries; that is, it must not be null and must have at least one entry.
notificationFilter - Variable in class org.springframework.jmx.support.NotificationListenerHolder
 
notificationInfoMappings - Variable in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
 
notificationInfos - Variable in class org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
 
notificationListener - Variable in class org.springframework.jmx.support.NotificationListenerHolder
 
NotificationListenerBean - Class in org.springframework.jmx.export
Helper class that aggregates a NotificationListener, a NotificationFilter, and an arbitrary handback object.
NotificationListenerBean() - Constructor for class org.springframework.jmx.export.NotificationListenerBean
Create a new instance of the NotificationListenerBean class.
NotificationListenerBean(NotificationListener) - Constructor for class org.springframework.jmx.export.NotificationListenerBean
Create a new instance of the NotificationListenerBean class.
NotificationListenerHolder - Class in org.springframework.jmx.support
Helper class that aggregates a NotificationListener, a NotificationFilter, and an arbitrary handback object, as well as the names of MBeans from which the listener wishes to receive Notifications.
NotificationListenerHolder() - Constructor for class org.springframework.jmx.support.NotificationListenerHolder
 
NotificationListenerRegistrar - Class in org.springframework.jmx.access
Registrar object that associates a specific NotificationListener with one or more MBeans in an MBeanServer (typically via a MBeanServerConnection).
NotificationListenerRegistrar() - Constructor for class org.springframework.jmx.access.NotificationListenerRegistrar
 
notificationListeners - Variable in class org.springframework.jmx.export.MBeanExporter
The NotificationListeners to register for the MBeans registered by this exporter
NotificationPublisher - Interface in org.springframework.jmx.export.notification
Simple interface allowing Spring-managed MBeans to publish JMX notifications without being aware of how those notifications are being transmitted to the MBeanServer.
NotificationPublisherAware - Interface in org.springframework.jmx.export.notification
Interface to be implemented by any Spring-managed resource that is to be registered with an MBeanServer and wishes to send JMX javax.management.Notifications.
notificationTypes - Variable in class org.springframework.jmx.export.metadata.ManagedNotification
 
notifyListenersOfRegistration(ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
Notifies all registered MBeanExporterListeners of the registration of the MBean identified by the supplied ObjectName.
notifyListenersOfUnregistration(ObjectName) - Method in class org.springframework.jmx.export.MBeanExporter
Notifies all registered MBeanExporterListeners of the unregistration of the MBean identified by the supplied ObjectName.
notModified - Variable in class org.springframework.web.context.request.ServletWebRequest
 
notNull(Object, String) - Static method in class org.springframework.util.Assert
Assert that an object is not null .
notNull(Object) - Static method in class org.springframework.util.Assert
Assert that an object is not null .
NoTransactionException - Exception in org.springframework.transaction
Exception thrown when an operation is attempted that relies on an existing transaction (such as setting rollback status) and there is no existing transaction.
NoTransactionException(String) - Constructor for exception org.springframework.transaction.NoTransactionException
Constructor for NoTransactionException.
NoTransactionException(String, Throwable) - Constructor for exception org.springframework.transaction.NoTransactionException
Constructor for NoTransactionException.
NotReadablePropertyException - Exception in org.springframework.beans
Exception thrown on an attempt to get the value of a property that isn't readable, because there's no getter method.
NotReadablePropertyException(Class, String) - Constructor for exception org.springframework.beans.NotReadablePropertyException
Create a new NotReadablePropertyException.
NotReadablePropertyException(Class, String, String) - Constructor for exception org.springframework.beans.NotReadablePropertyException
Create a new NotReadablePropertyException.
NotSupportedRecordFactory - Class in org.springframework.jca.cci.connection
Implementation of the CCI RecordFactory interface that always throws NotSupportedException.
NotSupportedRecordFactory() - Constructor for class org.springframework.jca.cci.connection.NotSupportedRecordFactory
 
NotTransactional - Annotation Type in org.springframework.test.annotation
Deprecated. as of Spring 3.0, in favor of moving the non-transactional test method to a separate (non-transactional) test class or to a @BeforeTransaction or @AfterTransaction method.
NotWritablePropertyException - Exception in org.springframework.beans
Exception thrown on an attempt to set the value of a property that is not writable (typically because there is no setter method).
NotWritablePropertyException(Class, String) - Constructor for exception org.springframework.beans.NotWritablePropertyException
Create a new NotWritablePropertyException.
NotWritablePropertyException(Class, String, String) - Constructor for exception org.springframework.beans.NotWritablePropertyException
Create a new NotWritablePropertyException.
NotWritablePropertyException(Class, String, String, Throwable) - Constructor for exception org.springframework.beans.NotWritablePropertyException
Create a new NotWritablePropertyException.
NotWritablePropertyException(Class, String, String, String[]) - Constructor for exception org.springframework.beans.NotWritablePropertyException
Create a new NotWritablePropertyException.
NULL - Static variable in class org.springframework.core.convert.TypeDescriptor
Constant defining a TypeDescriptor for a null value
NULL - Static variable in class org.springframework.core.style.DefaultValueStyler
 
NULL - Static variable in class org.springframework.expression.TypedValue
 
NULL_ELEMENT - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
NULL_OBJECT - Static variable in class org.springframework.beans.factory.support.DefaultSingletonBeanRegistry
Internal marker for a null singleton object: used as marker value for concurrent Maps (which don't support null values).
NULL_STRING - Static variable in class org.springframework.util.ObjectUtils
 
NULL_TRANSACTION_ATTRIBUTE - Static variable in class org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Canonical value held in cache to indicate no transaction attribute was found for this method, and we don't need to look again.
NULL_VALUE - Static variable in class org.springframework.util.CachingMapDecorator
 
nullable - Variable in class org.springframework.jdbc.core.metadata.CallParameterMetaData
 
nullable - Variable in class org.springframework.jdbc.core.metadata.TableParameterMetaData
 
nullAsEmptyCollection - Variable in class org.springframework.beans.propertyeditors.CustomCollectionEditor
 
nullAsEmptyMap - Variable in class org.springframework.beans.propertyeditors.CustomMapEditor
 
NullLiteral - Class in org.springframework.expression.spel.ast
 
NullLiteral(int) - Constructor for class org.springframework.expression.spel.ast.NullLiteral
 
NULLS_HIGH - Static variable in class org.springframework.util.comparator.NullSafeComparator
A shared default instance of this comparator, treating nulls higher than non-null objects.
NULLS_LOW - Static variable in class org.springframework.util.comparator.NullSafeComparator
A shared default instance of this comparator, treating nulls lower than non-null objects.
nullSafe - Variable in class org.springframework.expression.spel.ast.MethodReference
 
nullSafe - Variable in class org.springframework.expression.spel.ast.Projection
 
nullSafe - Variable in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
nullSafe - Variable in class org.springframework.expression.spel.ast.Selection
 
nullSafeClassName(Object) - Static method in class org.springframework.util.ObjectUtils
Determine the class name for the given object.
NullSafeComparator<T> - Class in org.springframework.util.comparator
A Comparator that will safely compare nulls to be lower or higher than other objects.
NullSafeComparator(boolean) - Constructor for class org.springframework.util.comparator.NullSafeComparator
Create a NullSafeComparator that sorts null based on the provided flag, working on Comparables.
NullSafeComparator(Comparator<T>, boolean) - Constructor for class org.springframework.util.comparator.NullSafeComparator
Create a NullSafeComparator that sorts null based on the provided flag, decorating the given Comparator.
nullSafeEquals(Object, Object) - Static method in class org.springframework.util.ObjectUtils
Determine if the given objects are equal, returning true if both are null or false if only one is null.
nullSafeGet(ResultSet, String[], Object) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation delegates to nullSafeGetInternal, passing in the LobHandler of this type.
nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
Template method to extract a value from the given result set.
nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
 
nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
 
nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.BlobStringType
 
nullSafeGetInternal(ResultSet, String[], Object, LobHandler) - Method in class org.springframework.orm.hibernate3.support.ClobStringType
 
nullSafeHashCode(Object) - Static method in class org.springframework.util.ObjectUtils
Return as hash code for the given object; typically the value of Object.hashCode().
nullSafeHashCode(Object[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(boolean[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(byte[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(char[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(double[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(float[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(int[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(long[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeHashCode(short[]) - Static method in class org.springframework.util.ObjectUtils
Return a hash code based on the contents of the specified array.
nullSafeSet(PreparedStatement, Object, int) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
This implementation delegates to nullSafeSetInternal, passing in a transaction-synchronized LobCreator for the LobHandler of this type.
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.AbstractLobType
Template method to set the given parameter value on the given statement.
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.BlobByteArrayType
 
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.BlobSerializableType
 
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.BlobStringType
 
nullSafeSetInternal(PreparedStatement, int, Object, LobCreator) - Method in class org.springframework.orm.hibernate3.support.ClobStringType
 
nullSafeToString(Object) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the specified Object.
nullSafeToString(Object[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(boolean[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(byte[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(char[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(double[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(float[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(int[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(long[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullSafeToString(short[]) - Static method in class org.springframework.util.ObjectUtils
Return a String representation of the contents of the specified array.
nullsLow - Variable in class org.springframework.util.comparator.NullSafeComparator
 
NullSourceExtractor - Class in org.springframework.beans.factory.parsing
Simple implementation of SourceExtractor that returns null as the source metadata.
NullSourceExtractor() - Constructor for class org.springframework.beans.factory.parsing.NullSourceExtractor
 
nullValue - Variable in class org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
 
NullValueInNestedPathException - Exception in org.springframework.beans
Exception thrown when navigation of a valid nested property path encounters a NullPointerException.
NullValueInNestedPathException(Class, String) - Constructor for exception org.springframework.beans.NullValueInNestedPathException
Create a new NullValueInNestedPathException.
NullValueInNestedPathException(Class, String, String) - Constructor for exception org.springframework.beans.NullValueInNestedPathException
Create a new NullValueInNestedPathException.
numberClass - Variable in class org.springframework.beans.propertyeditors.CustomNumberEditor
 
numberFormat - Variable in class org.springframework.beans.propertyeditors.CustomNumberEditor
 
NumberFormat - Annotation Type in org.springframework.format.annotation
Declares that a field should be formatted as a number.
NumberFormat.Style - Enum in org.springframework.format.annotation
Common number format styles.
NumberFormat.Style() - Constructor for enum org.springframework.format.annotation.NumberFormat.Style
 
NumberFormatAnnotationFormatterFactory - Class in org.springframework.format.number
Formats fields annotated with the NumberFormat annotation.
NumberFormatAnnotationFormatterFactory() - Constructor for class org.springframework.format.number.NumberFormatAnnotationFormatterFactory
 
NumberFormatter - Class in org.springframework.format.number
A general-purpose Number formatter.
NumberFormatter() - Constructor for class org.springframework.format.number.NumberFormatter
Create a new NumberFormatter without a pattern.
NumberFormatter(String) - Constructor for class org.springframework.format.number.NumberFormatter
Create a new NumberFormatter with the specified pattern.
numberOfRemainingUnboundArguments - Variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer
 
NumberToCharacterConverter - Class in org.springframework.core.convert.support
Converts from any JDK-standard Number implementation to a Character.
NumberToCharacterConverter() - Constructor for class org.springframework.core.convert.support.NumberToCharacterConverter
 
NumberToNumberConverterFactory - Class in org.springframework.core.convert.support
Converts from any JDK-standard Number implementation to any other JDK-standard Number implementation.
NumberToNumberConverterFactory() - Constructor for class org.springframework.core.convert.support.NumberToNumberConverterFactory
 
NumberToNumberConverterFactory.NumberToNumber<T extends java.lang.Number> - Class in org.springframework.core.convert.support
 
NumberToNumberConverterFactory.NumberToNumber(Class<T>) - Constructor for class org.springframework.core.convert.support.NumberToNumberConverterFactory.NumberToNumber
 
numberToolAttribute - Variable in class org.springframework.web.servlet.view.velocity.VelocityView
 
numberToolAttribute - Variable in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
 
NumberUtils - Class in org.springframework.util
Miscellaneous utility methods for number conversion and parsing.
NumberUtils() - Constructor for class org.springframework.util.NumberUtils
 
numTokensConsumed - Variable in class org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer.PointcutBody
 

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