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

T

TABINDEX_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
TableMetaDataContext - Class in org.springframework.jdbc.core.metadata
Class to manage context metadata used for the configuration and execution of operations on a database table.
TableMetaDataContext() - Constructor for class org.springframework.jdbc.core.metadata.TableMetaDataContext
 
TableMetaDataProvider - Interface in org.springframework.jdbc.core.metadata
Interface specifying the API to be implemented by a class providing table metedata.
TableMetaDataProviderFactory - Class in org.springframework.jdbc.core.metadata
Factory used to create a TableMetaDataProvider implementation based on the type of databse being used.
TableMetaDataProviderFactory() - Constructor for class org.springframework.jdbc.core.metadata.TableMetaDataProviderFactory
 
tableNameToUse(String) - Method in class org.springframework.jdbc.core.metadata.GenericTableMetaDataProvider
 
tableNameToUse(String) - Method in interface org.springframework.jdbc.core.metadata.TableMetaDataProvider
Get the table name formatted based on metadata information.
TableParameterMetaData - Class in org.springframework.jdbc.core.metadata
Holder of metadata for a specific parameter that is used for table processing.
TableParameterMetaData(String, int, boolean) - Constructor for class org.springframework.jdbc.core.metadata.TableParameterMetaData
Constructor taking all the properties.
TagUtils - Class in org.springframework.web.util
Utility class for tag library related code, exposing functionality such as translating Strings to web scopes.
TagUtils() - Constructor for class org.springframework.web.util.TagUtils
 
TagWriter - Class in org.springframework.web.servlet.tags.form
Utility class for writing HTML content to a Writer instance.
TagWriter(PageContext) - Constructor for class org.springframework.web.servlet.tags.form.TagWriter
Create a new instance of the TagWriter class that writes to the supplied PageContext.
TagWriter(Writer) - Constructor for class org.springframework.web.servlet.tags.form.TagWriter
Create a new instance of the TagWriter class that writes to the supplied Writer.
target - Variable in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
TargetClassAware - Interface in org.springframework.aop
Minimal interface for exposing the target class behind a proxy.
targetObject - Variable in class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
 
TargetSource - Interface in org.springframework.aop
A TargetSource is used to obtain the current "target" of an AOP invocation, which will be invoked via reflection if no around advice chooses to end the interceptor chain itself.
TargetSourceCreator - Interface in org.springframework.aop.framework.autoproxy
Implementations can create special target sources, such as pooling target sources, for particular beans.
TaskExecutor - Interface in org.springframework.core.task
Simple task executor interface that abstracts the execution of a Runnable.
TaskExecutorAdapter - Class in org.springframework.core.task.support
Adapter that takes a JDK 1.5 java.util.concurrent.Executor and exposes a Spring TaskExecutor for it.
TaskExecutorAdapter(Executor) - Constructor for class org.springframework.core.task.support.TaskExecutorAdapter
Create a new TaskExecutorAdapter, using the given JDK 1.5 concurrent executor.
TaskExecutorFactoryBean - Class in org.springframework.scheduling.config
FactoryBean for creating ThreadPoolTaskExecutor instances, choosing between the standard concurrent and the backport-concurrent variant.
TaskExecutorFactoryBean() - Constructor for class org.springframework.scheduling.config.TaskExecutorFactoryBean
 
TaskNamespaceHandler - Class in org.springframework.scheduling.config
NamespaceHandler for the 'task' namespace.
TaskNamespaceHandler() - Constructor for class org.springframework.scheduling.config.TaskNamespaceHandler
 
TaskRejectedException - Exception in org.springframework.core.task
Exception thrown when a TaskExecutor rejects to accept a given task for execution.
TaskRejectedException(String) - Constructor for exception org.springframework.core.task.TaskRejectedException
Create a new TaskRejectedException with the specified detail message and no root cause.
TaskRejectedException(String, Throwable) - Constructor for exception org.springframework.core.task.TaskRejectedException
Create a new TaskRejectedException with the specified detail message and the given root cause.
TaskScheduler - Interface in org.springframework.scheduling
Task scheduler interface that abstracts the scheduling of Runnables based on different kinds of triggers.
TaskTimeoutException - Exception in org.springframework.core.task
Exception thrown when a AsyncTaskExecutor rejects to accept a given task for execution because of the specified timeout.
TaskTimeoutException(String) - Constructor for exception org.springframework.core.task.TaskTimeoutException
Create a new TaskTimeoutException with the specified detail message and no root cause.
TaskTimeoutException(String, Throwable) - Constructor for exception org.springframework.core.task.TaskTimeoutException
Create a new TaskTimeoutException with the specified detail message and the given root cause.
TaskUtils - Class in org.springframework.scheduling.support
Utility methods for decorating tasks with error handling.
TaskUtils() - Constructor for class org.springframework.scheduling.support.TaskUtils
 
tearDown() - Method in class org.springframework.test.AbstractSingleSpringContextTests
Deprecated. This implementation is final.
TEMP_DIR_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.web.util.WebUtils
Standard Servlet spec context attribute that specifies a temporary directory for the current web application, of type java.io.File.
TEMPLATE_EXPRESSION - Static variable in interface org.springframework.expression.ParserContext
The default ParserContext implementation that enables template expression parsing mode.
TemplateAwareExpressionParser - Class in org.springframework.expression.common
An expression parser that understands templates.
TemplateAwareExpressionParser() - Constructor for class org.springframework.expression.common.TemplateAwareExpressionParser
 
TemplateParserContext - Class in org.springframework.expression.common
Configurable ParserContext implementation for template parsing.
TemplateParserContext() - Constructor for class org.springframework.expression.common.TemplateParserContext
Create a new TemplateParserContext with the default "#{" prefix and "}" suffix.
TemplateParserContext(String, String) - Constructor for class org.springframework.expression.common.TemplateParserContext
Create a new TemplateParserContext for the given prefix and suffix.
Ternary - Class in org.springframework.expression.spel.ast
Represents a ternary expression, for example: "someCheck()?true:false".
Ternary(int, SpelNodeImpl...) - Constructor for class org.springframework.expression.spel.ast.Ternary
 
test() - Method in class org.springframework.test.AssertThrows
Deprecated. Subclass must override this abstract method and provide the test logic.
TestContext - Class in org.springframework.test.context
TestContext encapsulates the context in which a test is executed, agnostic of the actual testing framework in use.
TestContextManager - Class in org.springframework.test.context
TestContextManager is the main entry point into the Spring TestContext Framework, which provides support for loading and accessing application contexts, dependency injection of test instances, transactional execution of test methods, etc.
TestContextManager(Class<?>) - Constructor for class org.springframework.test.context.TestContextManager
Delegates to TestContextManager.TestContextManager(Class, String) with a value of null for the default ContextLoader class name.
TestContextManager(Class<?>, String) - Constructor for class org.springframework.test.context.TestContextManager
Constructs a new TestContextManager for the specified test class and automatically registers the TestExecutionListeners configured for the test class via the @TestExecutionListeners annotation.
TestExecutionListener - Interface in org.springframework.test.context
TestExecutionListener defines a listener API for reacting to test execution events published by the TestContextManager with which the listener is registered.
TestExecutionListeners - Annotation Type in org.springframework.test.context
TestExecutionListeners defines class-level metadata for configuring which TestExecutionListeners should be registered with a TestContextManager.
testRegistry(Registry) - Method in class org.springframework.remoting.rmi.RmiRegistryFactoryBean
Test the given RMI registry, calling some operation on it to check whether it is still active.
testRegistry(Registry) - Method in class org.springframework.remoting.rmi.RmiServiceExporter
Test the given RMI registry, calling some operation on it to check whether it is still active.
TEXT_HTML - Static variable in class org.springframework.http.MediaType
Public constant media type for text/html.
TEXT_PLAIN - Static variable in class org.springframework.http.MediaType
Public constant media type for text/plain.
TEXT_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for text/xml.
TextareaTag - Class in org.springframework.web.servlet.tags.form
Databinding-aware JSP tag for rendering an HTML 'textarea'.
TextareaTag() - Constructor for class org.springframework.web.servlet.tags.form.TextareaTag
 
Theme - Interface in org.springframework.ui.context
A Theme can resolve theme-specific messages, codes, file paths, etcetera (e.g. CSS and image files in a web environment).
THEME_REQUEST_ATTRIBUTE_NAME - Static variable in class org.springframework.web.servlet.theme.CookieThemeResolver
Name of the request attribute that holds the theme name.
THEME_RESOLVER_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
Request attribute to hold the current ThemeResolver, retrievable by views.
THEME_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.servlet.DispatcherServlet
Well-known name for the ThemeResolver object in the bean factory for this namespace.
THEME_SESSION_ATTRIBUTE_NAME - Static variable in class org.springframework.web.servlet.theme.SessionThemeResolver
Name of the session attribute that holds the theme name.
THEME_SOURCE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.DispatcherServlet
Request attribute to hold the current ThemeSource, retrievable by views.
THEME_SOURCE_BEAN_NAME - Static variable in class org.springframework.ui.context.support.UiApplicationContextUtils
Name of the ThemeSource bean in the factory.
ThemeChangeInterceptor - Class in org.springframework.web.servlet.theme
Interceptor that allows for changing the current theme on every request, via a configurable request parameter.
ThemeChangeInterceptor() - Constructor for class org.springframework.web.servlet.theme.ThemeChangeInterceptor
 
ThemeResolver - Interface in org.springframework.web.servlet
Interface for web-based theme resolution strategies that allows for both theme resolution via the request and theme modification via request and response.
ThemeSource - Interface in org.springframework.ui.context
Interface to be implemented by objects that can resolve Themes.
ThemeTag - Class in org.springframework.web.servlet.tags
Custom tag to look up a theme message in the scope of this page.
ThemeTag() - Constructor for class org.springframework.web.servlet.tags.ThemeTag
 
ThreadLocalTargetSource - Class in org.springframework.aop.target
Alternative to an object pool.
ThreadLocalTargetSource() - Constructor for class org.springframework.aop.target.ThreadLocalTargetSource
 
ThreadLocalTargetSourceStats - Interface in org.springframework.aop.target
Statistics for a ThreadLocal TargetSource.
ThreadPoolExecutorFactoryBean - Class in org.springframework.scheduling.concurrent
JavaBean that allows for configuring a JDK 1.5 ThreadPoolExecutor in bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity" properties) and exposing it as a bean reference of its native ExecutorService type.
ThreadPoolExecutorFactoryBean() - Constructor for class org.springframework.scheduling.concurrent.ThreadPoolExecutorFactoryBean
 
ThreadPoolTaskExecutor - Class in org.springframework.scheduling.backportconcurrent
JavaBean that allows for configuring a JSR-166 backport ThreadPoolExecutor in bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity" properties), exposing it as a Spring TaskExecutor.
ThreadPoolTaskExecutor() - Constructor for class org.springframework.scheduling.backportconcurrent.ThreadPoolTaskExecutor
 
ThreadPoolTaskExecutor - Class in org.springframework.scheduling.concurrent
JavaBean that allows for configuring a JDK 1.5 ThreadPoolExecutor in bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity" properties) and exposing it as a Spring TaskExecutor.
ThreadPoolTaskExecutor() - Constructor for class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
 
ThreadPoolTaskScheduler - Class in org.springframework.scheduling.concurrent
Implementation of Spring's TaskScheduler interface, wrapping a native ScheduledThreadPoolExecutor.
ThreadPoolTaskScheduler() - Constructor for class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
 
ThrowsAdvice - Interface in org.springframework.aop
Tag interface for throws advice.
ThrowsAdviceInterceptor - Class in org.springframework.aop.framework.adapter
Interceptor to wrap an after-throwing advice.
ThrowsAdviceInterceptor(Object) - Constructor for class org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor
Create a new ThrowsAdviceInterceptor for the given ThrowsAdvice.
TilesConfigurer - Class in org.springframework.web.servlet.view.tiles
Deprecated. as of Spring 3.0
TilesConfigurer() - Constructor for class org.springframework.web.servlet.view.tiles.TilesConfigurer
Deprecated.  
TilesConfigurer - Class in org.springframework.web.servlet.view.tiles2
Helper class to configure Tiles 2.x for the Spring Framework.
TilesConfigurer() - Constructor for class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
TilesJstlView - Class in org.springframework.web.servlet.view.tiles
Deprecated. as of Spring 3.0
TilesJstlView() - Constructor for class org.springframework.web.servlet.view.tiles.TilesJstlView
Deprecated.  
TilesView - Class in org.springframework.web.servlet.view.tiles
Deprecated. as of Spring 3.0
TilesView() - Constructor for class org.springframework.web.servlet.view.tiles.TilesView
Deprecated.  
TilesView - Class in org.springframework.web.servlet.view.tiles2
View implementation that retrieves a Tiles definition.
TilesView() - Constructor for class org.springframework.web.servlet.view.tiles2.TilesView
 
TilesViewResolver - Class in org.springframework.web.servlet.view.tiles2
Convenience subclass of UrlBasedViewResolver that supports TilesView (i.e.
TilesViewResolver() - Constructor for class org.springframework.web.servlet.view.tiles2.TilesViewResolver
 
Timed - Annotation Type in org.springframework.test.annotation
Test-specific annotation to indicate that a test method has to finish execution in a specified time period.
TIMEOUT_DEFAULT - Static variable in interface org.springframework.transaction.TransactionDefinition
Use the default timeout of the underlying transaction system, or none if timeouts are not supported.
TIMEOUT_IMMEDIATE - Static variable in interface org.springframework.core.task.AsyncTaskExecutor
Constant that indicates immediate execution
TIMEOUT_INDEFINITE - Static variable in interface org.springframework.core.task.AsyncTaskExecutor
Constant that indicates no time limit
timerExpired(Timer) - Method in class org.springframework.scheduling.commonj.DelegatingTimerListener
Delegates execution to the underlying Runnable.
TimerFactoryBean - 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
TimerFactoryBean() - Constructor for class org.springframework.scheduling.timer.TimerFactoryBean
Deprecated.  
TimerManagerAccessor - Class in org.springframework.scheduling.commonj
Base class for classes that are accessing a CommonJ TimerManager Defines common configuration settings and common lifecycle handling.
TimerManagerAccessor() - Constructor for class org.springframework.scheduling.commonj.TimerManagerAccessor
 
TimerManagerFactoryBean - Class in org.springframework.scheduling.commonj
FactoryBean that retrieves a CommonJ TimerManager and exposes it for bean references.
TimerManagerFactoryBean() - Constructor for class org.springframework.scheduling.commonj.TimerManagerFactoryBean
 
TimerManagerTaskScheduler - Class in org.springframework.scheduling.commonj
Implementation of Spring's TaskScheduler interface, wrapping a CommonJ TimerManager.
TimerManagerTaskScheduler() - Constructor for class org.springframework.scheduling.commonj.TimerManagerTaskScheduler
 
TimerTaskExecutor - 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
TimerTaskExecutor() - Constructor for class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated. Create a new TimerTaskExecutor that needs to be further configured and initialized.
TimerTaskExecutor(Timer) - Constructor for class org.springframework.scheduling.timer.TimerTaskExecutor
Deprecated. Create a new TimerTaskExecutor for the given Timer.
TimeZoneEditor - Class in org.springframework.beans.propertyeditors
Editor for java.util.TimeZone, translating timezone IDs into TimeZone objects.
TimeZoneEditor() - Constructor for class org.springframework.beans.propertyeditors.TimeZoneEditor
 
TITLE_ATTRIBUTE - Static variable in class org.springframework.web.servlet.tags.form.AbstractHtmlElementTag
 
toArray() - Method in class org.springframework.util.AutoPopulatingList
 
toArray(T[]) - Method in class org.springframework.util.AutoPopulatingList
 
toBoolean(TypeConverter, TypedValue) - Static method in class org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a boolean using the supplied type converter.
toByte(TypeConverter, TypedValue) - Static method in class org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a byte using the supplied type converter.
toByteArray() - Method in class org.springframework.jca.cci.core.support.CommAreaRecord
 
toChar(TypeConverter, TypedValue) - Static method in class org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a char using the supplied type converter.
toCode(Object, String) - Method in class org.springframework.core.Constants
Look up the given value within the given group of constants.
toCodeForProperty(Object, String) - Method in class org.springframework.core.Constants
Look up the given value within the group of constants for the given bean property name.
toCodeForSuffix(Object, String) - Method in class org.springframework.core.Constants
Look up the given value within the given group of constants.
toDetailedString() - Method in exception org.springframework.expression.ExpressionException
 
toDouble(TypeConverter, TypedValue) - Static method in class org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a double using the supplied type converter.
toFloat(TypeConverter, TypedValue) - Static method in class org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a float using the supplied type converter.
toInt(TypeConverter, TypedValue) - Static method in class org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to an int using the supplied type converter.
toIterator(Enumeration<E>) - Static method in class org.springframework.util.CollectionUtils
Adapts an enumeration to an iterator.
tokenizeToStringArray(String, String) - Static method in class org.springframework.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
tokenizeToStringArray(String, String, boolean, boolean) - Static method in class org.springframework.util.StringUtils
Tokenize the given String into a String array via a StringTokenizer.
toLanguageTag(Locale) - Static method in class org.springframework.util.StringUtils
Determine the RFC 3066 compliant language tag, as used for the HTTP "Accept-Language" header.
toLong(TypeConverter, TypedValue) - Static method in class org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a long using the supplied type converter.
toLongString() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
TomcatInstrumentableClassLoader - Class in org.springframework.instrument.classloading.tomcat
Extension of Tomcat's default class loader which adds instrumentation to loaded classes without the need to use a VM-wide agent.
TomcatInstrumentableClassLoader() - Constructor for class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
Create a new TomcatInstrumentableClassLoader using the current context class loader.
TomcatInstrumentableClassLoader(ClassLoader) - Constructor for class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
Create a new TomcatInstrumentableClassLoader with the supplied class loader as parent.
toMessage(Object, Session) - Method in class org.springframework.jms.support.converter.MarshallingMessageConverter
This implementation marshals the given object to a TextMessage or BytesMessage.
toMessage(Object, Session) - Method in interface org.springframework.jms.support.converter.MessageConverter
Convert a Java object to a JMS Message using the supplied session to create the message object.
toMessage(Object, Session) - Method in class org.springframework.jms.support.converter.SimpleMessageConverter
This implementation creates a TextMessage for a String, a BytesMessage for a byte array, a MapMessage for a Map, and an ObjectMessage for a Serializable object.
toObjectArray(Object) - Static method in class org.springframework.util.ObjectUtils
Convert the given array (which may be a primitive array) to an object array (if necessary of primitive wrapper objects).
TopLinkJpaDialect - Class in org.springframework.orm.jpa.vendor
JpaDialect implementation for Oracle TopLink Essentials.
TopLinkJpaDialect() - Constructor for class org.springframework.orm.jpa.vendor.TopLinkJpaDialect
 
TopLinkJpaVendorAdapter - Class in org.springframework.orm.jpa.vendor
JpaVendorAdapter implementation for Oracle TopLink Essentials.
TopLinkJpaVendorAdapter() - Constructor for class org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
 
toProxyConfigString() - Method in interface org.springframework.aop.framework.Advised
As toString() will normally be delegated to the target, this returns the equivalent for the AOP proxy.
toProxyConfigString() - Method in class org.springframework.aop.framework.AdvisedSupport
 
toShort(TypeConverter, TypedValue) - Static method in class org.springframework.expression.common.ExpressionUtils
Attempt to convert a typed value to a short using the supplied type converter.
toShortString() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
toSingleValueMap() - Method in class org.springframework.http.HttpHeaders
 
toSingleValueMap() - Method in class org.springframework.util.LinkedMultiValueMap
 
toSingleValueMap() - Method in interface org.springframework.util.MultiValueMap
Returns the first values contained in this MultiValueMap.
toString() - Method in class org.springframework.aop.aspectj.AbstractAspectJAdvice
 
toString() - Method in class org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation
 
toString() - Method in class org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory
 
toString() - Method in class org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator
 
toString() - Method in class org.springframework.aop.aspectj.AspectJExpressionPointcut
 
toString() - Method in class org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint
 
toString() - Method in class org.springframework.aop.config.AdviceEntry
 
toString() - Method in class org.springframework.aop.config.AdvisorEntry
 
toString() - Method in class org.springframework.aop.config.AspectEntry
 
toString() - Method in class org.springframework.aop.config.PointcutEntry
 
toString() - Method in class org.springframework.aop.framework.AdvisedSupport
For debugging/diagnostic use.
toString() - Method in class org.springframework.aop.framework.ProxyConfig
 
toString() - Method in class org.springframework.aop.framework.ReflectiveMethodInvocation
 
toString() - Method in class org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor
 
toString() - Method in class org.springframework.aop.support.AbstractGenericPointcutAdvisor
 
toString() - Method in class org.springframework.aop.support.AbstractRegexpMethodPointcut
 
toString() - Method in class org.springframework.aop.support.ComposablePointcut
 
toString() - Method in class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor
 
toString() - Method in class org.springframework.aop.support.DefaultIntroductionAdvisor
 
toString() - Method in class org.springframework.aop.support.DefaultPointcutAdvisor
 
toString() - Method in class org.springframework.aop.support.RegexpMethodPointcutAdvisor
 
toString() - Method in class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
 
toString() - Method in class org.springframework.aop.target.EmptyTargetSource
 
toString() - Method in class org.springframework.aop.target.HotSwappableTargetSource
 
toString() - Method in class org.springframework.aop.target.PrototypeTargetSource
 
toString() - Method in class org.springframework.aop.target.SingletonTargetSource
 
toString() - Method in class org.springframework.beans.BeanMetadataAttribute
 
toString() - Method in class org.springframework.beans.BeanWrapperImpl
 
toString() - Method in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
 
toString() - Method in exception org.springframework.beans.factory.BeanCreationException
 
toString() - Method in class org.springframework.beans.factory.config.BeanDefinitionHolder
This implementation returns the long description.
toString() - Method in class org.springframework.beans.factory.config.RuntimeBeanNameReference
 
toString() - Method in class org.springframework.beans.factory.config.RuntimeBeanReference
 
toString() - Method in class org.springframework.beans.factory.config.TypedStringValue
 
toString() - Method in class org.springframework.beans.factory.parsing.AbstractComponentDefinition
Delegates to AbstractComponentDefinition.getDescription().
toString() - Method in class org.springframework.beans.factory.parsing.BeanComponentDefinition
This implementation returns this ComponentDefinition's description.
toString() - Method in class org.springframework.beans.factory.parsing.BeanEntry
 
toString() - Method in class org.springframework.beans.factory.parsing.ConstructorArgumentEntry
 
toString() - Method in class org.springframework.beans.factory.parsing.ParseState
Returns a tree-style representation of the current ParseState.
toString() - Method in class org.springframework.beans.factory.parsing.Problem
 
toString() - Method in class org.springframework.beans.factory.parsing.PropertyEntry
 
toString() - Method in class org.springframework.beans.factory.parsing.QualifierEntry
 
toString() - Method in class org.springframework.beans.factory.support.AbstractBeanDefinition
 
toString() - Method in class org.springframework.beans.factory.support.ChildBeanDefinition
 
toString() - Method in class org.springframework.beans.factory.support.DefaultListableBeanFactory
 
toString() - Method in class org.springframework.beans.factory.support.GenericBeanDefinition
 
toString() - Method in class org.springframework.beans.factory.support.LookupOverride
 
toString() - Method in class org.springframework.beans.factory.support.ReplaceOverride
 
toString() - Method in class org.springframework.beans.factory.support.RootBeanDefinition
 
toString() - Method in class org.springframework.beans.factory.xml.BeansDtdResolver
 
toString() - Method in class org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver
 
toString() - Method in class org.springframework.beans.factory.xml.DelegatingEntityResolver
 
toString() - Method in class org.springframework.beans.factory.xml.PluggableSchemaResolver
 
toString() - Method in class org.springframework.beans.MutablePropertyValues
 
toString() - Method in exception org.springframework.beans.PropertyBatchUpdateException
 
toString() - Method in class org.springframework.beans.PropertyValue
 
toString() - Method in class org.springframework.context.i18n.SimpleLocaleContext
 
toString() - Method in class org.springframework.context.support.AbstractApplicationContext
Return information about this context.
toString() - Method in class org.springframework.context.support.DefaultMessageSourceResolvable
Default implementation exposes the attributes of this MessageSourceResolvable.
toString() - Method in class org.springframework.context.support.ReloadableResourceBundleMessageSource
 
toString() - Method in class org.springframework.context.support.ResourceBundleMessageSource
Show the configuration of this MessageSource.
toString() - Method in class org.springframework.context.support.StaticMessageSource
 
toString() - Method in class org.springframework.core.convert.support.GenericConversionService
 
toString() - Method in class org.springframework.core.convert.TypeDescriptor
 
toString() - Method in class org.springframework.core.enums.AbstractLabeledEnum
Deprecated.  
toString() - Method in class org.springframework.core.io.AbstractResource
This implementation returns the description of this resource.
toString() - Method in class org.springframework.core.io.support.EncodedResource
 
toString() - Method in class org.springframework.core.NamedInheritableThreadLocal
 
toString() - Method in class org.springframework.core.NamedThreadLocal
 
toString() - Method in class org.springframework.core.style.ToStringCreator
Return the String representation that this ToStringCreator built.
toString() - Method in class org.springframework.expression.spel.ast.Literal
 
toString() - Method in class org.springframework.expression.spel.ast.NullLiteral
 
toString() - Method in class org.springframework.expression.spel.ast.StringLiteral
 
toString() - Method in class org.springframework.expression.spel.support.ReflectionHelper.ArgumentsMatchInfo
 
toString() - Method in class org.springframework.expression.TypedValue
 
toString() - Method in class org.springframework.http.HttpHeaders
 
toString() - Method in enum org.springframework.http.HttpStatus
Return a string representation of this status code.
toString() - Method in class org.springframework.http.MediaType
 
toString(Collection<MediaType>) - Static method in class org.springframework.http.MediaType
Return a string representation of the given list of MediaType objects.
toString() - Method in class org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader
 
toString() - Method in class org.springframework.jdbc.core.namedparam.ParsedSql
Exposes the original SQL String.
toString() - Method in class org.springframework.jdbc.datasource.SimpleConnectionHandle
 
toString() - Method in exception org.springframework.mail.MailSendException
 
toString() - Method in class org.springframework.mail.SimpleMailMessage
 
toString() - Method in class org.springframework.mock.web.portlet.MockPortletURL
 
toString() - Method in class org.springframework.mock.web.portlet.MockResourceURL
 
toString(Session) - Static method in class org.springframework.orm.hibernate3.SessionFactoryUtils
Stringify the given Session for debug logging.
toString() - Method in class org.springframework.orm.jpa.persistenceunit.MutablePersistenceUnitInfo
 
toString() - Method in class org.springframework.remoting.support.RemoteInvocation
 
toString() - Method in class org.springframework.scheduling.support.CronSequenceGenerator
 
toString() - Method in class org.springframework.scheduling.support.CronTrigger
 
toString() - Method in class org.springframework.scheduling.support.DelegatingErrorHandlingRunnable
 
toString() - Method in class org.springframework.scripting.bsh.BshScriptFactory
 
toString() - Method in class org.springframework.scripting.groovy.GroovyScriptFactory
 
toString() - Method in class org.springframework.scripting.jruby.JRubyScriptFactory
 
toString() - Method in class org.springframework.scripting.support.ResourceScriptSource
 
toString() - Method in class org.springframework.scripting.support.StaticScriptSource
 
toString() - Method in class org.springframework.test.context.TestContext
Provide a String representation of this test context's state.
toString() - Method in class org.springframework.test.context.transaction.TransactionConfigurationAttributes
 
toString() - Method in class org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
 
toString() - Method in class org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
 
toString() - Method in class org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
 
toString() - Method in class org.springframework.transaction.interceptor.NoRollbackRuleAttribute
 
toString() - Method in class org.springframework.transaction.interceptor.RollbackRuleAttribute
 
toString() - Method in class org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
 
toString() - Method in class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
toString() - Method in class org.springframework.transaction.support.DefaultTransactionDefinition
Return an identifying description for this transaction definition.
toString() - Method in class org.springframework.transaction.support.DelegatingTransactionDefinition
 
toString() - Method in class org.springframework.util.CachingMapDecorator
 
toString() - Method in class org.springframework.util.comparator.BooleanComparator
 
toString() - Method in class org.springframework.util.comparator.CompoundComparator
 
toString() - Method in class org.springframework.util.comparator.InvertibleComparator
 
toString() - Method in class org.springframework.util.comparator.NullSafeComparator
 
toString() - Method in class org.springframework.util.LinkedMultiValueMap
 
toString() - Method in class org.springframework.util.StopWatch
Return an informative string describing all tasks performed For custom reporting, call getTaskInfo() and use the task info directly.
toString() - Method in class org.springframework.validation.AbstractErrors
 
toString() - Method in class org.springframework.validation.FieldError
 
toString() - Method in class org.springframework.validation.ObjectError
 
toString() - Method in class org.springframework.web.context.request.FacesWebRequest
 
toString() - Method in class org.springframework.web.context.request.ServletRequestAttributes
 
toString() - Method in class org.springframework.web.context.request.ServletWebRequest
 
toString() - Method in class org.springframework.web.context.support.RequestHandledEvent
 
toString() - Method in class org.springframework.web.context.support.ServletRequestHandledEvent
 
toString() - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
toString() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
 
toString() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
toString() - Method in class org.springframework.web.portlet.HandlerExecutionChain
Delegates to the handler's toString().
toString() - Method in class org.springframework.web.portlet.ModelAndView
Return diagnostic information about this model and view.
toString() - Method in class org.springframework.web.servlet.HandlerExecutionChain
Delegates to the handler's toString().
toString() - Method in class org.springframework.web.servlet.ModelAndView
Return diagnostic information about this model and view.
toString() - Method in class org.springframework.web.servlet.support.BindStatus
 
toString() - Method in class org.springframework.web.servlet.tags.Param
 
toString() - Method in class org.springframework.web.servlet.view.AbstractUrlBasedView
 
toString() - Method in class org.springframework.web.servlet.view.AbstractView
 
toString() - Method in class org.springframework.web.util.UriTemplate
 
toStringArray(Collection<String>) - Static method in class org.springframework.util.StringUtils
Copy the given Collection into a String array.
toStringArray(Enumeration<String>) - Static method in class org.springframework.util.StringUtils
Copy the given Enumeration into a String array.
toStringAST() - Method in class org.springframework.expression.spel.ast.Assign
 
toStringAST() - Method in class org.springframework.expression.spel.ast.BeanReference
 
toStringAST() - Method in class org.springframework.expression.spel.ast.CompoundExpression
 
toStringAST() - Method in class org.springframework.expression.spel.ast.ConstructorReference
 
toStringAST() - Method in class org.springframework.expression.spel.ast.Elvis
 
toStringAST() - Method in class org.springframework.expression.spel.ast.FunctionReference
 
toStringAST() - Method in class org.springframework.expression.spel.ast.Identifier
 
toStringAST() - Method in class org.springframework.expression.spel.ast.Indexer
 
toStringAST() - Method in class org.springframework.expression.spel.ast.InlineList
 
toStringAST() - Method in class org.springframework.expression.spel.ast.Literal
 
toStringAST() - Method in class org.springframework.expression.spel.ast.MethodReference
 
toStringAST() - Method in class org.springframework.expression.spel.ast.Operator
String format for all operators is the same '(' [operand] [operator] [operand] ')'
toStringAST() - Method in class org.springframework.expression.spel.ast.OperatorNot
 
toStringAST() - Method in class org.springframework.expression.spel.ast.OpMinus
 
toStringAST() - Method in class org.springframework.expression.spel.ast.OpPlus
 
toStringAST() - Method in class org.springframework.expression.spel.ast.Projection
 
toStringAST() - Method in class org.springframework.expression.spel.ast.PropertyOrFieldReference
 
toStringAST() - Method in class org.springframework.expression.spel.ast.QualifiedIdentifier
 
toStringAST() - Method in class org.springframework.expression.spel.ast.Selection
 
toStringAST() - Method in class org.springframework.expression.spel.ast.SpelNodeImpl
 
toStringAST() - Method in class org.springframework.expression.spel.ast.Ternary
 
toStringAST() - Method in class org.springframework.expression.spel.ast.TypeReference
 
toStringAST() - Method in class org.springframework.expression.spel.ast.VariableReference
 
toStringAST() - Method in interface org.springframework.expression.spel.SpelNode
 
toStringAST() - Method in class org.springframework.expression.spel.standard.SpelExpression
Produce a string representation of the Abstract Syntax Tree for the expression, this should ideally look like the input expression, but properly formatted since any unnecessary whitespace will have been discarded during the parse of the expression.
ToStringCreator - Class in org.springframework.core.style
Utility class that builds pretty-printing toString() methods with pluggable styling conventions.
ToStringCreator(Object) - Constructor for class org.springframework.core.style.ToStringCreator
Create a ToStringCreator for the given object.
ToStringCreator(Object, ValueStyler) - Constructor for class org.springframework.core.style.ToStringCreator
Create a ToStringCreator for the given object, using the provided style.
ToStringCreator(Object, ToStringStyler) - Constructor for class org.springframework.core.style.ToStringCreator
Create a ToStringCreator for the given object, using the provided style.
ToStringStyler - Interface in org.springframework.core.style
A strategy interface for pretty-printing toString() methods.
toURI(URL) - Static method in class org.springframework.util.ResourceUtils
Create a URI instance for the given URL, replacing spaces with "%20" quotes first.
toURI(String) - Static method in class org.springframework.util.ResourceUtils
Create a URI instance for the given location String, replacing spaces with "%20" quotes first.
Transactional - Annotation Type in org.springframework.transaction.annotation
Describes transaction attributes on a method or class.
TransactionalTestExecutionListener - Class in org.springframework.test.context.transaction
TestExecutionListener which provides support for executing tests within transactions by using @Transactional and @NotTransactional annotations.
TransactionalTestExecutionListener() - Constructor for class org.springframework.test.context.transaction.TransactionalTestExecutionListener
 
TransactionAnnotationParser - Interface in org.springframework.transaction.annotation
Strategy interface for parsing known transaction annotation types.
TransactionAspectSupport - Class in org.springframework.transaction.interceptor
Base class for transactional aspects, such as the TransactionInterceptor or an AspectJ aspect.
TransactionAspectSupport() - Constructor for class org.springframework.transaction.interceptor.TransactionAspectSupport
 
TransactionAspectSupport.TransactionInfo - Class in org.springframework.transaction.interceptor
Opaque object used to hold Transaction information.
TransactionAspectSupport.TransactionInfo(PlatformTransactionManager, TransactionAttribute, String) - Constructor for class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
TransactionAspectUtils - Class in org.springframework.transaction.interceptor
Utility methods for obtaining a PlatformTransactionManager by qualifier value.
TransactionAspectUtils() - Constructor for class org.springframework.transaction.interceptor.TransactionAspectUtils
 
TransactionAttribute - Interface in org.springframework.transaction.interceptor
This interface adds a rollbackOn specification to TransactionDefinition.
TransactionAttributeEditor - Class in org.springframework.transaction.interceptor
PropertyEditor for TransactionAttribute objects.
TransactionAttributeEditor() - Constructor for class org.springframework.transaction.interceptor.TransactionAttributeEditor
 
TransactionAttributeSource - Interface in org.springframework.transaction.interceptor
Interface used by TransactionInterceptor.
TransactionAttributeSourceAdvisor - Class in org.springframework.transaction.interceptor
Advisor driven by a TransactionAttributeSource, used to include a TransactionInterceptor only for methods that are transactional.
TransactionAttributeSourceAdvisor() - Constructor for class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
Create a new TransactionAttributeSourceAdvisor.
TransactionAttributeSourceAdvisor(TransactionInterceptor) - Constructor for class org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
Create a new TransactionAttributeSourceAdvisor.
TransactionAttributeSourceEditor - Class in org.springframework.transaction.interceptor
Property editor that converts a String into a TransactionAttributeSource.
TransactionAttributeSourceEditor() - Constructor for class org.springframework.transaction.interceptor.TransactionAttributeSourceEditor
 
TransactionAwareConnectionFactoryProxy - Class in org.springframework.jca.cci.connection
Proxy for a target CCI ConnectionFactory, adding awareness of Spring-managed transactions.
TransactionAwareConnectionFactoryProxy() - Constructor for class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
Create a new TransactionAwareConnectionFactoryProxy.
TransactionAwareConnectionFactoryProxy(ConnectionFactory) - Constructor for class org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
Create a new TransactionAwareConnectionFactoryProxy.
TransactionAwareConnectionFactoryProxy - Class in org.springframework.jms.connection
Proxy for a target JMS ConnectionFactory, adding awareness of Spring-managed transactions.
TransactionAwareConnectionFactoryProxy() - Constructor for class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
Create a new TransactionAwareConnectionFactoryProxy.
TransactionAwareConnectionFactoryProxy(ConnectionFactory) - Constructor for class org.springframework.jms.connection.TransactionAwareConnectionFactoryProxy
Create a new TransactionAwareConnectionFactoryProxy.
TransactionAwareDataSourceConnectionProvider - Class in org.springframework.orm.hibernate3
Subclass of LocalDataSourceConnectionProvider that returns a transaction-aware proxy for the exposed DataSource.
TransactionAwareDataSourceConnectionProvider() - Constructor for class org.springframework.orm.hibernate3.TransactionAwareDataSourceConnectionProvider
 
TransactionAwareDataSourceProxy - Class in org.springframework.jdbc.datasource
Proxy for a target JDBC DataSource, adding awareness of Spring-managed transactions.
TransactionAwareDataSourceProxy() - Constructor for class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Create a new TransactionAwareDataSourceProxy.
TransactionAwareDataSourceProxy(DataSource) - Constructor for class org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy
Create a new TransactionAwareDataSourceProxy.
TransactionAwarePersistenceManagerFactoryProxy - Class in org.springframework.orm.jdo
Proxy for a target JDO PersistenceManagerFactory, returning the current thread-bound PersistenceManager (the Spring-managed transactional PersistenceManager or the single OpenPersistenceManagerInView PersistenceManager) on getPersistenceManager(), if any.
TransactionAwarePersistenceManagerFactoryProxy() - Constructor for class org.springframework.orm.jdo.TransactionAwarePersistenceManagerFactoryProxy
 
TransactionCallback<T> - Interface in org.springframework.transaction.support
Callback interface for transactional code.
TransactionCallbackWithoutResult - Class in org.springframework.transaction.support
Simple convenience class for TransactionCallback implementation.
TransactionCallbackWithoutResult() - Constructor for class org.springframework.transaction.support.TransactionCallbackWithoutResult
 
TransactionConfiguration - Annotation Type in org.springframework.test.context.transaction
TransactionConfiguration defines class-level metadata for configuring transactional tests.
TransactionConfigurationAttributes - Class in org.springframework.test.context.transaction
Configuration attributes for configuring transactional tests.
TransactionConfigurationAttributes(String, boolean) - Constructor for class org.springframework.test.context.transaction.TransactionConfigurationAttributes
Construct a new TransactionConfigurationAttributes instance from the supplied arguments.
transactionDefinition - Variable in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated. Transaction definition used by this test class: by default, a plain DefaultTransactionDefinition.
TransactionDefinition - Interface in org.springframework.transaction
Interface that defines Spring-compliant transaction properties.
TransactionException - Exception in org.springframework.transaction
Superclass for all transaction exceptions.
TransactionException(String) - Constructor for exception org.springframework.transaction.TransactionException
Constructor for TransactionException.
TransactionException(String, Throwable) - Constructor for exception org.springframework.transaction.TransactionException
Constructor for TransactionException.
TransactionFactory - Interface in org.springframework.transaction.jta
Strategy interface for creating JTA Transaction objects based on specified transactional characteristics.
TransactionInProgressException - Exception in org.springframework.jms
Runtime exception mirroring the JMS TransactionInProgressException.
TransactionInProgressException(TransactionInProgressException) - Constructor for exception org.springframework.jms.TransactionInProgressException
 
TransactionInterceptor - Class in org.springframework.transaction.interceptor
AOP Alliance MethodInterceptor for declarative transaction management using the common Spring transaction infrastructure (PlatformTransactionManager).
TransactionInterceptor() - Constructor for class org.springframework.transaction.interceptor.TransactionInterceptor
Create a new TransactionInterceptor.
TransactionInterceptor(PlatformTransactionManager, Properties) - Constructor for class org.springframework.transaction.interceptor.TransactionInterceptor
Create a new TransactionInterceptor.
TransactionInterceptor(PlatformTransactionManager, TransactionAttributeSource) - Constructor for class org.springframework.transaction.interceptor.TransactionInterceptor
Create a new TransactionInterceptor.
transactionManager - Variable in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated. The transaction manager to use
TransactionOperations - Interface in org.springframework.transaction.support
Interface specifying basic transaction execution operations.
TransactionProxyFactoryBean - Class in org.springframework.transaction.interceptor
Proxy factory bean for simplified declarative transaction handling.
TransactionProxyFactoryBean() - Constructor for class org.springframework.transaction.interceptor.TransactionProxyFactoryBean
 
TransactionRolledBackException - Exception in org.springframework.jms
Runtime exception mirroring the JMS TransactionRolledBackException.
TransactionRolledBackException(TransactionRolledBackException) - Constructor for exception org.springframework.jms.TransactionRolledBackException
 
transactionStatus - Variable in class org.springframework.test.AbstractTransactionalSpringContextTests
Deprecated. TransactionStatus for this test.
TransactionStatus - Interface in org.springframework.transaction
Representation of the status of a transaction.
TransactionSuspensionNotSupportedException - Exception in org.springframework.transaction
Exception thrown when attempting to suspend an existing transaction but transaction suspension is not supported by the underlying backend.
TransactionSuspensionNotSupportedException(String) - Constructor for exception org.springframework.transaction.TransactionSuspensionNotSupportedException
Constructor for TransactionSuspensionNotSupportedException.
TransactionSuspensionNotSupportedException(String, Throwable) - Constructor for exception org.springframework.transaction.TransactionSuspensionNotSupportedException
Constructor for TransactionSuspensionNotSupportedException.
TransactionSynchronization - Interface in org.springframework.transaction.support
Interface for transaction synchronization callbacks.
TransactionSynchronizationAdapter - Class in org.springframework.transaction.support
Simple TransactionSynchronization adapter containing empty method implementations, for easier overriding of single methods.
TransactionSynchronizationAdapter() - Constructor for class org.springframework.transaction.support.TransactionSynchronizationAdapter
 
TransactionSynchronizationManager - Class in org.springframework.transaction.support
Central helper that manages resources and transaction synchronizations per thread.
TransactionSynchronizationManager() - Constructor for class org.springframework.transaction.support.TransactionSynchronizationManager
 
TransactionSynchronizationUtils - Class in org.springframework.transaction.support
Utility methods for triggering specific TransactionSynchronization callback methods on all currently registered synchronizations.
TransactionSynchronizationUtils() - Constructor for class org.springframework.transaction.support.TransactionSynchronizationUtils
 
TransactionSystemException - Exception in org.springframework.transaction
Exception thrown when a general transaction system error is encountered, like on commit or rollback.
TransactionSystemException(String) - Constructor for exception org.springframework.transaction.TransactionSystemException
Constructor for TransactionSystemException.
TransactionSystemException(String, Throwable) - Constructor for exception org.springframework.transaction.TransactionSystemException
Constructor for TransactionSystemException.
TransactionTemplate - Class in org.springframework.transaction.support
Template class that simplifies programmatic transaction demarcation and transaction exception handling.
TransactionTemplate() - Constructor for class org.springframework.transaction.support.TransactionTemplate
Construct a new TransactionTemplate for bean usage.
TransactionTemplate(PlatformTransactionManager) - Constructor for class org.springframework.transaction.support.TransactionTemplate
Construct a new TransactionTemplate using the given transaction manager.
TransactionTemplate(PlatformTransactionManager, TransactionDefinition) - Constructor for class org.springframework.transaction.support.TransactionTemplate
Construct a new TransactionTemplate using the given transaction manager, taking its default settings from the given transaction definition.
TransactionTimedOutException - Exception in org.springframework.transaction
Exception to be thrown when a transaction has timed out.
TransactionTimedOutException(String) - Constructor for exception org.springframework.transaction.TransactionTimedOutException
Constructor for TransactionTimedOutException.
TransactionTimedOutException(String, Throwable) - Constructor for exception org.springframework.transaction.TransactionTimedOutException
Constructor for TransactionTimedOutException.
TransactionUsageException - Exception in org.springframework.transaction
Superclass for exceptions caused by inappropriate usage of a Spring transaction API.
TransactionUsageException(String) - Constructor for exception org.springframework.transaction.TransactionUsageException
Constructor for TransactionUsageException.
TransactionUsageException(String, Throwable) - Constructor for exception org.springframework.transaction.TransactionUsageException
Constructor for TransactionUsageException.
transferTo(File) - Method in class org.springframework.mock.web.MockMultipartFile
 
transferTo(File) - Method in class org.springframework.web.multipart.commons.CommonsMultipartFile
 
transferTo(File) - Method in interface org.springframework.web.multipart.MultipartFile
Transfer the received file to the given destination file.
transform(Source, Result) - Method in class org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter
Transforms the given Source to the Result.
transformedBeanName(String) - Static method in class org.springframework.beans.factory.BeanFactoryUtils
Return the actual bean name, stripping out the factory dereference prefix (if any, also stripping repeated factory prefixes if found).
transformedBeanName(String) - Method in class org.springframework.beans.factory.support.AbstractBeanFactory
Return the bean name, stripping out the factory dereference prefix if necessary, and resolving aliases to canonical names.
TransformerUtils - Class in org.springframework.util.xml
Contains common behavior relating to Transformers, and the javax.xml.transform package in general.
TransformerUtils() - Constructor for class org.springframework.util.xml.TransformerUtils
 
transformIfNecessary(String, byte[]) - Method in class org.springframework.core.OverridingClassLoader
Transformation hook to be implemented by subclasses.
transformIfNecessary(String, byte[]) - Method in class org.springframework.instrument.classloading.SimpleInstrumentableClassLoader
 
transformIfNecessary(String, byte[]) - Method in class org.springframework.instrument.classloading.WeavingTransformer
Apply transformation on a given class byte definition.
transformIfNecessary(String, String, byte[], ProtectionDomain) - Method in class org.springframework.instrument.classloading.WeavingTransformer
Apply transformation on a given class byte definition.
transformPath(String) - Method in class org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator
Transform the request URI (in the context of the webapp) stripping slashes and extensions, and replacing the separator as required.
TransformTag - Class in org.springframework.web.servlet.tags
Tag for transforming reference data values from form controllers and other objects inside a spring:bind tag (or a data-bound form element tag from Spring's form tag library).
TransformTag() - Constructor for class org.springframework.web.servlet.tags.TransformTag
 
TransientDataAccessException - Exception in org.springframework.dao
Root of the hierarchy of data access exceptions that are considered transient - where a previously failed operation might be able to succeed when the operation is retried without any intervention by application-level functionality.
TransientDataAccessException(String) - Constructor for exception org.springframework.dao.TransientDataAccessException
Constructor for TransientDataAccessException.
TransientDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.TransientDataAccessException
Constructor for TransientDataAccessException.
TransientDataAccessResourceException - Exception in org.springframework.dao
Data access exception thrown when a resource fails temporarily and the operation can be retried.
TransientDataAccessResourceException(String) - Constructor for exception org.springframework.dao.TransientDataAccessResourceException
Constructor for TransientDataAccessResourceException.
TransientDataAccessResourceException(String, Throwable) - Constructor for exception org.springframework.dao.TransientDataAccessResourceException
Constructor for TransientDataAccessResourceException.
translate(String, String, SQLException) - Method in class org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator
Pre-checks the arguments, calls AbstractFallbackSQLExceptionTranslator.doTranslate(java.lang.String, java.lang.String, java.sql.SQLException), and invokes the fallback translator if necessary.
translate(String, String, SQLException) - Method in interface org.springframework.jdbc.support.SQLExceptionTranslator
Translate the given SQLException into a generic DataAccessException.
translateException(JDOException) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
This implementation delegates to PersistenceManagerFactoryUtils.
translateException(JDOException) - Method in interface org.springframework.orm.jdo.JdoDialect
Translate the given JDOException to a corresponding exception from Spring's generic DataAccessException hierarchy.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.dao.support.ChainedPersistenceExceptionTranslator
 
translateExceptionIfPossible(RuntimeException) - Method in interface org.springframework.dao.support.PersistenceExceptionTranslator
Translate the given runtime exception thrown by a persistence framework to a corresponding exception from Spring's generic DataAccessException hierarchy, if possible.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
Implementation of the PersistenceExceptionTranslator interface, as autodetected by Spring's PersistenceExceptionTranslationPostProcessor.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.jdo.DefaultJdoDialect
Implementation of the PersistenceExceptionTranslator interface, as autodetected by Spring's PersistenceExceptionTranslationPostProcessor.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.jdo.LocalPersistenceManagerFactoryBean
Implementation of the PersistenceExceptionTranslator interface, as autodetected by Spring's PersistenceExceptionTranslationPostProcessor.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
Implementation of the PersistenceExceptionTranslator interface, as autodetected by Spring's PersistenceExceptionTranslationPostProcessor.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.jpa.DefaultJpaDialect
This implementation delegates to EntityManagerFactoryUtils.
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.jpa.vendor.HibernateJpaDialect
 
translateIfNecessary(RuntimeException, PersistenceExceptionTranslator) - Static method in class org.springframework.dao.support.DataAccessUtils
Return a translated exception if this is appropriate, otherwise return the input exception.
translateIfNecessary(RuntimeException) - Method in class org.springframework.orm.jpa.JpaAccessor
Convert the given runtime exception to an appropriate exception from the org.springframework.dao hierarchy if necessary, or return the exception itself if it is not persistence related
Trigger - Interface in org.springframework.scheduling
Common interface for trigger objects that determine the next execution time of a task that they get associated with.
triggerAfterCommit() - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
Trigger afterCommit callbacks on all currently registered synchronizations.
triggerAfterCompletion(int) - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
Trigger afterCompletion callbacks on all currently registered synchronizations.
triggerBeforeCommit(DefaultTransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Trigger beforeCommit callbacks.
triggerBeforeCommit(boolean) - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
Trigger beforeCommit callbacks on all currently registered synchronizations.
triggerBeforeCompletion(DefaultTransactionStatus) - Method in class org.springframework.transaction.support.AbstractPlatformTransactionManager
Trigger beforeCompletion callbacks.
triggerBeforeCompletion() - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
Trigger beforeCompletion callbacks on all currently registered synchronizations.
TriggerContext - Interface in org.springframework.scheduling
Context object encapsulating last execution times and last completion time of a given task.
triggerFlush() - Static method in class org.springframework.transaction.support.TransactionSynchronizationUtils
Trigger flush callbacks on all currently registered synchronizations.
trimAllWhitespace(String) - Static method in class org.springframework.util.StringUtils
Trim all whitespace from the given String: leading, trailing, and inbetween characters.
trimArrayElements(String[]) - Static method in class org.springframework.util.StringUtils
Trim the elements of the given String array, calling String.trim() on each of them.
trimLeadingCharacter(String, char) - Static method in class org.springframework.util.StringUtils
Trim all occurences of the supplied leading character from the given String.
trimLeadingWhitespace(String) - Static method in class org.springframework.util.StringUtils
Trim leading whitespace from the given String.
trimTrailingCharacter(String, char) - Static method in class org.springframework.util.StringUtils
Trim all occurences of the supplied trailing character from the given String.
trimTrailingWhitespace(String) - Static method in class org.springframework.util.StringUtils
Trim trailing whitespace from the given String.
trimWhitespace(String) - Static method in class org.springframework.util.StringUtils
Trim leading and trailing whitespace from the given String.
TRUE - Static variable in interface org.springframework.aop.ClassFilter
Canonical instance of a ClassFilter that matches all classes.
TRUE - Static variable in interface org.springframework.aop.MethodMatcher
Canonical instance that matches all methods.
TRUE - Static variable in interface org.springframework.aop.Pointcut
Canonical Pointcut instance that always matches.
TRUE - Static variable in class org.springframework.expression.spel.support.BooleanTypedValue
 
TRUE_HIGH - Static variable in class org.springframework.util.comparator.BooleanComparator
A shared default instance of this comparator, treating true higher than false.
TRUE_LOW - Static variable in class org.springframework.util.comparator.BooleanComparator
A shared default instance of this comparator, treating true lower than false.
TRUE_VALUE - Static variable in class org.springframework.beans.factory.support.PropertiesBeanDefinitionReader
Value of a T/F attribute that represents true.
TRUE_VALUE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
Value of a T/F attribute that represents true.
TX_DATA_SOURCE_PREFIX - Static variable in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
Name used for the transactional ConnectionProvider for Quartz.
TxNamespaceHandler - Class in org.springframework.transaction.config
NamespaceHandler allowing for the configuration of declarative transaction management using either XML or using annotations.
TxNamespaceHandler() - Constructor for class org.springframework.transaction.config.TxNamespaceHandler
 
TYPE_ATTRIBUTE - Static variable in class org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
TYPE_KEY - Static variable in class org.springframework.jmx.export.naming.IdentityNamingStrategy
 
TYPE_UNKNOWN - Static variable in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
Constant that indicates an unknown (or unspecified) SQL type.
TYPE_UNKNOWN - Static variable in interface org.springframework.jdbc.core.SqlReturnType
Constant that indicates an unknown (or unspecified) SQL type.
TYPE_UNKNOWN - Static variable in interface org.springframework.jdbc.core.SqlTypeValue
Constant that indicates an unknown (or unspecified) SQL type.
TYPE_UNKNOWN - Static variable in class org.springframework.jdbc.support.JdbcUtils
Constant that indicates an unknown (or unspecified) SQL type.
TypeCode - Enum in org.springframework.expression.spel.ast
Captures primitive types and their corresponding class objects, plus one special entry that represents all reference (non-primitive) types.
TypeComparator - Interface in org.springframework.expression
Instances of a type comparator should be able to compare pairs of objects for equality, the specification of the return value is the same as for Comparable.
TypeConverter - Interface in org.springframework.beans
Interface that defines type conversion methods.
TypeConverter - Interface in org.springframework.expression
A type converter can convert values between different types encountered during expression evaluation.
TypeDefinitionBean - Class in org.springframework.orm.hibernate3
Bean that encapsulates a Hibernate type definition.
TypeDefinitionBean() - Constructor for class org.springframework.orm.hibernate3.TypeDefinitionBean
 
TypeDescriptor - Class in org.springframework.core.convert
Context about a type to convert to.
TypeDescriptor(MethodParameter) - Constructor for class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a method or constructor parameter.
TypeDescriptor(Field) - Constructor for class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor for a field.
TypeDescriptor(MethodParameter, Class<?>) - Constructor for class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a method or constructor parameter.
TypeDescriptor(Field, Class<?>) - Constructor for class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor for a field.
typeDescriptorCache - Variable in class org.springframework.expression.spel.support.ReflectivePropertyAccessor
 
TypedStringValue - Class in org.springframework.beans.factory.config
Holder for a typed String value.
TypedStringValue(String) - Constructor for class org.springframework.beans.factory.config.TypedStringValue
Create a new TypedStringValue for the given String value.
TypedStringValue(String, Class) - Constructor for class org.springframework.beans.factory.config.TypedStringValue
Create a new TypedStringValue for the given String value and target type.
TypedStringValue(String, String) - Constructor for class org.springframework.beans.factory.config.TypedStringValue
Create a new TypedStringValue for the given String value and target type.
TypedValue - Class in org.springframework.expression
Encapsulates an object and a type descriptor that describes it.
TypedValue(Object) - Constructor for class org.springframework.expression.TypedValue
Create a TypedValue for a simple object.
TypedValue(Object, TypeDescriptor) - Constructor for class org.springframework.expression.TypedValue
Create a TypedValue for a particular value with a particular type descriptor.
TypeFilter - Interface in org.springframework.core.type.filter
Base interface for type filters using a MetadataReader.
TypeLocator - Interface in org.springframework.expression
Implementors of this interface are expected to be able to locate types.
TypeMismatchDataAccessException - Exception in org.springframework.dao
Exception thrown on mismatch between Java type and database type: for example on an attempt to set an object of the wrong type in an RDBMS column.
TypeMismatchDataAccessException(String) - Constructor for exception org.springframework.dao.TypeMismatchDataAccessException
Constructor for TypeMismatchDataAccessException.
TypeMismatchDataAccessException(String, Throwable) - Constructor for exception org.springframework.dao.TypeMismatchDataAccessException
Constructor for TypeMismatchDataAccessException.
TypeMismatchException - Exception in org.springframework.beans
Exception thrown on a type mismatch when trying to set a bean property.
TypeMismatchException(PropertyChangeEvent, Class) - Constructor for exception org.springframework.beans.TypeMismatchException
Create a new TypeMismatchException.
TypeMismatchException(PropertyChangeEvent, Class, Throwable) - Constructor for exception org.springframework.beans.TypeMismatchException
Create a new TypeMismatchException.
TypeMismatchException(Object, Class) - Constructor for exception org.springframework.beans.TypeMismatchException
Create a new TypeMismatchException without PropertyChangeEvent.
TypeMismatchException(Object, Class, Throwable) - Constructor for exception org.springframework.beans.TypeMismatchException
Create a new TypeMismatchException without PropertyChangeEvent.
TypeMismatchNamingException - Exception in org.springframework.jndi
Exception thrown if a type mismatch is encountered for an object located in a JNDI environment.
TypeMismatchNamingException(String, Class, Class) - Constructor for exception org.springframework.jndi.TypeMismatchNamingException
Construct a new TypeMismatchNamingException, building an explanation text from the given arguments.
TypeMismatchNamingException(String) - Constructor for exception org.springframework.jndi.TypeMismatchNamingException
Construct a new TypeMismatchNamingException.
TypePatternClassFilter - Class in org.springframework.aop.aspectj
Spring AOP ClassFilter implementation using AspectJ type matching.
TypePatternClassFilter() - Constructor for class org.springframework.aop.aspectj.TypePatternClassFilter
Creates a new instance of the TypePatternClassFilter class.
TypePatternClassFilter(String) - Constructor for class org.springframework.aop.aspectj.TypePatternClassFilter
Create a fully configured TypePatternClassFilter using the given type pattern.
TypeReference - Class in org.springframework.expression.spel.ast
Represents a reference to a type, for example "T(String)" or "T(com.somewhere.Foo)"
TypeReference(int, SpelNodeImpl) - Constructor for class org.springframework.expression.spel.ast.TypeReference
 
TypeUtils - Class in org.springframework.util
Utility to work with Java 5 generic type parameters.
TypeUtils() - Constructor for class org.springframework.util.TypeUtils
 

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