Skip navigation links
Spring Framework
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 

T

T_BOOLEAN - Static variable in interface org.springframework.asm.Opcodes
 
T_BYTE - Static variable in interface org.springframework.asm.Opcodes
 
T_CHAR - Static variable in interface org.springframework.asm.Opcodes
 
T_DOUBLE - Static variable in interface org.springframework.asm.Opcodes
 
T_FLOAT - Static variable in interface org.springframework.asm.Opcodes
 
T_INT - Static variable in interface org.springframework.asm.Opcodes
 
T_LONG - Static variable in interface org.springframework.asm.Opcodes
 
T_SHORT - Static variable in interface org.springframework.asm.Opcodes
 
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.
TABLESWITCH - Static variable in interface org.springframework.asm.Opcodes
 
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.
Task - Class in org.springframework.scheduling.config
Holder class defining a Runnable to be executed as a task, typically at a scheduled time or interval.
Task(Runnable) - Constructor for class org.springframework.scheduling.config.Task
Create a new Task.
TaskExecutor - Interface in org.springframework.core.task
Simple task executor interface that abstracts the execution of a Runnable.
taskExecutor() - Method in class org.springframework.messaging.simp.config.ChannelRegistration
Configure properties of the ThreadPoolTaskExecutor backing the message channel.
TaskExecutorAdapter - Class in org.springframework.core.task.support
Adapter that takes a JDK 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 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
 
TaskExecutorRegistration - Class in org.springframework.messaging.simp.config
A registration class for customizing the properties of ThreadPoolTaskExecutor.
TaskExecutorRegistration() - Constructor for class org.springframework.messaging.simp.config.TaskExecutorRegistration
 
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
 
TcpConnection<P> - Interface in org.springframework.messaging.tcp
A contract for sending messages and managing a TCP connection.
TcpConnectionHandler<P> - Interface in org.springframework.messaging.tcp
A contract for managing lifecycle events for a TCP connection including the handling of incoming messages.
TcpOperations<P> - Interface in org.springframework.messaging.tcp
A contract for establishing TCP connections.
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.
TemporalAccessorParser - Class in org.springframework.format.datetime.standard
Parser implementation for a JSR-310 TemporalAccessor, using a DateTimeFormatter) (the contextual one, if available).
TemporalAccessorParser(Class<? extends TemporalAccessor>, DateTimeFormatter) - Constructor for class org.springframework.format.datetime.standard.TemporalAccessorParser
Create a new TemporalAccessorParser for the given TemporalAccessor type.
TemporalAccessorPrinter - Class in org.springframework.format.datetime.standard
Printer implementation for a JSR-310 TemporalAccessor, using a DateTimeFormatter) (the contextual one, if available).
TemporalAccessorPrinter(DateTimeFormatter) - Constructor for class org.springframework.format.datetime.standard.TemporalAccessorPrinter
Create a new TemporalAccessorPrinter.
TemporaryLobCreator - Class in org.springframework.jdbc.support.lob
LobCreator implementation based on temporary LOBs, using JDBC 4.0's Connection.createBlob() / Connection.createClob() mechanism.
TemporaryLobCreator() - Constructor for class org.springframework.jdbc.support.lob.TemporaryLobCreator
 
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 - Interface 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_HTML - Static variable in class org.springframework.util.MimeTypeUtils
Public constant mime type for text/html.
TEXT_HTML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_HTML.
TEXT_HTML_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.TEXT_HTML.
TEXT_PLAIN - Static variable in class org.springframework.http.MediaType
Public constant media type for text/plain.
TEXT_PLAIN - Static variable in class org.springframework.util.MimeTypeUtils
Public constant mime type for text/plain.
TEXT_PLAIN_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_PLAIN.
TEXT_PLAIN_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.TEXT_PLAIN.
TEXT_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for text/xml.
TEXT_XML - Static variable in class org.springframework.util.MimeTypeUtils
Public constant mime type for text/xml.
TEXT_XML_VALUE - Static variable in class org.springframework.http.MediaType
A String equivalent of MediaType.TEXT_XML.
TEXT_XML_VALUE - Static variable in class org.springframework.util.MimeTypeUtils
A String equivalent of MimeTypeUtils.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
 
TextDecoder() - Constructor for class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.TextDecoder
 
TextEncoder() - Constructor for class org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.TextEncoder
 
TextMessage - Class in org.springframework.web.socket
A text WebSocket message.
TextMessage(CharSequence) - Constructor for class org.springframework.web.socket.TextMessage
Create a new text WebSocket message from the given CharSequence payload.
TextMessage(CharSequence, boolean) - Constructor for class org.springframework.web.socket.TextMessage
Create a new text WebSocket message with the given payload representing the full or partial message content.
TextWebSocketHandler - Class in org.springframework.web.socket.handler
A convenient base class for WebSocketHandler implementation that process text messages only.
TextWebSocketHandler() - Constructor for class org.springframework.web.socket.handler.TextWebSocketHandler
 
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 (default parameter name: "theme").
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 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.concurrent
JavaBean that allows for configuring a 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.tiles2
Helper class to configure Tiles 2.x for the Spring Framework.
TilesConfigurer() - Constructor for class org.springframework.web.servlet.view.tiles2.TilesConfigurer
 
TilesConfigurer - Class in org.springframework.web.servlet.view.tiles3
Helper class to configure Tiles 3.x for the Spring Framework.
TilesConfigurer() - Constructor for class org.springframework.web.servlet.view.tiles3.TilesConfigurer
 
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
 
TilesView - Class in org.springframework.web.servlet.view.tiles3
View implementation that renders through the Tiles Request API.
TilesView() - Constructor for class org.springframework.web.servlet.view.tiles3.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
 
TilesViewResolver - Class in org.springframework.web.servlet.view.tiles3
Convenience subclass of UrlBasedViewResolver that supports TilesView (i.e.
TilesViewResolver() - Constructor for class org.springframework.web.servlet.view.tiles3.TilesViewResolver
 
TIME_ZONE_REQUEST_ATTRIBUTE_NAME - Static variable in class org.springframework.web.servlet.i18n.CookieLocaleResolver
The name of the request attribute that holds the TimeZone.
TIME_ZONE_SESSION_ATTRIBUTE_NAME - Static variable in class org.springframework.web.servlet.i18n.SessionLocaleResolver
Name of the session attribute that holds the TimeZone.
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
TimeoutCallableProcessingInterceptor - Class in org.springframework.web.context.request.async
Sends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is not already committed.
TimeoutCallableProcessingInterceptor() - Constructor for class org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor
 
TimeoutDeferredResultProcessingInterceptor - Class in org.springframework.web.context.request.async
Sends a 503 (SERVICE_UNAVAILABLE) in case of a timeout if the response is not already committed.
TimeoutDeferredResultProcessingInterceptor() - Constructor for class org.springframework.web.context.request.async.TimeoutDeferredResultProcessingInterceptor
 
timerExpired(Timer) - Method in class org.springframework.scheduling.commonj.DelegatingTimerListener
Delegates execution to the underlying Runnable.
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
 
TIMESTAMP - Static variable in class org.springframework.messaging.MessageHeaders
 
TimeZoneAwareLocaleContext - Interface in org.springframework.context.i18n
Extension of LocaleContext, adding awareness of the current time zone.
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
 
TLS_HANDSHAKE_FAILURE - Static variable in class org.springframework.web.socket.CloseStatus
"1015 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
toArray() - Method in class org.springframework.util.AutoPopulatingList
 
toArray(T[]) - Method in class org.springframework.util.AutoPopulatingList
 
toArray(Enumeration<E>, A[]) - Static method in class org.springframework.util.CollectionUtils
Marshal the elements from the given enumeration into an array of the given type.
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.asm.ClassWriter
Returns the bytecode of the class that was build with this class writer.
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.
toClassArray(Collection<Class<?>>) - Static method in class org.springframework.util.ClassUtils
Copy the given Collection into a Class array.
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.
toCommaDelimitedString(List<String>) - Method in class org.springframework.http.HttpHeaders
 
toDelimitedString(String...) - Static method in enum org.springframework.validation.DefaultMessageCodesResolver.Format
Concatenate the given elements, delimiting each with DefaultMessageCodesResolver.CODE_SEPARATOR, skipping zero-length or null elements altogether.
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
Adapt an enumeration to an iterator.
tokenizePath(String) - Method in class org.springframework.util.AntPathMatcher
Tokenize the given path String into parts, based on this matcher's settings.
tokenizePattern(String) - Method in class org.springframework.util.AntPathMatcher
Tokenize the given path pattern into parts, based on this matcher's settings.
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
 
toMap() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
Return a header map including original, wrapped headers (if any) plus additional header updates made through accessor methods.
toMap() - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
 
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.
TomcatLoadTimeWeaver - Class in org.springframework.instrument.classloading.tomcat
LoadTimeWeaver implementation for Tomcat's new InstrumentableClassLoader.
TomcatLoadTimeWeaver() - Constructor for class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
TomcatLoadTimeWeaver(ClassLoader) - Constructor for class org.springframework.instrument.classloading.tomcat.TomcatLoadTimeWeaver
 
TomcatRequestUpgradeStrategy - Class in org.springframework.web.socket.server.standard
Tomcat support for upgrading an HttpServletRequest during a WebSocket handshake.
TomcatRequestUpgradeStrategy() - Constructor for class org.springframework.web.socket.server.standard.TomcatRequestUpgradeStrategy
 
toMessage(Object, Session) - Method in class org.springframework.jms.support.converter.MappingJackson2MessageConverter
 
toMessage(Object, Session) - Method in class org.springframework.jms.support.converter.MappingJacksonMessageConverter
Deprecated.
 
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.
toMessage(Object, MessageHeaders) - Method in class org.springframework.messaging.converter.AbstractMessageConverter
 
toMessage(Object, MessageHeaders) - Method in class org.springframework.messaging.converter.CompositeMessageConverter
 
toMessage(Object, MessageHeaders) - Method in interface org.springframework.messaging.converter.MessageConverter
Create a Message whose payload is the result of converting the given payload Object to serialized form.
toMessage(Object, MessageHeaders) - Method in class org.springframework.messaging.converter.SimpleMessageConverter
 
toMultiValueMap(Map<K, List<V>>) - Static method in class org.springframework.util.CollectionUtils
Adapt a Map<K, List<V>> to an MultiValueMap<K,V>.
toNativeHeaderMap() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
Return STOMP headers including original, wrapped STOMP headers (if any) plus additional header updates made through accessor methods.
toNativeHeaderMap() - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
Return a map with native headers including original, wrapped headers (if any) plus additional header updates made through accessor methods.
TOO_BIG_TO_PROCESS - Static variable in class org.springframework.web.socket.CloseStatus
"1009 indicates that an endpoint is terminating the connection because it has received a message that is too big for it to process."
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).
TOP - Static variable in interface org.springframework.asm.Opcodes
 
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.
toSingleValueMap() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
 
toStompHeaderMap() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
toStoreValue(Object) - Method in class org.springframework.cache.concurrent.ConcurrentMapCache
Convert the given user value, as passed into the put method, to a value in the internal store (adapting null).
toStoreValue(Object) - Method in class org.springframework.cache.guava.GuavaCache
Convert the given user value, as passed into the put method, to a value in the internal store (adapting null).
toStoreValue(Object) - Method in class org.springframework.cache.jcache.JCacheCache
Convert the given user value, as passed into the put method, to a value in the internal store (adapting null).
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.annotation.AnnotationClassFilter
 
toString() - Method in class org.springframework.aop.support.annotation.AnnotationMatchingPointcut
 
toString() - Method in class org.springframework.aop.support.annotation.AnnotationMethodMatcher
 
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.asm.Handle
Returns the textual representation of this handle.
toString() - Method in class org.springframework.asm.Label
Returns a string representation of this label.
toString() - Method in class org.springframework.asm.Type
Returns a string representation of this type.
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
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.cache.interceptor.CacheOperation
Return an identifying description for this cache operation.
toString() - Method in class org.springframework.cache.interceptor.NameMatchCacheOperationSource
 
toString() - Method in class org.springframework.cache.interceptor.SimpleKey
 
toString() - Method in class org.springframework.context.i18n.SimpleLocaleContext
 
toString() - Method in class org.springframework.context.i18n.SimpleTimeZoneAwareLocaleContext
 
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.annotation.AnnotationAttributes
 
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.env.AbstractEnvironment
 
toString() - Method in class org.springframework.core.env.CompositePropertySource
 
toString() - Method in class org.springframework.core.env.MutablePropertySources
 
toString() - Method in class org.springframework.core.env.PropertySource
Produce concise output (type and name) if the current log level does not include debug.
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.ParameterizedTypeReference
 
toString() - Method in class org.springframework.core.ResolvableType
Return a String representation of this type in its fully resolved form (including any generic parameters).
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.TypedValue
 
toString() - Method in class org.springframework.http.HttpEntity
 
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(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.http.ResponseEntity
 
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.messaging.handler.AbstractMessageCondition
 
toString() - Method in class org.springframework.messaging.handler.HandlerMethod
 
toString() - Method in class org.springframework.messaging.MessageHeaders
 
toString() - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
 
toString() - Method in class org.springframework.messaging.simp.broker.BrokerAvailabilityEvent
 
toString() - Method in class org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry
 
toString() - Method in class org.springframework.messaging.simp.SimpMessageMappingInfo
 
toString() - Method in class org.springframework.messaging.support.AbstractMessageChannel
 
toString() - Method in class org.springframework.messaging.support.GenericMessage
 
toString() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
 
toString() - Method in class org.springframework.mock.http.client.MockClientHttpRequest
 
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.ContextConfigurationAttributes
Provide a String representation of the context configuration attributes and declaring class.
toString() - Method in class org.springframework.test.context.MergedContextConfiguration
Provide a String representation of the test class, locations, annotated classes, context initializer classes, active profiles, the name of the ContextLoader, and the parent configuration.
toString() - Method in class org.springframework.test.context.transaction.TransactionConfigurationAttributes
 
toString() - Method in class org.springframework.test.context.web.WebMergedContextConfiguration
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.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.ConcurrentReferenceHashMap.Entry
 
toString() - Method in class org.springframework.util.LinkedMultiValueMap
 
toString() - Method in class org.springframework.util.MimeType
 
toString(Collection<? extends MimeType>) - Static method in class org.springframework.util.MimeTypeUtils
Return a string representation of the given list of MimeType objects.
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.method.ControllerAdviceBean
 
toString() - Method in class org.springframework.web.method.HandlerMethod
 
toString() - Method in class org.springframework.web.method.support.ModelAndViewContainer
Return diagnostic information.
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.FlashMap
 
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.mvc.condition.AbstractRequestCondition
 
toString() - Method in class org.springframework.web.servlet.mvc.method.RequestMappingInfo
 
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.socket.AbstractWebSocketMessage
 
toString() - Method in class org.springframework.web.socket.adapter.AbstractWebSocketSession
 
toString() - Method in class org.springframework.web.socket.CloseStatus
 
toString() - Method in class org.springframework.web.socket.handler.BeanCreatingHandlerProvider
 
toString() - Method in class org.springframework.web.socket.handler.PerConnectionWebSocketHandler
 
toString() - Method in class org.springframework.web.socket.handler.WebSocketHandlerDecorator
 
toString() - Method in class org.springframework.web.socket.sockjs.frame.SockJsFrame
 
toString() - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
 
toString() - Method in enum org.springframework.web.socket.sockjs.transport.TransportType
 
toString() - Method in class org.springframework.web.socket.WebSocketExtension
 
toString() - Method in class org.springframework.web.socket.WebSocketHttpHeaders
 
toString() - Method in class org.springframework.web.util.UriComponents
 
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.OpDec
 
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.OpInc
 
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.
toStringPayload() - Method in class org.springframework.web.socket.AbstractWebSocketMessage
 
toStringPayload() - Method in class org.springframework.web.socket.BinaryMessage
 
toStringPayload() - Method in class org.springframework.web.socket.PingMessage
 
toStringPayload() - Method in class org.springframework.web.socket.PongMessage
 
toStringPayload() - Method in class org.springframework.web.socket.TextMessage
 
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" URI encoding first.
toURI(String) - Static method in class org.springframework.util.ResourceUtils
Create a URI instance for the given location String, replacing spaces with "%20" URI encoding first.
toUri() - Method in class org.springframework.web.util.UriComponents
Returns a URI from this UriComponents instance.
toUriString() - Method in class org.springframework.web.util.UriComponents
Returns a URI string from this UriComponents instance.
TraceClassVisitor - Class in org.springframework.asm.util
Dummy implementation of missing TraceClassVisitor from cglib-nodep's internally repackaged ASM library, added to avoid NoClassDefFoundErrors.
TraceClassVisitor(Object, PrintWriter) - Constructor for class org.springframework.asm.util.TraceClassVisitor
 
TRANSACTION_ADVISOR_BEAN_NAME - Static variable in class org.springframework.transaction.config.TransactionManagementConfigUtils
The bean name of the internally managed transaction advisor (used when mode == PROXY).
TRANSACTION_ASPECT_BEAN_NAME - Static variable in class org.springframework.transaction.config.TransactionManagementConfigUtils
The bean name of the internally managed transaction aspect (used when mode == ASPECTJ).
TRANSACTION_ASPECT_CLASS_NAME - Static variable in class org.springframework.transaction.config.TransactionManagementConfigUtils
The class name of the AspectJ transaction management aspect.
TRANSACTION_ASPECT_CONFIGURATION_CLASS_NAME - Static variable in class org.springframework.transaction.config.TransactionManagementConfigUtils
The name of the AspectJ transaction management @Configuration class.
transactionAdvisor() - Method in class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration
 
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 that provides support for executing tests within transactions by honoring the @Transactional annotation.
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.
transactionAspect() - Method in class org.springframework.transaction.aspectj.AspectJTransactionManagementConfiguration
 
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.InvocationCallback - Interface in org.springframework.transaction.interceptor
Simple callback interface for proceeding with the target invocation.
TransactionAspectSupport.TransactionInfo - Class in org.springframework.transaction.interceptor
Opaque object used to hold Transaction information.
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() - Method in class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration
 
TransactionAttributeSource - Interface in org.springframework.transaction.interceptor
Strategy interface used by TransactionInterceptor for metadata retrieval.
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
 
TransactionAwareCacheDecorator - Class in org.springframework.cache.transaction
Cache decorator which synchronizes its TransactionAwareCacheDecorator.put(java.lang.Object, java.lang.Object) and TransactionAwareCacheDecorator.evict(java.lang.Object) operations with Spring-managed transactions (through Spring's TransactionSynchronizationManager, performing the actual cache put/evict operation only in the after-commit phase of a successful transaction.
TransactionAwareCacheDecorator(Cache) - Constructor for class org.springframework.cache.transaction.TransactionAwareCacheDecorator
Create a new TransactionAwareCache for the given target Cache.
TransactionAwareCacheManagerProxy - Class in org.springframework.cache.transaction
Proxy for a target CacheManager, exposing transaction-aware Cache objects which synchronize their Cache.put(java.lang.Object, java.lang.Object) operations with Spring-managed transactions (through Spring's TransactionSynchronizationManager, performing the actual cache put operation only in the after-commit phase of a successful transaction.
TransactionAwareCacheManagerProxy() - Constructor for class org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
Create a new TransactionAwareCacheManagerProxy, setting the target CacheManager through the TransactionAwareCacheManagerProxy.setTargetCacheManager(org.springframework.cache.CacheManager) bean property.
TransactionAwareCacheManagerProxy(CacheManager) - Constructor for class org.springframework.cache.transaction.TransactionAwareCacheManagerProxy
Create a new TransactionAwareCacheManagerProxy for the given target CacheManager.
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 - 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.
TransactionInfo(PlatformTransactionManager, TransactionAttribute, String) - Constructor for class org.springframework.transaction.interceptor.TransactionAspectSupport.TransactionInfo
 
TransactionInProgressException - Exception in org.springframework.jms
Runtime exception mirroring the JMS TransactionInProgressException.
TransactionInProgressException(TransactionInProgressException) - Constructor for exception org.springframework.jms.TransactionInProgressException
 
transactionInterceptor() - Method in class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration
 
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.
TransactionManagementConfigurationSelector - Class in org.springframework.transaction.annotation
Selects which implementation of AbstractTransactionManagementConfiguration should be used based on the value of EnableTransactionManagement.mode() on the importing @Configuration class.
TransactionManagementConfigurationSelector() - Constructor for class org.springframework.transaction.annotation.TransactionManagementConfigurationSelector
 
TransactionManagementConfigurer - Interface in org.springframework.transaction.annotation
Interface to be implemented by @Configuration classes annotated with @EnableTransactionManagement that wish or need to specify explicitly the PlatformTransactionManager bean to be used for annotation-driven transaction management, as opposed to the default approach of a by-type lookup.
TransactionManagementConfigUtils - Class in org.springframework.transaction.config
 
TransactionManagementConfigUtils() - Constructor for class org.springframework.transaction.config.TransactionManagementConfigUtils
 
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 - 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(ClassGenerator) - Method in class org.springframework.cglib.transform.impl.MemorySafeUndeclaredThrowableStrategy
 
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
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.HibernateExceptionTranslator
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.orm.hibernate4.HibernateExceptionTranslator
 
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.
TransportHandler - Interface in org.springframework.web.socket.sockjs.transport
Handle a SockJS session URL, i.e.
TransportHandlingSockJsService - Class in org.springframework.web.socket.sockjs.transport
A basic implementation of SockJsService with support for SPI-based transport handling and session management.
TransportHandlingSockJsService(TaskScheduler, TransportHandler...) - Constructor for class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
Create a TransportHandlingSockJsService with given handler types.
TransportHandlingSockJsService(TaskScheduler, Collection<TransportHandler>) - Constructor for class org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
Create a TransportHandlingSockJsService with given handler types.
TransportType - Enum in org.springframework.web.socket.sockjs.transport
SockJS transport types.
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.
TriggerTask - Class in org.springframework.scheduling.config
Task implementation defining a Runnable to be executed according to a given Trigger.
TriggerTask(Runnable, Trigger) - Constructor for class org.springframework.scheduling.config.TriggerTask
Create a new TriggerTask.
trimAllWhitespace(String) - Static method in class org.springframework.util.StringUtils
Trim all whitespace from the given String: leading, trailing, and in between 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 occurrences 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 occurrences 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.
tryCloseWithError(WebSocketSession, Throwable, Log) - Static method in class org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator
 
tryCloseWithSockJsTransportError(Throwable, CloseStatus) - Method in class org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
Close due to error arising from SockJS transport handling.
TX_DATA_SOURCE_PREFIX - Static variable in class org.springframework.scheduling.quartz.LocalDataSourceJobStore
Name used for the transactional ConnectionProvider for Quartz.
txManager - Variable in class org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
 
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 - Variable in class org.springframework.asm.Attribute
The type of this attribute.
Type - Class in org.springframework.asm
A Java field or method type.
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.
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.
TypeConverterSupport - Class in org.springframework.beans
Base implementation of the TypeConverter interface, using a package-private delegate.
TypeConverterSupport() - Constructor for class org.springframework.beans.TypeConverterSupport
 
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 from or to.
TypeDescriptor(MethodParameter) - Constructor for class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a MethodParameter.
TypeDescriptor(Field) - Constructor for class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a Field.
TypeDescriptor(Property) - Constructor for class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a Property.
TypeDescriptor(ResolvableType, Class<?>, Annotation[]) - Constructor for class org.springframework.core.convert.TypeDescriptor
Create a new type descriptor from a ResolvableType.
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.
TypedValueHolderValueRef(TypedValue, SpelNodeImpl) - Constructor for class org.springframework.expression.spel.ast.ValueRef.TypedValueHolderValueRef
 
TypeFilter - Interface in org.springframework.core.type.filter
Base interface for type filters using a MetadataReader.
TypeLocator - Interface in org.springframework.expression
Implementers 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
 
TypeReference(int, SpelNodeImpl, int) - 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 Z 
Skip navigation links
Spring Framework